Page 1 of 1

Rename before extracting

Posted: August 13th, 2019, 5:14 am
by Mara23
All files from a certain NZB have extension "txt" however the files are actually "rar" files. I can rename them to the RAR extension and extract the archive manually.

Is it possible to extract the compressed (RARed) content from these files automatically?

Thank you

Re: Rename before extracting

Posted: August 13th, 2019, 6:11 am
by sander
So ... you see files like "blablabla.part08.txt"?

in the .NZB you can rename them, and then put the NZB into SABnzbd.

If you're on Linux, something like sed -i-e 's/txt/rar/' would work