Jellyfin Forum
Jellyfin on proxmox - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: Jellyfin on proxmox (/t-jellyfin-on-proxmox)

Pages: 1 2 3 4 5 6


RE: Jellyfin on proxmox - wbravin - 2024-10-18

Thank you 

when i installed the lxc i used the proxmox pve scripts and at that time i set the static ip for the lxc to 192.168.1.127:8096 and this was fine

i did look ar the 3 folders with ls -la and all showed content. I did not drill down at that time. However i did drill down and i am able to see the content. here is an example

root@pve:/mnt/media/Movies# cd /mnt/media/Movies/x-men
-bash: cd: /mnt/media/Movies/x-men: No such file or directory
root@pve:/mnt/media/Movies# cd /mnt/media/Movies/X-Men (2000)
-bash: syntax error near unexpected token `('
root@pve:/mnt/media/Movies# cd /mnt/media/Movies/'X-Men (2000)'
root@pve:/mnt/media/Movies/X-Men (2000)# ls -la
total 1376687
drwxrwx--- 2 100000 110000          0 Oct 18 03:41  .
drwxrwx--- 2 100000 110000          0 Oct 18 03:50  ..
-rwxrwx--- 1 100000 110000    352634 Feb 20  2024  fanart.jpg
-rwxrwx--- 1 100000 110000    181143 May 13 18:39  landscape.jpg
-rwxrwx--- 1 100000 110000    405899 Apr  9  2024  logo.png
-rwxrwx--- 1 100000 110000      8432 Oct 18 03:51  movie.nfo
-rwxrwx--- 1 100000 110000        613 Aug 28 17:20  movie.xml
-rwxrwx--- 1 100000 110000    223220 Mar 24  2023  poster.jpg
-rwxrwx--- 1 100000 110000      27136 Jul 30  2022  Thumbs.db
-rwxrwx--- 1 100000 110000    352634 Apr  9  2024 'X-Men (2000.jpg'
-rwxrwx--- 1 100000 110000    223220 Apr  9  2024 'X-Men (2000.metathumb'
-rwxrwx--- 1 100000 110000 1408981264 Jul 30  2022 'X-Men (2000.mp4'
-rwxrwx--- 1 100000 110000      7908 Aug 31 17:28 'X-Men (2000.nfo'
root@pve:/mnt/media/Movies/X-Men (2000)#cd

in my opinion if my mount is correct then the only issue is the destination parameters ie the ,/mp=/Movies Please note that i have changed  the bind for the Shows
mp0: /mnt/media/Movies/,mp=/Movies
mp1: /mnt/media/Shows/,mp=/Shows
mp2: /mnt/media/Music/,mp=/Music


Sorry to be so pendant 

thank you for your help


RE: Jellyfin on proxmox - madsepperl - 2024-10-18

Ok, and do you also see the content in the LXC with "ls -la /Movies" ? And if yes, is /Movies configured for one of the libraries in jellyfin?


RE: Jellyfin on proxmox - wbravin - 2024-10-18

Hi

I did for the pve shell ls -la for all 3 mount points. In all of the occasions i see all the contents.

The problem is when i add a library to jellyfin say movies in the dropdown menu i do see /Movies however when i go to scan the library nothing is added

Thank you for asking


RE: Jellyfin on proxmox - madsepperl - 2024-10-19

coming back to my question: "do you also see the content in the LXC with "ls -la /Movies" ?"


RE: Jellyfin on proxmox - wbravin - 2024-10-19

Hi

sorry if i did not understand your question i did not know that that was different from doing ls -la only in /mnt/media/Movies

when i go to /mnt/media/Movies and i do ls -la i see the folder is fully populated with all the files

However if i go to /mnt/media (or in /mnt/mendi/Movies)and i ls -la /Movies i get /Movies no such file or directory
if I do ls -la/Movies iget '\' invalid operation

here is the contents of /mnt/media/Movies/'11 Moonraker (1979)'

root@pve:/mnt/media/Movies/11 Moonraker (1979)# ls -la
total 1026693
drwxrwx--- 2 100000 110000          0 Oct 18 03:50  .
drwxrwx--- 2 100000 110000          0 Oct 18 03:50  ..
-rwxrwx--- 1 100000 110000    477420 Jul  7  2023  fanart.jpg
-rwxrwx--- 1 100000 110000    490603 May 13 18:40  landscape.jpg
-rwxrwx--- 1 100000 110000      63895 Apr  9  2024  logo.png
-rwxrwx--- 1 100000 110000    477420 Apr  9  2024 'Moonraker (1979.jpg'
-rwxrwx--- 1 100000 110000    290413 Jun 26 14:38 'Moonraker (1979.metathumb'
-rwxrwx--- 1 100000 110000 1050486270 Aug  9  2018 'Moonraker (1979.mp4'
-rwxrwx--- 1 100000 110000      8163 Aug 31 17:27 'Moonraker (1979.nfo'
-rwxrwx--- 1 100000 110000      9214 Oct 18 15:49  movie.nfo
-rwxrwx--- 1 100000 110000        844 Aug 31 17:27  movie.xml
-rwxrwx--- 1 100000 110000    308808 Mar 24  2023  poster.jpg
-rwxrwx--- 1 100000 110000      37888 Oct 19  2022  Thumbs.db
root@pve:/mnt/media/Movies/11 Moonraker (1979)

this is why i declared success the other day
Thank you for being patient with me


RE: Jellyfin on proxmox - guunter - 2024-10-19

(2024-10-19, 04:40 AM)wbravin Wrote: Hi

sorry if i did not understand your question i did not know that that was different from doing ls -la only in /mnt/media/Movies

when i go to /mnt/media/Movies and i do ls -la i see the folder is fully populated with all the files

However if i go to /mnt/media (or in /mnt/mendi/Movies)and i ls -la /Movies i get /Movies no such file or directory
if I do ls -la/Movies iget '\' invalid operation

here is the contents of /mnt/media/Movies/'11 Moonraker (1979)'

root@pveConfused-facemnt/media/Movies/11 Moonraker (1979)# ls -la
total 1026693
drwxrwx--- 2 100000 110000          0 Oct 18 03:50  .
drwxrwx--- 2 100000 110000          0 Oct 18 03:50  ..
-rwxrwx--- 1 100000 110000    477420 Jul  7  2023  fanart.jpg
-rwxrwx--- 1 100000 110000    490603 May 13 18:40  landscape.jpg
-rwxrwx--- 1 100000 110000      63895 Apr  9  2024  logo.png
-rwxrwx--- 1 100000 110000    477420 Apr  9  2024 'Moonraker (1979.jpg'
-rwxrwx--- 1 100000 110000    290413 Jun 26 14:38 'Moonraker (1979.metathumb'
-rwxrwx--- 1 100000 110000 1050486270 Aug  9  2018 'Moonraker (1979.mp4'
-rwxrwx--- 1 100000 110000      8163 Aug 31 17:27 'Moonraker (1979.nfo'
-rwxrwx--- 1 100000 110000      9214 Oct 18 15:49  movie.nfo
-rwxrwx--- 1 100000 110000        844 Aug 31 17:27  movie.xml
-rwxrwx--- 1 100000 110000    308808 Mar 24  2023  poster.jpg
-rwxrwx--- 1 100000 110000      37888 Oct 19  2022  Thumbs.db
root@pveConfused-facemnt/media/Movies/11 Moonraker (1979)

this is why i declared success the other day
Thank you for being patient with me


You need to on the proxmox lxc do ls -l /Media . It looks like you didn’t add a space in the command if that is a copy and paste..


RE: Jellyfin on proxmox - wbravin - 2024-10-19

root@jellyfin:~# ls -l /media
total 0
root@jellyfin:~#

this is what i got
root@jellyfin:/Movies# cd
root@jellyfin:~# ls -l/media
ls: invalid option -- '/'
Try 'ls --help' for more information.
root@jellyfin:~# ls -l /media
total 0
drwxrwx--- 2 root media 0 Oct 18 03:50 Movies
drwxrwx--- 2 root media 0 Oct 18 00:34 Music
drwxrwx--- 2 root media 0 Oct  5 06:08 Shows
root@jellyfin:~

If i go to /media/Movies  and do ls i see the contents. 

However if i go to /media and do an ls -l /Movies  to follow your instructions i get: total 0

Thank you for taking the time to help me


RE: Jellyfin on proxmox - guunter - 2024-10-19

(2024-10-19, 05:13 AM)guunter Wrote:
(2024-10-19, 04:40 AM)wbravin Wrote: Hi

sorry if i did not understand your question i did not know that that was different from doing ls -la only in /mnt/media/Movies

when i go to /mnt/media/Movies and i do ls -la i see the folder is fully populated with all the files

However if i go to /mnt/media (or in /mnt/mendi/Movies)and i ls -la /Movies i get /Movies no such file or directory
if I do ls -la/Movies iget '\' invalid operation

here is the contents of /mnt/media/Movies/'11 Moonraker (1979)'

root@pveConfused-facemnt/media/Movies/11 Moonraker (1979)# ls -la
total 1026693
drwxrwx--- 2 100000 110000          0 Oct 18 03:50  .
drwxrwx--- 2 100000 110000          0 Oct 18 03:50  ..
-rwxrwx--- 1 100000 110000    477420 Jul  7  2023  fanart.jpg
-rwxrwx--- 1 100000 110000    490603 May 13 18:40  landscape.jpg
-rwxrwx--- 1 100000 110000      63895 Apr  9  2024  logo.png
-rwxrwx--- 1 100000 110000    477420 Apr  9  2024 'Moonraker (1979.jpg'
-rwxrwx--- 1 100000 110000    290413 Jun 26 14:38 'Moonraker (1979.metathumb'
-rwxrwx--- 1 100000 110000 1050486270 Aug  9  2018 'Moonraker (1979.mp4'
-rwxrwx--- 1 100000 110000      8163 Aug 31 17:27 'Moonraker (1979.nfo'
-rwxrwx--- 1 100000 110000      9214 Oct 18 15:49  movie.nfo
-rwxrwx--- 1 100000 110000        844 Aug 31 17:27  movie.xml
-rwxrwx--- 1 100000 110000    308808 Mar 24  2023  poster.jpg
-rwxrwx--- 1 100000 110000      37888 Oct 19  2022  Thumbs.db
root@pveConfused-facemnt/media/Movies/11 Moonraker (1979)

this is why i declared success the other day
Thank you for being patient with me


You need to on the proxmox lxc do ls -l /Media . It looks like you didn’t add a space in the command if that is a copy and paste..

It looks like you got it working then. If you do ls -l /Media/Movies you should see your files. In jellyfin you need to add your folders /Media/Movies , /Media/Shows , /Media/Music


RE: Jellyfin on proxmox - wbravin - 2024-10-19

Hello allroot@jellyfin:/Movies# cd
root@jellyfin:~# ls -l/media
ls: invalid option -- '/'
Try 'ls --help' for more information.
root@jellyfin:~# ls -l /media
total 0
drwxrwx--- 2 root media 0 Oct 18 03:50 Movies
drwxrwx--- 2 root media 0 Oct 18 00:34 Music
drwxrwx--- 2 root media 0 Oct 5 06:08 Shows
root@jellyfin:~#

as you see it has content

If i go to /media/Movies and do an ls I see the all content

however if i go to /media and perform ls -la /Movies i get: total 0

the same situation for all 3 mounts

Thank you for taking the time off your weekend to help me


RE: Jellyfin on proxmox - guunter - 2024-10-19

In Linux when you type a command it is helpful to hit TAB on your keyboard for autocompleting text. It helps you know you’re typing a command right. If you’re in /media directory you would do ls -l Movies/