Page 1 of 1

Deobfuscate and Renaming issues?

Posted: November 22nd, 2020, 10:50 pm
by MauganRa
Hi-

Getting filenames like:

abc.xyz.88b481b9f5f6d6.mkv

If I check my log, it shows:

2020-11-22 22:37:41,335::INFO::[nzbstuff:1701] Detected filename from yenc: [PRiVATE]-[WtFnZb]-[Animaniacs_-_S03E25-26_-_The_Sound_of_Warners_+_Yabba_Dabba_Boo_WEBDL-480p.mkv]-[9/12] - "" yEnc 833802567 (1/1164) -> abc.xyz.88b481b9f5f6d6.mkv

So, it's able to get the right name of the file, but it's not actually renaming the file- I feel like I'm close to figuring it out, but I could really use some help.

Thanks!

Re: Deobfuscate and Renaming issues?

Posted: November 23rd, 2020, 1:26 am
by sander
Same as here: https://github.com/sabnzbd/sabnzbd/issues/1682 ... although a bit different: a MKV should be renamed.


Where/how do you get those NZBs?
Can you send the NZB to superkoning@caiway.net so that I can verify?

Re: Deobfuscate and Renaming issues?

Posted: November 23rd, 2020, 6:28 am
by MauganRa
Email sent with nzb attached- thanks!

Re: Deobfuscate and Renaming issues?

Posted: November 23rd, 2020, 7:22 am
by sander
Thanks! I can reproduce it. Result: 12 mkv's without any renaming. Strange, because the standard renaming should kick in for MKVs.

I'll need help from saphire ... via the github forum. Maybe it's caused by the yenc info.

Re: Deobfuscate and Renaming issues?

Posted: November 24th, 2020, 10:58 am
by sander
MauganRa wrote: November 22nd, 2020, 10:50 pm Hi-

Getting filenames like:

abc.xyz.88b481b9f5f6d6.mkv

If I check my log, it shows:

2020-11-22 22:37:41,335::INFO::[nzbstuff:1701] Detected filename from yenc: [PRiVATE]-[WtFnZb]-[Animaniacs_-_S03E25-26_-_The_Sound_of_Warners_+_Yabba_Dabba_Boo_WEBDL-480p.mkv]-[9/12] - "" yEnc 833802567 (1/1164) -> abc.xyz.88b481b9f5f6d6.mkv

So, it's able to get the right name of the file, but it's not actually renaming the file- I feel like I'm close to figuring it out, but I could really use some help.

Thanks!
Notes on that logging:

- the filename is outside the double quotes. And within the double qoutes ... nothing. That is incorrect, and therefor SAB does not rename
- as the information is there in sabnzbd.log, you could write a script to do the renaming based on that info. Or, if you can't/don't want to write a script, put a bounty on it.

Re: Deobfuscate and Renaming issues?

Posted: November 25th, 2020, 10:26 am
by MauganRa
Thanks for looking into this, sander! I went through and renamed them all "the long manual way" by comparing the log to the filenames and renaming accordingly this time. I'm *hoping* this was a one-off mistake, something whomever created the nzb file just messed up on. If I run into it again, I'll consider the bounty approach.

Re: Deobfuscate and Renaming issues?

Posted: November 26th, 2020, 1:32 am
by sander