I'm running the latest Manjaro xfce.
Plex is installed and when I go to add my "Movies" directory from the Web Console, it will not let me get to the the folder where my media is.
These are the commands I've already put into terminal
sudo systemctl enable plexmediaserver
sudo systemctl start plexmediaserver
sudo chown -R plex.plex /run/media/wolvee/1TB_Drive/Plex_Media
sudo find /run/media/wolvee/1TB_Drive/Plex_Media -type d -print -exec chmod 755 {} \;
sudo find /run/media/wolvee/1TB_Drive/Plex_Media -type f -print -exec chmod 644 {} \;
/Plex_Media contains my two folders I'm trying to create libraries from and I can't see to get it done.
screenshot of trying to add the new Movies..
http://i.imgur.com/mCw55iY.png