![]() |
Can't add media to jellyfin library in proxmox - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Can't add media to jellyfin library in proxmox (/t-can-t-add-media-to-jellyfin-library-in-proxmox) |
Can't add media to jellyfin library in proxmox - dulenz - 2023-11-24 I have Jellyfin running in privileged Proxmox container I mounted Truenas share with media files in /mnt/media. I have an user jellyfin in truenas with full access to the share and all folders in it. this is content of the /etc/fstab in the container: //192.168.10.20/Media /mnt/media cifs username=jellyfin,password=password,iocharset=utf8,vers=2.1,sec=ntlmssp,nosetuids,uid=jellyfin,gid=media,_netdev 0 0 share is successfully mounted: username@Jellyfin:~$ ls -l /mnt/media total 0 drwxr-xr-x 2 jellyfin media 0 Nov 20 22:58 'Go Pro Movies' drwxr-xr-x 2 jellyfin media 0 Nov 9 09:21 Movies drwxr-xr-x 2 jellyfin media 0 Nov 10 16:59 Music drwxr-xr-x 2 jellyfin media 0 Nov 20 22:58 Photos drwxr-xr-x 2 jellyfin media 0 Nov 8 22:13 'Security camera footage' drwxr-xr-x 2 jellyfin media 0 Nov 20 22:58 Videos I can browse to each directory and can see all the files there from terminal in proxmox. However, when I try to add folder Music (or any other) to Jellyfin library nothing happens. I can see all the folders and the files from GUI in Jellyfin but when I click on Ok it just shows swirly circle what could be the issue if someone can help me please I would be grateful. |