Author Topic: File Joining  (Read 8674 times)

Super Mario

  • Guest
File Joining
« on: March 28, 2007, 12:25:30 AM »
There is a unrar pos but no file join pos.

Can this be implanted?
So when i download 001, 002 etc etc alt.binz can you them automaticly?

Offline graymatter

  • Contributor
  • ***
  • Posts: 22
File Joining
« Reply #1 on: May 04, 2007, 10:36:22 AM »
I would also like to see this feature added.

Pedro

  • Guest
File Joining
« Reply #2 on: May 12, 2007, 12:02:36 AM »
I second (eh, third) that.
Now I still have to run quickpar to join my Daily show mpegs.

kacey

  • Guest
me too
« Reply #3 on: June 07, 2007, 11:11:36 PM »
yep. Is a drag. I use HJSplit file by file. Must be a macro somewhere to do all the .001 files in a folder. That would be enough. If i find or write one I will post it here

Offline graymatter

  • Contributor
  • ***
  • Posts: 22
File Joining
« Reply #4 on: June 08, 2007, 09:26:46 AM »
If you want to combine all files in a folder at once I would suggest http://www.freebyte.com/download/hj-join.zip, just copy the program into the folder containing the files and double-click.

Offline kC_

  • Contributor
  • ***
  • Posts: 128
File Joining
« Reply #5 on: October 21, 2007, 11:59:45 PM »
bump for autojoin 001 split files :D

Offline PvL

  • Contributor
  • ***
  • Posts: 14
File Joining
« Reply #6 on: October 22, 2007, 12:01:59 AM »
Same here - but onlt after par2-checking checks the collection as error-free.

Offline wolver1ne

  • Contributor
  • ***
  • Posts: 10
File Joining
« Reply #7 on: October 22, 2007, 12:42:48 AM »
I believe this should be possible with par2.exe. Just a matter of implementing it.

And yes, this feature would be great.

Offline Hecks

  • Contributor
  • ***
  • Posts: 2011
  • naughty cop
File Joining
« Reply #8 on: October 22, 2007, 01:03:35 AM »
I haven't tried this myself, as I've managed to get by without ever needing to join files, but as far as I understand it, when joining HJSplit just does the equivalent of this:

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

... etc.

In which case, it should be easy enough for someone to write a batch file to run with the new Execute Command feature of 0.26.1:

http://www.altbinz.com/forum/viewtopic.php?t=1244

-Hecks

Offline kC_

  • Contributor
  • ***
  • Posts: 128
File Joining
« Reply #9 on: October 22, 2007, 07:52:06 PM »
i use http://home.planet.nl/~heuvelvdg/freesoft/downloads.html

just be nice if abz did it all for me (yeh im lazy!) ;)

Offline franzdoe

  • Contributor
  • ***
  • Posts: 9
Par Rejoin support
« Reply #10 on: May 11, 2008, 08:35:23 PM »
From time to time, I come across newsposts which have par2 sets, but are just regular un-archived files which have been split using QuickPar. When altbinz downloads them, it just checks the par2 set's integrity and (since I have chosen that option), deletes the small .par file. Then I have to either (re)download the small .par or any of the other .par2's to open the set in QuickPar and rejoin the files, or I use HJ-split to merge the files.

Could you add the option to make par.exe rejoin the file or invoke some command-line utility to do so?

Offline cr4zyfr4g

  • Global Moderator
  • *****
  • Posts: 781
  • German n00b
Re: Par Rejoin support
« Reply #11 on: May 12, 2008, 12:25:25 AM »
you can make your own batch file

with copy /b

if you need help pm me tomorrow and i'll help you create it

Offline franzdoe

  • Contributor
  • ***
  • Posts: 9
Re: Par Rejoin support
« Reply #12 on: May 13, 2008, 06:31:00 PM »
I usually use Total Commander to manually rejoin the files, but it would be nice if AltBinz were to do it automatically, just like it does with archives.

Offline cr4zyfr4g

  • Global Moderator
  • *****
  • Posts: 781
  • German n00b
Re: Par Rejoin support
« Reply #13 on: May 13, 2008, 07:39:55 PM »
here is a small batch i made for you: http://www.file-upload.net/download-848530/join.bat.html

Usage: but it into you alt.binz dir and set default execute command to:

pathtobatch\join.bat "$d" "$u"

or

pathtobatch\join.bat "$d"

(example: C:\Altbinz\join.bat "$d" "$u" )

it checks if there is a file with .001 in your download location and joins all possible sets in it to your unrar location in the first example or to your download location in the second example.
it deletes all split files after it has done

P.S.: Use with caution ;)
« Last Edit: May 13, 2008, 07:46:00 PM by cr4zyfr4g »

Offline franzdoe

  • Contributor
  • ***
  • Posts: 9
Re: Par Rejoin support
« Reply #14 on: May 13, 2008, 08:23:00 PM »
Okay, thanks, I'll give it a try.
Is this script run after the entire download is finished (par-checked and unpacked)?
 If it's not, let's just hope people have stopped using multi-span RAR's with .001/.002 extensions.