Plex on Ubuntu Server will not update metadata

This is my first Ubuntu server so please use layman's terms. I have Ubuntu server 14.04.4 and the Plex version 0.9.16.3.1840-cece46d. So the plex server is working, I have added two movies and can play them. The metadata for the movies in my library will not update. All i can find on this is that it could be a permissions problem but I am not sure and don't know how to fix this if that is what the problem is.

1 Answer

Make sure that the /var/lib/plexmediaserver/ folder is owned by Plex.

sudo chown -R plex:plex /var/lib/plexmediaserver/

Hope this helps!

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like