did not unpack filename.x files

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
ronnie63
Newbie
Newbie
Posts: 1
Joined: July 21st, 2014, 6:48 pm

did not unpack filename.x files

Post by ronnie63 »

I have been using sabnzbd without issue for a few months now - thanks!

However I just downloaded a file in with it did not unpack. It was set to +Delete. But the files were moved to the complete directory, with 53 files, two of which got renamed to xxxxx-0.0 and xxxxx-1.0 and the rest to filename.xx. (with filename named via the sorting pattern in sabnzbd). These were not named filename.rxx or filename.partx.rar. Sabnzbd history does not show a icon that it was unpacked (like all the rest of the files that I've downloaded do).

This is on linux, sabnzbd v.0.7.18, and unrar freeware 5.01

If I do:

Code: Select all

file filename.0
it says :

Code: Select all

filename.0: EBML file, creator matroska

Code: Select all

file filename.1
it says :

Code: Select all

filename.1: Parity Archive Volume Set

Code: Select all

file filename.2
it says :

Code: Select all

filename.2: RAR archive data, v14, flags: Archive volume, os: Win32
etc

The log:

Code: Select all

2014-07-21 17:26:16,460::INFO::[postproc:284] Starting PostProcessing on FILE => Repair:True, Unpack:True, Delete:True, Script:None, Cat:tv
2014-07-21 17:26:16,460::INFO::[postproc:571] Par2 check starting on FILE
2014-07-21 17:26:16,489::INFO::[__init__:872] /home/usenet/Downloads/incomplete/FILE/__ADMIN__/__verified__ missing
2014-07-21 17:26:16,489::INFO::[postproc:592] Running repair on set xxxxx-1
2014-07-21 17:26:16,490::INFO::[newsunpack:835] Quick-check for xxxxx-1 is OK, skipping repair
2014-07-21 17:26:16,490::INFO::[newsunpack:897] Deleting /home/usenet/Downloads/incomplete/FILE/xxxxx-1.par2
2014-07-21 17:26:16,491::INFO::[postproc:619] Par2 check finished on FILE
2014-07-21 17:26:16,535::INFO::[misc:792] Creating directories: /home/usenet/Downloads/complete/FILE/FILE
2014-07-21 17:26:16,535::INFO::[postproc:349] Running unpack_magic on FILE
2014-07-21 17:26:16,536::INFO::[postproc:351] unpack_magic finished on FILE
2014-07-21 17:26:16,693::INFO::[postproc:540] Cleaning up FILE (keep_basic=False)
Manually running unrar on the command line in the complete directory:

Code: Select all

sudo unrar e filename.2

UNRAR 5.01 freeware      Copyright (c) 1993-2013 Alexander Roshal


Extracting from filename.2


Extracting from filename.4

Extracting  filename.mkv                              99%
Cannot find volume filename.400
filename.mkv - checksum error
Total errors: 1
Any ideas? Thank you in advance!
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: did not unpack filename.x files

Post by shypike »

Check the NZB.
My guess is that it contains duplicate file names.
SABnzbd has an unfortunate method of renaming duplicate filenames.
That needs to change in a future release.
spenm
Newbie
Newbie
Posts: 4
Joined: July 23rd, 2014, 3:57 am

Re: did not unpack filename.x files

Post by spenm »

So there is no way of changing the rename back? Or making Sab in future extract to different folders etc..?
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: did not unpack filename.x files

Post by shypike »

There is an auto-split planned for a (much) later release.
The renaming method will be changed earlier.
It will solve some of the current issues, like the one you describe.
spenm
Newbie
Newbie
Posts: 4
Joined: July 23rd, 2014, 3:57 am

Re: did not unpack filename.x files

Post by spenm »

Hi, did this get anywhere, was there a way to reverse the renaming, or a way to understand the new naming so I can manually change the names back?
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: did not unpack filename.x files

Post by shypike »

The best way is to use QuickPar per par2 file (i.e. the smallest par2 file of each set).
Then add all files to QuickPar for analysis.
It's likely that it will be able to reconstruct the proper names.
After each repair, unpack the result and remove the used RAR files.
Post Reply