This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!



I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!

Plex do not find my movies

Jails with XigmaNAS
Forum rules
Set-Up GuideFAQsForum Rules
Post Reply
Gauga
NewUser
NewUser
Posts: 4
Joined: 11 Sep 2013 11:08
Status: Offline

Plex do not find my movies

Post by Gauga »

I installed plex in jail (like in the HOWTO), I have access to plex WebGui.

my movies are located in /mnt/DaniNAS/Filme/
they are mount to jail in /mnt/DaniNAS/jail/plex/mnt/Filme/

so fstab should be:

Code: Select all

/mnt/DaniNAS/Filme /mnt/DaniNAS/jail/plex/mnt/Filme nullfs ro 0 0
with filebrowser they are visible in /mnt/DaniNAS/jail/plex/mnt/Filme/

in plex WebGUI I linked to /mnt/Filme

But don't find anything!?

User avatar
raulfg3
Site Admin
Site Admin
Posts: 4865
Joined: 22 Jun 2012 22:13
Location: Madrid (ESPAÑA)
Contact:
Status: Offline

Re: Plex do not find my movies

Post by raulfg3 »

you need to create filme inside the jail:
from shell:

Code: Select all

mkdir /mnt/DaniNAS/jail/plex/mnt/Filme
and better if use rw (read/write ) instead of ro (read/only)
so your fstab must be:

Code: Select all

/mnt/DaniNAS/Filme /mnt/DaniNAS/jail/plex/mnt/Filme nullfs rw 0 0
once done , restart jail ( stop - wait 20 or 30 second and restart ), if you log in your jail using putty, revise that this time you can see your video media in /mnt/Filme inside the jail, do a ls -l to be sure.
12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)

Wiki
Last changes

HP T510

Gauga
NewUser
NewUser
Posts: 4
Joined: 11 Sep 2013 11:08
Status: Offline

Re: Plex do not find my movies

Post by Gauga »

I can already see media in this folder. The problem is, that plex do not show them/ find them, if I rescan or restart.

User avatar
raulfg3
Site Admin
Site Admin
Posts: 4865
Joined: 22 Jun 2012 22:13
Location: Madrid (ESPAÑA)
Contact:
Status: Offline

Re: Plex do not find my movies

Post by raulfg3 »

change fstaw to rw (read/write) and force plex to do a new rescan
12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)

Wiki
Last changes

HP T510

Gauga
NewUser
NewUser
Posts: 4
Joined: 11 Sep 2013 11:08
Status: Offline

Re: Plex do not find my movies

Post by Gauga »

I tried, but still no movies listed. Any other ideas?

User avatar
raulfg3
Site Admin
Site Admin
Posts: 4865
Joined: 22 Jun 2012 22:13
Location: Madrid (ESPAÑA)
Contact:
Status: Offline

Re: Plex do not find my movies

Post by raulfg3 »

only, one, delete your actual selection of folders, and select one new, this time use a subfolder with less videos on it, if works, try to add more paths, if not, i'm out of ideas.
12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)

Wiki
Last changes

HP T510

tfast500
NewUser
NewUser
Posts: 12
Joined: 30 Aug 2013 22:25
Status: Offline

Re: Plex do not find my movies

Post by tfast500 »

This sounds like the exact issue i was having.

I fixed this by changing the permissions of the folders and by making the movies, pictures, and photos directories owned by root and set the group access for wheel as i had changed these to my own that i created previously.

To do this I used winscp

hope this helps

Gauga
NewUser
NewUser
Posts: 4
Joined: 11 Sep 2013 11:08
Status: Offline

Re: Plex do not find my movies

Post by Gauga »

I changed permissions of folders, and now it works.

Thank you!

Post Reply

Return to “Jails”