Deobfuscate and Renaming issues?

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
MauganRa
Newbie
Newbie
Posts: 3
Joined: November 22nd, 2020, 10:46 pm

Deobfuscate and Renaming issues?

Post 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!
User avatar
sander
Release Testers
Release Testers
Posts: 8830
Joined: January 22nd, 2008, 2:22 pm

Re: Deobfuscate and Renaming issues?

Post 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 [email protected] so that I can verify?
MauganRa
Newbie
Newbie
Posts: 3
Joined: November 22nd, 2020, 10:46 pm

Re: Deobfuscate and Renaming issues?

Post by MauganRa »

Email sent with nzb attached- thanks!
User avatar
sander
Release Testers
Release Testers
Posts: 8830
Joined: January 22nd, 2008, 2:22 pm

Re: Deobfuscate and Renaming issues?

Post 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.
User avatar
sander
Release Testers
Release Testers
Posts: 8830
Joined: January 22nd, 2008, 2:22 pm

Re: Deobfuscate and Renaming issues?

Post 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.
MauganRa
Newbie
Newbie
Posts: 3
Joined: November 22nd, 2020, 10:46 pm

Re: Deobfuscate and Renaming issues?

Post 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.
User avatar
sander
Release Testers
Release Testers
Posts: 8830
Joined: January 22nd, 2008, 2:22 pm

Re: Deobfuscate and Renaming issues?

Post by sander »

Post Reply