Alt.Binz forum
New Alt.Binz versions => Requests => Closed requests => Topic started by: Super Mario 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?
-
I would also like to see this feature added.
-
I second (eh, third) that.
Now I still have to run quickpar to join my Daily show mpegs.
-
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
-
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.
-
bump for autojoin 001 split files :D
-
Same here - but onlt after par2-checking checks the collection as error-free.
-
I believe this should be possible with par2.exe. Just a matter of implementing it.
And yes, this feature would be great.
-
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
-
i use http://home.planet.nl/~heuvelvdg/freesoft/downloads.html
just be nice if abz did it all for me (yeh im lazy!) ;)
-
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?
-
you can make your own batch file
with copy /b
if you need help pm me tomorrow and i'll help you create it
-
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.
-
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 ;)
-
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.
-
Is this script run after the entire download is finished (par-checked and unpacked)?
yes
-
the download of that batch file no longer works, please posted the code in the forum.
-
I think this was the code:
@ECHO OFF
if exist "%1\*.001" (
TITLE joining
set d=%1
set u=%2
if "%2"=="" set u=%1
if not exist "%2" (
md %2
)
for /f %%a in ('dir /b %1\*.001') do (
call :SUB %%a
)
Echo joined!
pause
)
goto :eof
:sub
copy /b "%d%\%~n1.*" "%u%\_%~n1"
del "%d%\%~n1.*" > nul
goto :eof
-
hi, i'd love to see this implemented in alt binz... something like allocate the whole filesize and then copy each chunk into the allocated file, so .001 could be played while downloaded. thanks!
-
Altbinz uses rar.dll and par2.dll (or whatever their name is)
It would be nice to add a HJsplit.dll (or another) if someone could find one that RDL could use.
I believe this topic should be merge with that one : https://www.altbinz.net/forum/index.php?topic=1039.0 , that's pretty much the same demand.
Last thing, sometimes i have to use quickpar to join some split files, could altbinz do it for me?
-
True, this thread is superfluous, as well as ancient, thanks for the linky to the newer one.
/locky