Plex jail not matching movies

Fish

Contributor
Joined
Jun 4, 2015
Messages
108
Hi guys,

I've been using my plex warden jail for some years now but wanted to switch over to iocage. I was able to create the jail, connect my data, and scan the media but Plex seems like it's not matching titles now?

Here's the script I used to create the jail:

Code:
iocage create --name io-plex allow_raw_sockets="1" ip4_addr="igb0|10.0.1.155/24" resolver="nameserver 10.0.1.120;nameserver 1.1.1.1" --release 11.2-RELEASE
iocage exec io-plex "mkdir /mnt/movies"
iocage exec io-plex "mkdir /mnt/tvshows"
iocage fstab --add io-plex /mnt/orange/video/movies/ /mnt/movies nullfs rw 0 0
iocage fstab --add io-plex /mnt/orange/video/tvshows/ /mnt/tvshows nullfs rw 0 0
iocage restart io-plex


I then installed plexmediaserver with pkg.

I can ping and nslookup from inside the jail with no issues, but when I add media the videos look like this where the movie title and year are right, but there's not other data (i.e. director, genre, etc.)

Capture.PNG


Any ideas would be great!
 

nojohnny101

Wizard
Joined
Dec 3, 2015
Messages
1,478
Did you check the settings for the server. There are plex specific settings that tell plex which databases to use for lookup if metadata.
 
Top