Yesterday, 03:41 PM
(2024-04-02, 03:47 PM)ski007 Wrote: OK...I think I've figured out why Jellyfin isn't showing any music files in my music library. This means that Jellyfin has a problem if the media paths overlap, e.g. video (movies) / audio (music). For me, the paths were like this because it was easier for me to keep these files on the disk.
.............
video : /media/ssd1/filmy
audio: /media/ssd1/filmy/muzyka
.............
It can't be like this! : /media/ssd1/filmy/ ... (for all media)
I didn't want to move everything to another place to another SSD drive because I have two (i.e. a different path), so I made a workaround in Ubuntu. I copied the music folder to another SSD using the bind option
so you can now use a different path to the same folder :-)
Now the music path is like this and it's OK:Code:sudo mount --bind /media/ssd1/filmy /media/ssd2/videoteka
/media/ssd2/videoteka/muzyka
You can add this entry permanently as a script when starting the system or add the bind option to mount the folder to another drive in the fstab file.
Code:/media/ssd1/filmy /media/ssd2/videoteka none bind 0 0
Greetings
Ski, I am having the same issue with movies and music being in the same folder. I don't want to create a new folder...can you possibly go into step detail on how you did this workaround? Thank you