I’m migrating everything from an old FreeNAS server that’s so far out of date I can’t update PleX or half the software, so I built a brand new machine (identical disk sizes etc) and I’ve copied all my media across.
After installing PleX and mapping the appropriate paths, I found that only a little over half of my movies (that I’ve checked so far) appear in the new PleX server.
First, let’s get some versions out of the way:
TrueNAS Scale: 25.04.0
PleX:
App Version: 1.41.6.9685-d301f511a
Version: 1.1.22
I have a lifetime PleX Pass, and installed the PlexPass Image.
Once I completed the PleX installation, I migrated the files from the old FreeNAS to the TrueNAS Scale machine.
All files were copied successfully and show up in the respective directories, however my old PleX server (“tera”) shows 908 titles; the new server (“bertha”) shows only 583. Running re-scan does not change the count.
I went through the library and found some gaps; for example these files on the new server:
kuyper@bertha:/mnt/pool01/media/00-Handbrake/A-B$ ls -l An*m4v
-rwxrwx--- 1 kuyper 972 1601514568 Aug 28 2012 'Angel Heart (1987).m4v'
-rwxrwx--- 1 kuyper 972 2349248587 Aug 28 2012 'AngelasAshes (1999).m4v'
-rwxrwx--- 1 kuyper 972 1176309814 Sep 1 2012 'Antz (1998).m4v'
kuyper@bertha:/mnt/pool01/media/00-Handbrake/A-B$
As you can see, all 3 files have identical permissions, but only the first (Angel Heart) shows up in PleX on the new server.
The old server shows all 3. For completeness, the file listing on the old server:
tera% ls -l An*m4v
-rw-rw-rw- 1 kuyper users 1601514568 Aug 28 2012 Angel Heart (1987).m4v
-rw-rw-rw- 1 kuyper users 2349248587 Aug 28 2012 AngelasAshes (1999).m4v
-rw-rw-rw- 1 kuyper users 1176309814 Sep 1 2012 Antz (1998).m4v
tera%
Even the timestamps are identical
To be clear, this was not a PleX “migration” - I did not attempt to migrate the database (too many changes; BSD->Linux, Jails->Docker, etc) rather a fresh rebuild. I copied all the files, and then asked PleX to rebuild a fresh database. Multiple scans have failed to change anything.
Again, there are files in the same directory, with the same permissions; some are showing up, however, 325 files are just not showing up…
Thanks for any assistance
Kuyper