# Yunohost trixie - Navidrome library not refreshing

**URL:** https://forum.yunohost.org/t/yunohost-trixie-navidrome-library-not-refreshing/42455
**Category:** Support apps
**Tags:** trixie, navidrome, english
**Created:** [June 14, 2026, 3:17pm UTC](https://forum.yunohost.org/t/yunohost-trixie-navidrome-library-not-refreshing/42455 "2026-06-14T15:17:33Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![pepello](https://forum.yunohost.org/letter_avatar_proxy/v4/letter/p/67e7ee/32.png) [@pepello](https://forum.yunohost.org/u/pepello)
#### Post date: [June 14, 2026, 3:17pm UTC](https://forum.yunohost.org/t/yunohost-trixie-navidrome-library-not-refreshing/42455/1 "2026-06-14T15:17:33Z")

</div>

**What app is this about, and its version** : Navidrome 0.62.0 (1b46b977)  
**What YunoHost version are you running** : 13.0.4  
**What type of hardware are you using** : Old laptop or computer

### Describe your issue

Hi there!  
I have updated some metadata of a few songs on my PC and then uploaded them to the server at /home/yunohost.multimedia/share/Music with a webdav client.  
I then went to navidrome \> library and issued a quick scan; the songs still showed the old metadata; I issued a full scan, but the songs still showed the old metadata.  
I tried to ssh to the server and use “yunohost app shell navidrome” to issue a scan command directly to navidrome, but “navidrome scan -f” results in the message “bash: navidrome: command not found”.  
reading this post ([How to run navidrome CLI commands? · Issue #6 · YunoHost-Apps/navidrome\_ynh · GitHub](https://github.com/YunoHost-Apps/navidrome_ynh/issues/6)) I tried with “/opt/yunohost/navidrome/navidrome -c /var/lib/navidrome/navidrome.toml scan -f”, “/opt/yunohost/navidrome/navidrome -c ./navidrome scan -f” and just “./navidrome scan”, but there are no bash commands associated with them.  
I tried and search for where the app binaries are stored, so I could try the bash commands linking to that folder, but my search has been unfruitful.  
Between my attempts at quick / full scan, I restarted the server twice, and I forced an update for navidrome in hope that the db would register the changes, but it did not.  
I don’t know if the problem is linked to using trixie and yunohost beta, or if it’s related to something else.  
Please help 😃

### Share relevant logs or error messages

> **[hastebin](https://paste.yunohost.org/lebexedeme)**

---

<div class="post-metadata">

### Author: ![otm33](https://forum.yunohost.org/user_avatar/forum.yunohost.org/otm33/32/11941_2.png) [@otm33](https://forum.yunohost.org/u/otm33)
#### Post date: [June 14, 2026, 4:00pm UTC](https://forum.yunohost.org/t/yunohost-trixie-navidrome-library-not-refreshing/42455/2 "2026-06-14T16:00:20Z")

</div>

@pepello  
Did you try running the binary from `/var/www/navidrome` folder ?

```auto
yunohost app shell navidrome
cd /var/www/navidrome
./navidrome scan -c /home/yunohost.app/navidrome/navidrome.toml

```

---

<div class="post-metadata">

### Author: ![pepello](https://forum.yunohost.org/letter_avatar_proxy/v4/letter/p/67e7ee/32.png) [@pepello](https://forum.yunohost.org/u/pepello)
#### Post date: [June 14, 2026, 4:26pm UTC](https://forum.yunohost.org/t/yunohost-trixie-navidrome-library-not-refreshing/42455/3 "2026-06-14T16:26:08Z")

</div>

Just did, thank you for the suggestion! 😃

 ![Bildschirmfoto 2026-06-14 um 18.22.19](https://forum.yunohost.org/uploads/default/original/2X/4/4d92b1269d3147f00e48f06dcf5997faa14ae472.jpeg)  
But still nothing changed in the database.  
I also tried restarting navidrome once with “systemctl restart navidrome” and once with systemctl stop and then start, but also still no changes.

---

<div class="post-metadata">

### Author: ![otm33](https://forum.yunohost.org/user_avatar/forum.yunohost.org/otm33/32/11941_2.png) [@otm33](https://forum.yunohost.org/u/otm33)
#### Post date: [June 14, 2026, 4:29pm UTC](https://forum.yunohost.org/t/yunohost-trixie-navidrome-library-not-refreshing/42455/4 "2026-06-14T16:29:33Z")

</div>

Did you try full scan ?

```auto
./navidrome scan -f -c /home/yunohost.app/navidrome/navidrome.toml

```

You can also try the `./navidrome inspect` command.  
The output of `stat /home/yunohost.multimedia/share/Music/song_updated` may be helpful.

---

<div class="post-metadata">

### Author: ![pepello](https://forum.yunohost.org/letter_avatar_proxy/v4/letter/p/67e7ee/32.png) [@pepello](https://forum.yunohost.org/u/pepello)
#### Post date: [June 14, 2026, 6:57pm UTC](https://forum.yunohost.org/t/yunohost-trixie-navidrome-library-not-refreshing/42455/5 "2026-06-14T18:57:47Z")

</div>

> [@otm33](#):
>
> `./navidrome scan -f -c /home/yunohost.app/navidrome/navidrome.toml`

All right, thank you sm for that! It showed me that the files were not being read because of permissions’ issues:

 ![Bildschirmfoto 2026-06-14 um 20.43.20](https://forum.yunohost.org/uploads/default/original/2X/d/d58f66972c841e1480e553b65495a73eae89894b.jpeg)  
and in fact the user was wrong and the permissions too:  
 ![Bildschirmfoto 2026-06-14 um 20.44.12](https://forum.yunohost.org/uploads/default/original/2X/8/8c5626be0fc440c06760ee22f414dbd801108bd0.jpeg)  
I had a look at the webdav client and it had an activated option to “change the permissions to those of the server” for downloads, so my bet is that the permissions got changed (wrongly) when I downloaded the files and the when I uploaded them they retained the wrong permissions. I still don’t know why the user changed.  
I can chown and chmod them no problem though, so yay 😃  
Should I flag the post as “solved” now?

---

<div class="post-metadata">

### Author: ![otm33](https://forum.yunohost.org/user_avatar/forum.yunohost.org/otm33/32/11941_2.png) [@otm33](https://forum.yunohost.org/u/otm33)
#### Post date: [June 14, 2026, 7:01pm UTC](https://forum.yunohost.org/t/yunohost-trixie-navidrome-library-not-refreshing/42455/6 "2026-06-14T19:01:15Z")

</div>

> [@pepello](#):
>
> Should I flag the post as “solved” now?

👍

---

<div class="post-metadata">

### Author: ![pepello](https://forum.yunohost.org/letter_avatar_proxy/v4/letter/p/67e7ee/32.png) [@pepello](https://forum.yunohost.org/u/pepello)
#### Post date: [June 14, 2026, 7:21pm UTC](https://forum.yunohost.org/t/yunohost-trixie-navidrome-library-not-refreshing/42455/7 "2026-06-14T19:21:04Z")

</div>

Yeah, no, actually… 👩‍🦯 Could you help me with one last thing?

The files don’t belong to the multimedia group yet (first file has all the right permissions, second file doesn’t):

 ![Bildschirmfoto 2026-06-14 um 21.13.10](https://forum.yunohost.org/uploads/default/original/2X/0/09da65be37009f9a4b9b0e5293368046358c40b2.jpeg)  
Do I

> setfacl -m g:multimedia:rwx Music

and be done with it? Or should I do just the single files? I’ve literally just googled how to use getfacl and setfacl, so I don’t wanna make a mess 🙏

* * *

**Solution for other people:**

I used

> getfacl file.name

to see ALL the file’s permissions (which are not shown by a normal ls -l), which showed me that the file was missing a group (“multimedia” in this case);  
then added the file to the multimedia group with rwx permissions with

> setfacl -m g:multimedia:rwx file.name

and then forced a full scan again with

> yunohost app shell navidrome  
> cd /var/www/navidrome  
> ./navidrome scan -f -c /home/yunohost.app/navidrome/navidrome.toml

and now the files are finally in the library! 😃

---

<div class="post-metadata">

### Author: ![otm33](https://forum.yunohost.org/user_avatar/forum.yunohost.org/otm33/32/11941_2.png) [@otm33](https://forum.yunohost.org/u/otm33)
#### Post date: [June 14, 2026, 9:48pm UTC](https://forum.yunohost.org/t/yunohost-trixie-navidrome-library-not-refreshing/42455/8 "2026-06-14T21:48:45Z")

</div>

Hmm… 🤔  
Navidrome could not scan some files because, falling under “others”, it didn’t have read permission on them (rw-rw----)

> [@pepello](#):
>
> and in fact the user was wrong and the permissions too:
> 
> ![Bildschirmfoto 2026-06-14 um 20.44.12](https://forum.yunohost.org/uploads/default/original/2X/8/8c5626be0fc440c06760ee22f414dbd801108bd0.jpeg)

Afaik, navidrome is not member of `multimedia`.

---

<div class="post-metadata">

### Author: ![pepello](https://forum.yunohost.org/letter_avatar_proxy/v4/letter/p/67e7ee/32.png) [@pepello](https://forum.yunohost.org/u/pepello)
#### Post date: [June 14, 2026, 11:04pm UTC](https://forum.yunohost.org/t/yunohost-trixie-navidrome-library-not-refreshing/42455/9 "2026-06-14T23:04:56Z")

</div>

At the beginning I gave the files root:root and 775 to match the other files, but navidrome would still not pick them up. I went and getfacl’d them because I noticed the “+” sign after all other files’ permission, which meant that there were additional permission a chmod 775 didn’t give.  
Navidrome only picked up the files after I assigned them to multimedia, as far as I can tell, but I’m not saying I’m right 🤷‍♀️

---

<div class="post-metadata">

### Author: ![system](https://forum.yunohost.org/uploads/default/original/2X/f/f59fe8e3ee6b100b4f574d30d6e30479c68b89f0.png) [@system](https://forum.yunohost.org/u/system)
#### Post date: [June 29, 2026, 11:05pm UTC](https://forum.yunohost.org/t/yunohost-trixie-navidrome-library-not-refreshing/42455/10 "2026-06-29T23:05:29Z")

</div>

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.
