2024-02-16, 10:39 PM
You can see your library on the command line, but jellyfin won't read it, correct?
If that is the case, I think in the ubuntu you need to chown the library path so that jellyfin owns it or is the group owner and not 10000:11000. Since the mount parameters will translate a lot of that.
(2024-02-16, 10:06 PM)Worldrazor Wrote: root@jellyfin:~# ls -l /mnt/nas
total 0
drwxrwx--- 2 100000 110000 0 Feb 12 13:48 Downloads
drwxrwx--- 2 100000 110000 0 Feb 11 20:03 Movies
drwxrwx--- 2 100000 110000 0 Jan 26 04:18 TV-Series
If that is the case, I think in the ubuntu you need to chown the library path so that jellyfin owns it or is the group owner and not 10000:11000. Since the mount parameters will translate a lot of that.