mirror of
https://github.com/Radarr/Radarr
synced 2025-03-16 08:50:19 +00:00
Updated Common Problems (markdown)
parent
12184363c4
commit
cfe75f8d66
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ for format in "${formats[@]}"; do
|
|||
done < <(find "$torrentpath/$torrentname" -iname "*.${format}" )
|
||||
done
|
||||
```
|
||||
And can be found at the [Deluge wiki pages](http://dev.deluge-torrent.org/wiki/Plugins/Execute#Extractarchivesscript). Make sure you set execution rights on the script (chmod +x /config/extract).
|
||||
The script can be found at the [Deluge wiki pages](http://dev.deluge-torrent.org/wiki/Plugins/Execute#Extractarchivesscript). Make sure you set execution rights on the script (chmod +x /config/extract).
|
||||
|
||||
Now Radarr will via it's automatic download handling find and move/copy or link the movie to it's destination for you. However this leaves us with unnecessary files laying around in our download folder. To mitigate this we'll make Radarr execute an cleanup script once it's done importing the movie. The cleanup script only deletes the folder deluge_extracted which is created by our extract script.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue