Edited original title and subject.
In the sabnzbd.log I can see all downloaded files with the .nsp extension being renamed to .pfm but I am not sure why or how I can disable it for just this extension. Very strange and I don't know why it is suddenly happening when it never did this in previous versions.
all .nsp extensions being renamed to .pfm via deobfuscation but why?
Forum rules
Help us help you:
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.
all .nsp extensions being renamed to .pfm via deobfuscation but why?
Last edited by lvving on August 27th, 2024, 10:47 pm, edited 1 time in total.
Re: all .nsp extensions being renamed to .pfm
I found a line in sabnzbd.log
024-08-24 16:04:59,412::INFO::[deobfuscate_filenames:255] Deobfuscate renaming (adding extension) \\?\Z:\dl\<folder name>\<filename>.nsp to \\?\Z:\dl\<folder name>\<filename>.nsp.pfm
This appears to only have started when I upgraded to version 4.3.3 but I am not entirely sure about that.
Is there a way to disable deobfuscation on certain files only?
024-08-24 16:04:59,412::INFO::[deobfuscate_filenames:255] Deobfuscate renaming (adding extension) \\?\Z:\dl\<folder name>\<filename>.nsp to \\?\Z:\dl\<folder name>\<filename>.nsp.pfm
This appears to only have started when I upgraded to version 4.3.3 but I am not entirely sure about that.
Is there a way to disable deobfuscation on certain files only?
Re: all .nsp extensions being renamed to .pfm via deobfuscation but why?
Turn off Deobfuscatiion
... until I fix it in Sabnzbd (sabnzbd/utils/file_extension.py)
I might consider adding a Special option "custom_known_extension" ... but YAO (Yet Another Option)
... until I fix it in Sabnzbd (sabnzbd/utils/file_extension.py)
I might consider adding a Special option "custom_known_extension" ... but YAO (Yet Another Option)
Re: all .nsp extensions being renamed to .pfm via deobfuscation but why?
I'm using v4.3.3 and I don't see a file named "file_extension.py" anywhere. Could it be a different name in 4.3.3? If it is just a python script, it should be easy (I hope) to edit until a fix comes out.
Thanks for your help.
Re: all .nsp extensions being renamed to .pfm via deobfuscation but why?
I think you'll only see that script if you run SABnzbd from source. So typically not on Windows nor Mac
Re: all .nsp extensions being renamed to .pfm via deobfuscation but why?
Thanks for replying and that makes sense since I am running it under windows. I will try turning off deobfuscarion for now. Just concerned about other file names not being named correctly but I will keep an eye on it.
Re: all .nsp extensions being renamed to .pfm via deobfuscation but why?
Ouch ... the feature I suggested is already in SABnzbd:
http://127.0.0.1:8080/sabnzbd/config/sp ... ame_ignore
... and I think I made it myself.
So: fill out "nsp" and you should be ok.
http://127.0.0.1:8080/sabnzbd/config/sp ... ame_ignore
... and I think I made it myself.
So: fill out "nsp" and you should be ok.
Re: all .nsp extensions being renamed to .pfm via deobfuscation but why?
Excellent. Thanks.sander wrote: ↑August 30th, 2024, 2:24 pm Ouch ... the feature I suggested is already in SABnzbd:
http://127.0.0.1:8080/sabnzbd/config/sp ... ame_ignore
... and I think I made it myself.
So: fill out "nsp" and you should be ok.
