Deluan Quintão
Deluan Quintão
There is a PR for this already (#2058) and hopefully it will be part of next release.
> Still interested, I wonder why #2058 never made it :( I missed it for a few months, and then I started working on a big refactor (#2709), that will...
Hey, thanks for taking a stab at improving the player's code, but I'm not planning to apply any big changes to it, unless it is a critical bug. So, I'm...
The `ND_BASEURL` usage is correct. Not having it set in `__APP_CONFIG__` is weird. Set `ND_LOGLEVEL` to `debug1, then restart Navidrome. You should see in the logs: ``` BaseURL: "/navidrome", ```...
Thanks for reporting. I also have albums like this, my workaround is simply change the tracks to a numeric sequence (1, 2, 3,...) I may take a look at this...
> For this I´d like to know if it would make a logic problem inside navidrome to use string instead Go is a typed static language, Just change the type...
Thanks for the article. I'll keep that in mind for the new API (as this is a server side error). As for the actual issue, you should get a better...
> server logs weren't that helpful as I recall They should. This is what I get when I try to create a Library with an inexistent parent path: ```bash WARN[0165]...
Library size in terabytes does not mean much, what really matter is the number of tracks and folders. I'm assuming you have more than 1 million tracks. For large libraries...
Hi @phw, Thanks for raising this issue. You are correct, Navidrome currently identifies artists solely based on their `name` tag, leading to the merging of artists with the same name,...