tinymediamanager-docker
tinymediamanager-docker copied to clipboard
UID and GID are set but downloaded artwork is owned by root
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