romancin / tinymediamanager-docker

A repository for creating a docker container including TinyMediaManager with GUI interface.
203 stars 69 forks source link

UID and GID are set but downloaded artwork is owned by root #42

Open mikef0 opened 4 years ago

mikef0 commented 4 years ago

I am using the automation script. The tool is working fine but all of the artwork is owned by root which is causing issues in my setup.

Below is the docker command I'm running

docker run --rm --name=tinymediamanagerscript -v /volume1/docker/tinymediamanager:/config -v /volume1/Media/Movies:/movies -v "/volume1/Media/TV Shows":/tv -e GROUP_ID=100 -e USER_ID=1031 -e TZ=America/Detroit romancin/tinymediamanager:develop /config/tinyMediaManagerCMD.sh -update -scrapeNew

Thanks for the help