I have been using quickbox + plex for about a month now, and have been loving it. I have been keeping all my media files in the /var/lib/plexmediaserver/ directory up until now, but I ran out of space there, so I just migrated my files over to my /home/falsehonesty/plex/ directory. However, now Plex can’t seem to locate any of the files there. I deleted and remade the plex libraries with the new folder location, but every scan turns up nothing.
I ran these commands JMSolo said in another thread, also to no avail.
username=falsehonesty
usermod -a -G ${username} plex
chown ${username}:plex /home/${username}
chmod 750 /home/${username}
setfacl -m g:${username}:rwx /home/${username}
This is the ls -al
of the /home/falsehonesty directory http://i66.tinypic.com/25so8eb.png
and this is the ls -al
of the /home/falsehonesty/plex directory http://i63.tinypic.com/2cz23bd.png
Any ideas on how to get Plex to pick up my files?