Suggestion: RAR Recovery Volumes
Posted: July 24th, 2011, 2:37 am
Hi,
I wonder if it would be possible for SABnzbd to detect and make use of RAR Recovery Volumes (.rev) . I know they're not commonly used, but I do see them around once in a while.
For if you never even heard of them (which I can emagine if so
):
http://www.win-rar.com/index.php?id=24& ... cle_id=145
The .rev files are basically a kind of .par2 files, but they are generated by WinRar or the rar-command on Linux (and probably other OSses too).
I wonder if it would be possible for SABnzbd to detect and make use of RAR Recovery Volumes (.rev) . I know they're not commonly used, but I do see them around once in a while.
For if you never even heard of them (which I can emagine if so
http://www.win-rar.com/index.php?id=24& ... cle_id=145
The .rev files are basically a kind of .par2 files, but they are generated by WinRar or the rar-command on Linux (and probably other OSses too).
Code: Select all
sabnzbd@gheyna ~ $ rar --help
RAR 3.93 Copyright (c) 1993-2010 Alexander Roshal 15 Mar 2010
Shareware version Type RAR -? for help
Usage: rar <command> -<switch 1> -<switch N> <archive> <files...>
<@listfiles...> <path_to_extract\>
<Commands>
a Add files to archive
...
r Repair archive
rc Reconstruct missing volumes
rn Rename archived files
rr[N] Add data recovery record
rv[N] Create recovery volumes
...