2024-04-02, 03:47 PM
(This post was last modified: 2024-04-02, 04:15 PM by ski007. Edited 10 times in total.)
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:
/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.
![[Image: nW4Sk9P.jpeg]](https://i.imgur.com/nW4Sk9P.jpeg)
Greetings
.............
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 :-)
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
![[Image: nW4Sk9P.jpeg]](https://i.imgur.com/nW4Sk9P.jpeg)
Greetings
Jellyfin.Server 10.9.7
Linux Mint (Virginia) ubuntu 22.04 / HWE kernel (bare metal)
Intel N100
32GB DDR5
OS Lexar NM620 2TB M.2
Storage
Lexar NM620 2TB M.2
Mobo: MiniPC (Topton X6C )
Linux Mint (Virginia) ubuntu 22.04 / HWE kernel (bare metal)
Intel N100
32GB DDR5
OS Lexar NM620 2TB M.2
Storage
Lexar NM620 2TB M.2
Mobo: MiniPC (Topton X6C )