nzbToMedia
nzbToMedia copied to clipboard
Sickchill - torrenttomedia not processing as expected
Describe the bug I thinks its not a bug but config issue I am stuck. Manual PostProcess at SickChill processes file.
Technical Specs
- Running on Windows 10 1909
- Python version python 3.8
- Download Client :utorrent (python.exe c:\SickRage\nzbToMedia\TorrentToMedia.py "%D" "%N" "%L" "%I")
- Intended Media Management: SickChill
Expected behavior
- Torrenttomedia script runs but after sending sickchill request it exits succesfully?????? without processing file.
- I don't want to use the COPYLINK feature and I could't disable it.
- CLEARDIRECTORy feature cannot be disabled as well manual run.txt nzbtomedia.txt autoProcessMedia.cfg.txt
Log Provided :) Thank you in advance.
try setting
[SickBeard]
[[tv]]
fork = auto
then if this still fails, post the nzbToMedia log and the SickChill log from the same time.
It worked thank you. if anything changes I will report What about the Cleandir and copylink how can i stop those steps ??
Both Cleandir and copylink are "disabled" by you other settings. Because destination and source are the same, Copylink just ignores them... but it logs entries to say that (and I'd need to make other changes to actually suppress logging). Because you use copy in SickChill, the files still exist at source, so the Cleandir also ignores these (again only logs to say why).
Ok Thank you for explaining :)