Max file number for unsplit post processing

Report & discuss bugs found in 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
SouD_
Newbie
Newbie
Posts: 4
Joined: April 16th, 2018, 2:03 pm

Max file number for unsplit post processing

Post by SouD_ »

Hi guys,

I'm using sabnzbd for a while now on my Syno DS-411. I'm currently the version 2.3.1 (I feel updates to be tricky on Syno and I don't want to loose time with...).

I got a very large bin file splited into 2863 files. The post processing has joined the 1000 firsts files then..... stopped to join them !
It lefts files:
xxxxx.yyy
xxxxx.yyy.1000
xxxxx.yyy.1001
....
xxxxx.yyy.2863 (OK +/- 1 for purists :) )

On the web interface is written "xxxxx.yyy : 999 files joined successfully". Thanks...

Did I reach an hard-coded limit ?
For now I will join them on windows as I don't know how to do it directly from sabnzbd or through my syno command/third party soft. But if there is a trick, let me know !

Thank you very much guys for this awesome soft....
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Max file number for unsplit post processing

Post by safihre »

It's indeed probably a hard-coded limit, we never expected this to *ever* happen!
Could you send me the NZB for testing at [email protected]?
Will try to fix for 2.3.3.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
SouD_
Newbie
Newbie
Posts: 4
Joined: April 16th, 2018, 2:03 pm

Re: Max file number for unsplit post processing

Post by SouD_ »

Hi,
Thank you very much to take it into account.

I send you the binsearch search link in a private message as the nzb is too large to be send by mail!
BTW, "splitted" files have extensions "001" "002" ... Don't know if someone expected somehow "0001" "0002"

But trying to join then after the first automatic thousand is kind on nightmare for a 70GB / 2600 parts file ;)
Network and diskspace starts missing ! I enjoy more when it is done automatically ! ;)

Then I will wait the 2.3.3 version and install it on my Syno (you are doing so great great job guys !).
Thanks!
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: Max file number for unsplit post processing

Post by sander »

Can you both test this NZB:

https://raw.githubusercontent.com/sande ... _files.nzb

(or https://github.com/sanderjo/NZBs/blob/m ... _files.nzb )

... and report back the result.

It's a 100MB split in 1282 rar files ... ;)



EDIT
Another test NZB:
https://github.com/sanderjo/NZBs/blob/m ... _files.nzb ... just 129 rar files.
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Max file number for unsplit post processing

Post by safihre »

No that's not the problem Sander.
He's not talking about split Rar files but really split files, these are split om a byte basis and have extension. 001 002 etc, nothing else.
They are split using different tools.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: Max file number for unsplit post processing

Post by sander »

safihre wrote: April 17th, 2018, 3:05 pm No that's not the problem Sander.
He's not talking about split Rar files but really split files, these are split om a byte basis and have extension. 001 002 etc, nothing else.
They are split using different tools.
OK ... but did you download https://github.com/sanderjo/NZBs/blob/m ... _files.nzb ... ? If so, how did it go?

And did you then download the 129 rar NZB?
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Max file number for unsplit post processing

Post by safihre »

The problem is that the code expects a maximum of 3-digit split files, not with 4.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
SouD_
Newbie
Newbie
Posts: 4
Joined: April 16th, 2018, 2:03 pm

Re: Max file number for unsplit post processing

Post by SouD_ »

Hi guys, I didn't get notification from the forum.
safihre wrote: April 17th, 2018, 3:22 pmThe problem is that the code expects a maximum of 3-digit split files, not with 4.
What I didn't see are the parts names from (0)001 to (0)999 because thoses parts have been joined automatically.
I guess they were 3 digits if you have seen the issue in the code iteself.

Do you think this could be solved in the next release ?

Thank you very much ;)
User avatar
sander
Release Testers
Release Testers
Posts: 8811
Joined: January 22nd, 2008, 2:22 pm

Re: Max file number for unsplit post processing

Post by sander »

Check out https://github.com/sabnzbd/sabnzbd/comm ... 07a5f1d10e ... I think Safihre has already done his magic. I can confirm it works for my use case (1282 rar files)
SouD_
Newbie
Newbie
Posts: 4
Joined: April 16th, 2018, 2:03 pm

Re: Max file number for unsplit post processing

Post by SouD_ »

You are the best guys !

Like it.
Post Reply