RandomNinjaAtk / docker-lidarr-extended

lidarr-extended :: Lidarr application packaged with multiple scripts to provide additional functionality
GNU General Public License v3.0
275 stars 24 forks source link

Tidal-dl downloading as root:root #219

Closed shyshapestory closed 1 year ago

shyshapestory commented 1 year ago

This is kinda piggybacking this one: https://github.com/RandomNinjaAtk/docker-lidarr-extended/issues/217

When an album is moved into complete, it's chmod'ed correctly, but due to being owned by root:root, Lidarr cannot import it. I did set up the container with correct PUID and PGID.

I tried changing it manually to perform chown after chmod, and it worked, but as the script was updated when I restarted the container, the edit disappeared.

RandomNinjaAtk commented 1 year ago

Even if owned by root, you likely have some other issue because there would be a lot more reports if there was an actual issue. The permissions are set to be pretty lenient as 666 or 777. So your failure to import is not a permissions issue or ownership issue.

To figure out what is happening you may need to increase the logging verbosity in lidarr and read the logs when it attempts to import.

Edit: Additionally, you will need to provide detailed logging evidence and steps to reproduce the issue if you want it investigated further... However, I'm fairly certain that your having a different unrelated problem...