Page 1 of 1

Max file number for unsplit post processing

Posted: April 16th, 2018, 2:14 pm
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....

Re: Max file number for unsplit post processing

Posted: April 17th, 2018, 2:26 am
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 safihre@sabnzbd.org?
Will try to fix for 2.3.3.

Re: Max file number for unsplit post processing

Posted: April 17th, 2018, 10:54 am
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!

Re: Max file number for unsplit post processing

Posted: April 17th, 2018, 12:25 pm
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.

Re: Max file number for unsplit post processing

Posted: April 17th, 2018, 3:05 pm
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.

Re: Max file number for unsplit post processing

Posted: April 17th, 2018, 3:13 pm
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?

Re: Max file number for unsplit post processing

Posted: April 17th, 2018, 3:22 pm
by safihre
The problem is that the code expects a maximum of 3-digit split files, not with 4.

Re: Max file number for unsplit post processing

Posted: April 20th, 2018, 5:18 pm
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 ;)

Re: Max file number for unsplit post processing

Posted: April 21st, 2018, 2:23 am
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)

Re: Max file number for unsplit post processing

Posted: April 21st, 2018, 5:04 am
by SouD_
You are the best guys !

Like it.