Unpacking files when one file fails

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
dikkiedirk
Newbie
Newbie
Posts: 31
Joined: October 29th, 2011, 8:57 am

Unpacking files when one file fails

Post by dikkiedirk »

When I download all episodes for one season in DiVX or mkv or whatever format I usually create a NZB containing all episodes. Every episode consists of several RARs and PAR2s. It occasionally happens that one episode isn't complete and can't be repaired. All other episodes are fine and complete though, but won't be unpacked because this one episode isn't complete. So all RARs stay in my download folder and stay unpacked. Is there a way around this, so all good files will be unpacked? Or can SABNZB still unpack them afterwards?
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Unpacking files when one file fails

Post by shypike »

One work-around is: remove the set of rar/par files from the "temporary download dir"
and click Retry in History.
The roadmap contains "autosplit" that will treat items individually.
dikkiedirk
Newbie
Newbie
Posts: 31
Joined: October 29th, 2011, 8:57 am

Re: Unpacking files when one file fails

Post by dikkiedirk »

Is there a way to get files with German characters in the filename extracted and named properly? Like: Kunststücke, schönste, Lärm, Großstadtpflanze. At the moment these charachters are just deleted, so you get:Kunststcke, schnste, Lrm, Grostadtpflanze. I tried the Special character switch, but that makes matters only worse.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Unpacking files when one file fails

Post by sander »

dikkiedirk wrote:Is there a way to get files with German characters in the filename extracted and named properly? Like: Kunststücke, schönste, Lärm, Großstadtpflanze. At the moment these charachters are just deleted, so you get:Kunststcke, schnste, Lrm, Grostadtpflanze. I tried the Special character switch, but that makes matters only worse.
Out of curiosity: on which OS is your SABnzbd running?
dikkiedirk
Newbie
Newbie
Posts: 31
Joined: October 29th, 2011, 8:57 am

Re: Unpacking files when one file fails

Post by dikkiedirk »

Its running on an unraid server. Its Slackware Linux based.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Unpacking files when one file fails

Post by shypike »

Check the settings of your file system and Samba.
Often these two do not agree.
Both should be set to support UTF-8 and not some 8-bit ASCII codepage.
Also, unrar will only work properly on a UTF-8 file system.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Unpacking files when one file fails

Post by sander »

dikkiedirk wrote:Its running on an unraid server. Its Slackware Linux based.
OK, Linux, like me. I already thought so; I recognize the problems with the Umlauts. I downloaded a Swedish title and had the same problem on my Ubuntu.

Read https://bugs.launchpad.net/libpar2/+bug/916994, and thus try:

Code: Select all

par2 r myfile.par2 myfile.*
If that does not work, and your Linux system supports Wine, try this:

Code: Select all

wine par2j.exe verify *.par2
The first method is easy and often works, the second method requires wine and always works.

EDIT:

You can download par2j.exe (made by Yutaka Sawada) from http://hp.vector.co.jp/authors/VA021385/
Post Reply