Closed jackkiej closed 6 months ago
Can you provide a full debug log from nzbToMedia? In autoProcessMedia.cfg
[General]
log_debug = 1
The log file itself should be under nzbToMedia/Logs/nabToMedia.log
That should show what (if any) renaming happens before being passed to SickChill.
Usually the renaming done by nzbToMedia is to replace obfuscated/reversed file names with the download name (to help with renaming).
@clinton-hall
@jackkiej
Error, this is a private paste or is pending moderation. If this paste belongs to you, please login to Pastebin to view it.
@jackkiej
Error, this is a private paste or is pending moderation. If this paste belongs to you, please login to Pastebin to view it.
I thought pastebin should work because it was a big log..
ok. For that example, nzbToMedia is not doing any renaming. All renaming appears to be done by SickChill. I do note that SickChill identifies the Season name as the Release name.
POSTPROCESS::SICKBEARD: Found release name House.S05.1080p.BluRay.x264-BRAVERY[rartv]
but I believe it still passes each file individually to subliminal, so that shouldn't be an issue.
Have a look at https://github.com/Diaoul/subliminal/issues/900 I do think the issue is that Guessit is not finding the correct release name. But the traceback stack doesn't specifically show what input it is given...
Your demonstration that passing the files in to subliminal works for the same files, is interesting, but I would also be keen to know WHAT VERSION of Subliminal and Guessit are used by that call versus the version used by SickChill (in case there is any difference).
Perhaps you could try:
if these fail, the issue is with the way SickChill/Subliminal/Guessit interface with season packs. if either of these works, the issue may be with the way nzbToMedia calls the renamer for season packs, or it may be the way SickChill does a manual process of season packs....
Outside of that, not much I can suggest...
Describe the bug I use SickChill to handle my TV show library. Developer of SickChill tells me that subtitle search in SickChill uses the original name of the file and passes that to Subliminal.
The problem is, I've set a rename on post-processing, which shouldn't be the issue as SickChill should use the original filename before renaming, but I think the problem is that SickChill doesn't know the original filename because of the post-processing through nzbToMedia.
Technical Specs
Expected behavior nzbToMedia to pass the original name to SickChill before renaming so that subtitle search works like it should.
Log For multiple logs check my SickChill issue Not downloading subtitles #7142