Navidrom don't start anymore

What app is this about, and its version: Navidrom 0.60.3~ynh1
What YunoHost version are you running: yunohost version : 12.1.39 (stable)
What type of hardware are you using: Old laptop or computer

Describe your issue

Navidrom don’t start even if i ask the service to restart. I don’t understand why when i watch the logs.

Share relevant logs or error messages

I have the same issue and I found a fix from the source below - maybe a parameter to remove in the ynh packaging?

Basically comment off the Scanner.Extractor= “ffmpeg” in /home/yunohost.app/navidrome/navidrome.toml and restart the service.

Ps I first commented off in the files /etc/yunohost/apps/navidrome/settings.yml and in /etc/yunohost/apps/navidrome/conf/navidrome.toml and it did not work, but you may have to change in these too, too lazy to revert at this advanced time​:owl:. I never know the difference between those folders (/etc/yunohost/apps and /home/yunohost.app) or the folder /var/www/nameoftheapp… if someone knows the specificities of those 3 folders I’m happy to learn and understand a bit more what I’m doing :sweat_smile:

Ok thanks a lot ! It work !

BUT is that mean i disable the metadata extractor ? Is that going to change the behavior of Navidrom ?

Why the problem appear ? It was working since months. Is it a problem of ffmpeg ?


The default metadata extractor is still ffmpeg but you can use the new taglib>

Scanner.Extractor = “ffmpeg”

I know, the sentence is confusing and not up to date.

If you see this reddit post (from the developer), there is a new extractor by default (go-taglib) so there is no need to declare it.

https://www.reddit.com/r/navidrome/comments/1qv0yo5/navidrome_0600_just_released/

So there should not be an impact

Thanks a lot ! Maybe Yunohost or the packager should disable this by default ?

It is disabled by default, but the configuration file is not regenerated to avoid resetting everyone’s settings…

Ok thanks, maybe a warning after the upgrade should help (or i missed it).