Hi
First off, thanks for an excellent piece of software
Problem 1
Iāve got some integration issues with Delugeā¦
- Download to: /tank/dl/Downloads/Incomplete/Deluge
- Move to: /tank/dl/Downloads/Complete/Deluge
- Extractor: /tank/dl/Downloads/Complete/Deluge, create sub-folder with torrent name (to place it with the torrent)
Sonarr:
- Completed Download Handling enabled.
- Drone factory not enabled.
General:
- Multiple volumes, /tank/dl, /tank/one, /tank/two, etc⦠Hard-linking will not work.
- Torrent only has .rar files.
What seems to happen is that the torrent is downloaded, then moved, then extracted (which may take an hour if weāre talking 200gb of BluRays). Then about a minute after the move is performed and the extract has started the āCheck For Finished Downloadā runs, finds the partially extracted files and copies them over to /tank/one. Oops.
I havenāt figured out a way to solve this yet and Iām hoping that I am missing something obvious.
My one idea on how to solve this is to remove the extractor plugin from Deluge, leaving the move-to setting as is, then installing the script plugin and write a script that extracts the contents somewhere else on the same drive (/tank/dl/temp), when extract is complete, move the files to the āmove-toā directory, which should cause Sonarr to pick them up, right?
I assume Sonarr will read the āmove-toā folder from Deluge, find nothing but .rar, find nothing, find nothing, ah, now thereās stuff, copy + DELETE (donāt want it to waste space) file, watch torrent until seed limit is hit, delete torrent + DATA!!! - is this the correct assumption?
General question 1
Is there any way to change the sorting of the series screen to NOT ignore articles? I know my show is named āThe Kill Pointā, I do not want it sorted under K⦠If not, could you point me in the general direction of where in the code is the best place to change this? Can I just change the SortTitle accessor on Series to return the normal title, or would this break something else?
General question 2
There is no HDDVD category? Granted, theyāre unusual and not used anymore, but there are releases (BSG for example) that uses it. I put them as BluRay, but the true media information is lostā¦
EDIT:
General question 3
The Refresh Series task (I think) that goes off every 12 hours, any easy way to reschedule it?
Due to how my storage is structured Iāve got a few essentially full disk arrays that are spun down for thermal reasons and very rarely accessed, maybe a few times per month. Since theyāre archived Iām actually considering mounting them in read-only mode on the filesystem level and only do a ZFS scrub every week or so. So then a scan is REALLY uselessā¦