GoneD
GoneD
> What does your directories configuration look like? This part in the .env file > > ``` > # ======== directories ======== > CONFIG_DIR=/some/directory/media_server/config > DOWNLOAD_DIR=/some/directory/media_server/downloads > MEDIA_DIR=/some/directory/media_server/media > TV_DIR=/some/directory/media_server/media/TV...
> /data/seedbox/media_server/config/transmission **chios :: media_server/config/filebot % cat amc.log** ``` Run script [fn:amc] at [Thu Dec 31 09:18:16 EST 2020] Parameter: unsorted = n Parameter: clean = y Parameter: music =...
Hi, Do you have any idea or other thing about my issue ? Thanks :)
Thanks for this - but how just to modifiy the container to using ut_dir correctly ?
Ok i have modify the script inside the filebot container : ``` root@xxxxxx:/etc/services.d/filebot# ls run ``` nano **run** and add this : `UTDIR_NEW_PATH=${UTDIR_NEW_PATH:-/downloads/complete/sonarr} ` And modify this : ``` #...
@ghostserverd - how sonarr or radarr call filebot ? because never append - if i launch manualy is ok - but is not automaticly launch after download ? or is...
> @ghostserverd > > I seem to be having this same issue too. Same type of directory setup. > The start of my .env: > > ``` > # ========...