Alt.Binz forum

New Alt.Binz versions => Requests => Closed requests => Topic started by: cr4zyfr4g on September 14, 2007, 09:44:40 pm

Title: auto Unrar without par2 and join split files
Post by: cr4zyfr4g on September 14, 2007, 09:44:40 pm
auto Unrar for files that don't have par2 files

and autojoin splitted files (avi.001 / mkv.001 ), delete files after that, and move the complete one to unrar dir
Title: auto Unrar without par2 and join split files
Post by: hackiavelli on September 20, 2007, 10:42:17 am
I second that.

Occasionally you'll also get files in the form of .001, .002, etc. which are recombined with a par file.  The par file verifies all the pieces then recombines them into a single file (usually video).  Since the pieces all come back complete when Alt.binz checks, the par files are never run to combine them.  Alt.binz also deletes the par files (if you have the option set) so you can't manually do it.
Title: Re: auto Unrar without par2 and join split files
Post by: kC_ on October 22, 2007, 12:00:13 am
Quote from: "cr4zyfr4g"

and autojoin splitted files (avi.001 / mkv.001 ), delete files after that, and move the complete one to unrar dir


bump!
Title: auto Unrar without par2 and join split files
Post by: apriluofa on October 26, 2007, 07:17:01 pm
I'd like to see this as well :)
Title: Re: auto Unrar without par2 and join split files
Post by: philos31 on March 16, 2008, 09:37:03 am
Most of the HD Transport Streams I download are in the format 001.ts 002.ts
It would be a great option if they could be automaticly joined.
Title: Re: auto Unrar without par2 and join split files
Post by: Hecks on March 16, 2008, 01:11:57 pm
Thread necromancy ... but +1, if only because people keep asking :)

Title: Re: auto Unrar without par2 and join split files
Post by: Mystic2010 on March 16, 2008, 02:25:20 pm
+1
Been getting these files a lot lately
Title: Re: auto Unrar without par2 and join split files
Post by: dr99 on March 16, 2008, 05:36:34 pm
i love the idea of unrarring without par2 files
Title: Re: auto Unrar without par2 and join split files
Post by: mellowpimp on March 16, 2008, 09:52:23 pm
+1
Title: Re: auto Unrar without par2 and join split files
Post by: bigdaddy51200 on March 28, 2008, 07:25:32 pm
+1
Title: Re: auto Unrar without par2 and join split files
Post by: silencer1701 on March 30, 2008, 01:02:24 pm
+1

 ;)
Title: Re: auto Unrar without par2 and join split files
Post by: Binz on June 11, 2008, 04:24:15 am
+1
I notice more of these files recently
Title: Re: auto Unrar without par2 and join split files
Post by: vhanymick on June 12, 2008, 08:37:47 pm
+ 1
Title: Re: auto Unrar without par2 and join split files
Post by: WarezMyGF on June 17, 2008, 11:15:05 pm
Would be nice feature to have.

In the mean time I'm using AutoUnpack (http://www.see-and-be.com/AutoUnpack/index.php) A great auto unrar utility.
Title: Re: auto Unrar without par2 and join split files
Post by: d4f0rc3 on June 30, 2008, 06:20:56 pm
+1
Title: Re: auto Unrar without par2 and join split files
Post by: Bullz on October 10, 2008, 12:01:56 pm
+1
Title: Re: auto Unrar without par2 and join split files
Post by: Moose on October 12, 2008, 02:35:38 am
+1 good call
Title: Re: auto Unrar without par2 and join split files
Post by: niocki on December 27, 2008, 02:01:00 pm
+1
Title: Re: auto Unrar without par2 and join split files
Post by: Honda on December 30, 2008, 03:37:13 am
good idea  ;D
Title: Re: auto Unrar without par2 and join split files
Post by: digidrib on January 03, 2009, 04:33:51 pm
+1 also for me  :D
Title: Re: auto Unrar without par2 and join split files
Post by: Rainmaker on January 07, 2009, 01:10:07 am
+1, especially for those split video files (avi.001, avi.002) where AB currently deletes the par set without running it or re-combining the video file first!
Title: Re: auto Unrar without par2 and join split files
Post by: patch on January 10, 2009, 11:31:47 am
+1

In the mean time I'm using AutoUnpack (http://www.see-and-be.com/AutoUnpack/index.php) A great auto unrar utility.
Thanks, using it for now.
Title: Re: auto Unrar without par2 and join split files
Post by: turboke on January 13, 2009, 04:02:21 am
+ 1  ;)
Title: Re: auto Unrar without par2 and join split files
Post by: Rainmaker on January 18, 2009, 04:31:48 am
Just to add, SABNZBD uses par2.exe (just like Alt.Binz) and it already joins these split files automatically.  So Alt.Binz wouldn't need more components, just an extra couple of lines of code/switches for the existing par2.exe.

I spoke with the SABNZBD devs about it tonight and they said it's easy to implement, par2.exe just needs directly telling which files to join as it doesn't actually search the download folder for files (unlike QuickPar for example).  So you'd need to add to the code/switches:

Code: [Select]
par2 r -options PARFILE file.001 file.002 file.003 file.004 file.005 etc.
I'm no programmer, but I thought this was worth bringing up :)  It'd be nice to see joining added to my favourite app :D
Title: Re: auto Unrar without par2 and join split files
Post by: Hecks on January 18, 2009, 12:31:34 pm
In whicn case, why not just:

copy /b “movie.avi.001” “movie.avi”
copy /b “movie.avi” + “movie.avi.002”
copy /b “movie.avi” + “movie.avi.003"
etc.
Title: Re: auto Unrar without par2 and join split files
Post by: Rainmaker on January 18, 2009, 03:08:15 pm
In whicn case, why not just:

copy /b “movie.avi.001” “movie.avi”
copy /b “movie.avi” + “movie.avi.002”
copy /b “movie.avi” + “movie.avi.003"
etc.


Because like most others in the thread, I don't want to have to do that every time I download split files (often daily) :)  Not when there are apps that can do it auto-magically.  Even running quickpar outside of Alt.Binz is quicker than doing it that way.  The code I quoted is the string that would need adding to Alt.Binz's own code, not to be run by the user for joining files each time (just in case you misunderstood me).  Anyway, it'd be nice to see someday.  In the meantime I just download splits using a different app.
Title: Re: auto Unrar without par2 and join split files
Post by: Hecks on January 18, 2009, 03:51:02 pm
What I meant was: since par2.exe doesn't apparently do anything beyond the copy /b code, Alt.Binz could just implement that instead, since it already has to create and pass the file list to par2.exe - but with more control of the process.

The trick is with creating the file list, of course.  This is why AutoUnpack needs a 'fuzzy joining' method.
Title: Re: auto Unrar without par2 and join split files
Post by: Rainmaker on January 18, 2009, 03:52:33 pm
What I meant was: since par2.exe doesn't apparently do anything beyond the copy /b code, Alt.Binz could just implement that instead, since it already has to create and pass the file list to par2.exe - but with more control of the process.


Ahh... My apologies, I misconstrued you :D
Title: Re: auto Unrar without par2 and join split files
Post by: Spad on May 31, 2009, 03:41:20 pm
What I meant was: since par2.exe doesn't apparently do anything beyond the copy /b code, Alt.Binz could just implement that instead, since it already has to create and pass the file list to par2.exe - but with more control of the process.

The trick is with creating the file list, of course.  This is why AutoUnpack needs a 'fuzzy joining' method.

True, however, Altbinz already has to "deal" with par2.exe in order to verify that the download is complete, so it probably doesn't matter too much either way whether it does the join itself or hands off the work to par2.exe as long as it verifies the files are complete first.
Title: Re: auto Unrar without par2 and join split files
Post by: angusj on July 18, 2009, 02:24:54 am
I'd also like to request automatic joining of files that aren't part of a split compressed archive.
I'm even happy to offer some of my own source code to help  ;D ...
see http://angusj.com/splitjoin/

HTH & thanks for a very useful application.
Title: Re: auto Unrar without par2 and join split files
Post by: DariusIII on July 18, 2009, 10:25:55 pm
One more +1.
Title: Re: auto Unrar without par2 and join split files
Post by: Sp0KI on July 19, 2009, 11:09:43 pm
+1
Title: Re: auto Unrar without par2 and join split files
Post by: ChaosKiller on August 17, 2009, 07:11:39 pm
+1
Title: Re: auto Unrar without par2 and join split files
Post by: azerajion on August 19, 2009, 11:19:57 pm
+1 - Especially the joining of split files should be real easy to implement :-)
Title: Re: auto Unrar without par2 and join split files
Post by: domdom on August 29, 2009, 02:29:27 am
i love the idea of unrarring without par2 files
+1
Title: Re: auto Unrar without par2 and join split files
Post by: Hecks on August 29, 2009, 02:43:09 am
We need to throw a special birthday party for this thread on September 14.   :P
Title: Re: auto Unrar without par2 and join split files
Post by: d4f0rc3 on August 30, 2009, 09:25:25 pm
hehe, 2 year old request, not bad ::)
Title: Re: auto Unrar without par2 and join split files
Post by: RichardJ on August 31, 2009, 11:07:49 am
It may be old, but it's still rocking  ;D
+1 for me
Title: Re: auto Unrar without par2 and join split files
Post by: LemonHead2089 on September 13, 2009, 09:40:43 pm
i've seen this thread before but i didn't think much of it until i recently began download nzb's who continuted to have issues and didn't include the par2 files. I had to manually extract my files using winrar which isnt necessarily a problem, but more of a nuisance. going into the windows explorer and through all the folders can be quite a pain in the butt

+1
Title: Re: auto Unrar without par2 and join split files
Post by: davidq666 on September 14, 2009, 09:43:05 am
i've seen this thread before but i didn't think much of it until i recently began download nzb's who continuted to have issues and didn't include the par2 files. I had to manually extract my files using winrar which isnt necessarily a problem, but more of a nuisance. going into the windows explorer and through all the folders can be quite a pain in the butt

+1
i agree would be nice.
just a hint: use the build in explorer from altbinz in combination with favorite locations its much quicker than using the windows explorer
Title: Re: auto Unrar without par2 and join split files
Post by: craigthaagensen on September 14, 2009, 01:07:21 pm
auto Unrar for files that don't have par2 files

and autojoin splitted files (avi.001 / mkv.001 ), delete files after that, and move the complete one to unrar dir

+1
Title: Re: auto Unrar without par2 and join split files
Post by: Hecks on September 14, 2009, 08:51:46 pm
(http://nigma3d.s3.amazonaws.com/305-happy_birthday_balloon.jpg)
Title: Re: auto Unrar without par2 and join split files
Post by: EyeBaller on September 15, 2009, 01:19:19 am
Nice Hecks!

Somehow, I never added my +1 to this, so what better day to do it..

PLUS ONE! :)
Title: Re: auto Unrar without par2 and join split files
Post by: P3tr0ck on September 15, 2009, 10:39:36 am
+1
Title: Re: auto Unrar without par2 and join split files
Post by: patch on October 11, 2009, 12:29:12 am
In whicn case, why not just:

copy /b “movie.avi.001” “movie.avi”
copy /b “movie.avi” + “movie.avi.002”
copy /b “movie.avi” + “movie.avi.003"
etc.

Until this is added, an easier way (when autounpack doesn't recognise it) is
Create a bat file (eg with Notepad), with the following line
copy /b *.avi.* joined.tmp

Then rename joined.tmp to movie.avi
Title: Re: auto Unrar without par2 and join split files
Post by: P3tr0ck on October 11, 2009, 01:26:54 am
@patch

Yea, that would work but for now i just use QuickPar.  It rejoins the file in a jiffy.
If there is no par then 7-Zip does the rejoin for you.
Still waiting on the integration into Alt.Binz though.
Title: Re: auto Unrar without par2 and join split files
Post by: FlatulentFox on October 28, 2009, 03:34:36 pm
+1

This would be the top if not the only thing I'd like to see added to Alt.Binz.  Not sure why this hasn't been added yet, as this program is just so terrific.
Title: Re: auto Unrar without par2 and join split files
Post by: sauzee on March 07, 2010, 08:48:44 pm
yup, i'd like this too.

Most of my downloads seem to have the file.avi.001, file.avi.002 etc ... naming pattern.

The standalone par2 program can use the par2 file to verify and unrar these, but alt.binz ignores all the files and thinks all the parts are missing.
Title: Re: auto Unrar without par2 and join split files
Post by: darkmorph on April 05, 2010, 08:13:20 pm
+1
I'm a programmer and I really can't see why the developer wont apply this feature to the project. Like pointed out numerous times in this feed, it shouldn't be a big deal, cause altbinz already does it for the most part, it would just take a few lines added in the monitor-section of the program. I mean there are even people which would share their project-codes to see this feature implemented... so letz have it already :)
Title: Re: auto Unrar without par2 and join split files
Post by: Hecks on April 06, 2010, 12:15:01 am
Because yeah, that attitude really works around here, and everyone who hasn't seen the Alt.Binz code obviously understands how easy it is to add things. Carry on.  Share your Delphi code if you have any.

Title: Re: auto Unrar without par2 and join split files
Post by: Chuckle123 on April 07, 2010, 05:54:15 am
Couldn't we just create a script which executes using the Default Execute Command under NZB options?  It looks like the necessary parameters are accessible.  That looks to be a very powerful feature which has been given to us.  I have not yet taken advantage of it, but that's where I would begin my experimentation.  If you don't feel comfortable writing scripts maybe try RARZombie, ExtractNow, or SCRU.

ce
Title: Re: auto Unrar without par2 and join split files
Post by: davidq666 on April 07, 2010, 09:15:41 am
Couldn't we just create a script which executes using the Default Execute Command under NZB options?  It looks like the necessary parameters are accessible.  That looks to be a very powerful feature which has been given to us.  I have not yet taken advantage of it, but that's where I would begin my experimentation.  If you don't feel comfortable writing scripts maybe try RARZombie, ExtractNow, or SCRU.

ce


the problem is that without a par2 file the execute command doesn't kick off which brings us back to the problem what to do if there is no par2 file included in the collection. the best solution i could think of would be to have alt.binz use sfv-files to verify the set and an option to make the execute comand kick off after each finished collection aswell.
Title: Re: auto Unrar without par2 and join split files
Post by: Chuckle123 on April 07, 2010, 08:34:58 pm
Using the .sfv file does sound like a good idea.  Your idea of using the same Default Execute Command sounds good too, but would mean that a flag has to be made available to alert the user that the collection may not have been verified.  This would imply that an end user has to use scripting to detect this state before performing an action.  We could include a "Not Able To Verify Execute Command" for when par files don't exist.  This would allow us to know without scripting that no par files exist and/or that the collection has not been verified and we can just issue a batch file or inline command to address the collection.  The nice thing about an external command is that Alt.Binz does not have to wait for that task to finish processing, nor does it care about the outcome of said task.

ce
Title: Re: auto Unrar without par2 and join split files
Post by: thebig on July 31, 2010, 04:12:39 am
+1

If there is no par then 7-Zip does the rejoin for you.
Still waiting on the integration into Alt.Binz though.
+1

Reading other treads about 7-zip, I also thought this may be a viable alternative. Replacing the unrar process with the command line 7zip or even a customized version of the code, should do the job. I'm already using it in a batch file to decompress or join files after download.

Anyways, this is my first post, so thank you and please keep improving this awesome program.

Title: Re: auto Unrar without par2 and join split files
Post by: CmdrX3 on October 01, 2010, 05:33:21 pm
+One on the rejoining of splits, perlease

(Note to Self: Check post dates before replying).
/me slaps CmdrX3 around a bit with a large trout.
Title: Re: auto Unrar without par2 and join split files
Post by: Benjiro on October 24, 2010, 02:46:38 pm
+1 For rejoining of splits ( 001/002, none-rar ... ) files. Ran into it again yesterday ( lost half a hour just getting all those split files back together. Kind of annoying as to why people post it on the newsservers in that way ).
Title: Re: auto Unrar without par2 and join split files
Post by: steve51184 on November 26, 2010, 07:36:36 pm
+1
Title: Re: auto Unrar without par2 and join split files
Post by: Singha29 on November 26, 2010, 10:31:03 pm
another +1  :D
Title: Re: auto Unrar without par2 and join split files
Post by: mc00 on November 27, 2010, 07:29:49 am
+1 same here
Title: Re: auto Unrar without par2 and join split files
Post by: LemonHead2089 on December 14, 2010, 09:19:13 pm
could you also have the files automatically be renamed if the names of the files have been changed? I tried unraring a movie today and I had to use QuickPAR because Alt Binz didn't know the files we're renamed
Title: Re: auto Unrar without par2 and join split files
Post by: dpsharp on January 01, 2011, 01:48:35 pm
another +1 for auto joining split files
Title: Re: auto Unrar without par2 and join split files
Post by: Jhony.K on March 03, 2011, 06:12:05 pm
Plus one. It seem to be a really long-term request.
Title: Re: auto Unrar without par2 and join split files
Post by: Rdl on March 13, 2011, 09:08:58 pm
(https://www.altbinz.net/images/GOOD-NEWS-EVERYONE-joining-split-files-in-par2-set-is-now-supported.png)