nvllsvm / emby-unlocked

Emby with the premium Emby Premiere features unlocked.
GNU General Public License v2.0
271 stars 61 forks source link

File permission Docker #39

Closed xNobaBx closed 5 years ago

xNobaBx commented 5 years ago

Hi i cant add any media folder because lack of permission. iT says For Linux on Arch Linux, CentOS, Debian, Fedora, OpenSuse, or Ubuntu, you must grant the Emby system user at least read access to your storage locations.

So who is "Emby system user" and how to grant the read access for it.

nvllsvm commented 5 years ago

Set the container's PUID and PGID environment variables to your the host's user that has access to your media folder.

$ docker run -e PUID=$(id -u) -e PGID=$(id -g) nvllsvm/emby-unlocked

Variable descriptions in Docker Hub readme: https://hub.docker.com/r/nvllsvm/emby-unlocked/