Hello, I noticed that my Bazarr don’t have permissions to write subtitles in my Movie folder. When new movie is downloaded with Radarr folder have radarr:dietpi user/group permissions.
Every time I must type:
sudo chmod -R 777 /mnt/dietpi_userdata/Video/Movies/
.
I also add bazarr to dietpi group sudo usergroup -a - G dietpi bazarr
.
And at the and I add sudo chown -R dietpi:dietpi /mnt/dietpi_userdata/Video/Movies
.
Every new movie I have that problem occur again.
I have exactly the same settings at Sonarr and everything works OK. Every new series when downloaded it has also subs downloaded with bazarr.
How to change that permanently?
Regards.
did you configured permission inside Radarr as stated on our online docs > first run setup ?
https://dietpi.com/docs/software/bittorrent/#radarr
usually this should create download files/folder with r/w permission on group level. What are the exact permission after download
I have exactly the same permisions set in Radarr as like in Sonarr.
Every new downloaded movie have permisions like:
drwxr-xr-x 2 radarr dietpi 4096 Jan 15 14:24 'Sing 2 (2021)'
and I must
sudo chown -R dietpi:dietpi /...Sing 2
to bazarr have access to it.
https://imgur.com/uJaqlGd
https://imgur.com/gZJd7Tk
Hi Joulinar maybe You will tell me how to add command to crontab in dietpi?
Something like that:
1 4 * * 0-6 sudo chown -R dietpi:dietpi /mnt/dietpi_userdata/Video >/dev/null 2>&1
?
maybe You will tell me how to add command to crontab in dietpi?
as on all other Linux systems?
crontab -e
Ensure you have the setting 775 configured inside Radarr gui as describe on our online docs. If yes, try to save the setting on the gui again. Otherwise it might be an issue of Radarr app, if Radarr is still not creating new downloads with 775 permission. This might need to be checked with Radarr guys why configuration settings are not respected.