You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but when I execute a command like this: arc.exe -overwrite unarchive "R:\melodies.part1.rar" "R:\melodies"
I only get the message: scanning source archive: scanning tarball's file listing: rardecode: archive continues in next volume
and no extraction is done...
I'm on Windows, using arc v3.2
The text was updated successfully, but these errors were encountered:
rardecode documentation says "NewReader only supports single volume archives. Multi-volume archives must use OpenReader. "
Rar.Extract may use OpenReader iff sourceArchive.(interface {Name()string}) with that Name(), and that file exists, but this seems to be an ugly hack.
Or use it when it encounters this error...
(Please submit a proposal before going to all the work to implement it, just in case the implementation isn't a good fit or approach for this project it would make more sense to not spend all that time, probably. Thanks!)
Hi,
I have a lot of multipart .rar archives that follow the pattern from the title
but when I execute a command like this:
arc.exe -overwrite unarchive "R:\melodies.part1.rar" "R:\melodies"
I only get the message:
scanning source archive: scanning tarball's file listing: rardecode: archive continues in next volume
and no extraction is done...
I'm on Windows, using arc v3.2
The text was updated successfully, but these errors were encountered: