Currently running into issues adding Movies to Plex on my Raspberry Pi. I basically followed this guide to install plex on my Pi. However after troubleshooting I’ve made a few changes. The external HDD which is holding all my media (NTFS) is mounted through /etc/fstab with this line:
- UUID=C6F65F98F65F8817 /mnt/MediaLibrary ntfs defaults,umask=007,uid=1000,gid=1000 0 0
It looks like all the permissions are correct (but from what I gather permissions aren’t used for NTFS drives).
When attempting to add a folder I can see the files through plex but once the library is created Plex says ‘There are no items in this Library’.
I’ve tried everything my google-fu can find so hopefully someone here knows what I’m doing wrong.