Server Version#: Version 1.41.1.9057
Player Version#: Version 1.41.1.9057
<If providing server logs please do NOT turn on verbose logging, only debug logging should be enabled>
I have installed and configured Plex server on a Windows 7 PC and everything works perfectly. I’m only interested in sharing video files that I have recorded off-air: all the online libraries/facilities are not important to me.
I’m now trying to migrate the Plex library to a Raspberry Pi 5 running Raspberry Pi OS.
uname -a gives
Linux pi5 6.6.47+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.47-1+rpt1 (2024-09-02) aarch64 GNU/Linux
I have installed Plex server from plexmediaserver_1.41.0.8994-f2c27da23_armhf.deb
In the initial setup wizard, I have given the server a name “Pi5” and logged in with the same user ID and password as for the Windows PC.
My video files (a small subset of the full set, for testing) are on an external USB drive formatted as NTFS. This auto-mounted as /media/pi/Transcend1 as soon as I plugged it in and I can see its contents, either using the Pi File Manager or using “ls -l”. I have done a recursive “chmod 777” on all the folders/files on that drive, to eliminate any permission problems.
I “Add Library” of type TV Shows and then Browse for Media Folder. In the Add Folder dialogue, I select “/media/pi/Transcend1”.
But when I scan for files, nothing is detected.
I notice that in the Add Folder dialogue, I cannot navigate to subfolders on the HDD, which makes me wonder whether Plex does not have permission to access the contents of the drive, despite the recursive “chmod 777”.
The contents of the HDD contain files/folders (in a tree) such as
/test/drama/His Dark Materials/Season 3/His Dark Materials - s01e01.ts
What really stupid mistake am I making?