Unpacking files when one file fails
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.
-
dikkiedirk
- Newbie

- Posts: 31
- Joined: October 29th, 2011, 8:57 am
Unpacking files when one file fails
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?
Re: Unpacking files when one file fails
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.
and click Retry in History.
The roadmap contains "autosplit" that will treat items individually.
-
dikkiedirk
- Newbie

- Posts: 31
- Joined: October 29th, 2011, 8:57 am
Re: Unpacking files when one file fails
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.
Re: Unpacking files when one file fails
Out of curiosity: on which OS is your SABnzbd running?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.
-
dikkiedirk
- Newbie

- Posts: 31
- Joined: October 29th, 2011, 8:57 am
Re: Unpacking files when one file fails
Its running on an unraid server. Its Slackware Linux based.
Re: Unpacking files when one file fails
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.
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.
Re: Unpacking files when one file fails
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.dikkiedirk wrote:Its running on an unraid server. Its Slackware Linux based.
Read https://bugs.launchpad.net/libpar2/+bug/916994, and thus try:
Code: Select all
par2 r myfile.par2 myfile.*Code: Select all
wine par2j.exe verify *.par2
EDIT:
You can download par2j.exe (made by Yutaka Sawada) from http://hp.vector.co.jp/authors/VA021385/
