http://www.mediafire.com/download.php?gjgizmznzmh - awescript.rar that contains all needed files + python 3.1.1 download links
python 3.1.1 (SCRIPT COMPILED FOR 3.1.1 - WILL COMPILE FOR 2.6.2 AND UPDATE LATER)
mono installed (for linux usage)
srr.exe, srs.exe, unrar.exe all in path (/usr/local/bin in linux for now, anywhere in PATH on windows) -- note: if you add the path you'll probably have to log off/on for winblows to work properly.
awescript.sh (linux):
Code: Select all
#!/bin/sh
/usr/bin/python3 /usr/local/bin/awescript.pyc "$1"
command line options:
Code: Select all
Usage: awescript.pyc -<option 1> -<option N> <@listdirs...>
Options:
--version show program's version number and exit
-h, --help show this help message and exit
--altbinz Alt.Binz mode: exit if par2 exists in directory.
Fixes multiple execution issues.
-R Recursively walk through directories looking for
releases and processing each.
--no-srr Do not create Re-Scene (SRR) files for RAR sets.
--no-srs Do not create Re-Sample (SRS) files for AVI/MKV
Samples.
--separate-srs-srr Do not include SRS files in SRR. This implies --keep-
srs.
--keep-srs Do not delete SRS files that are stored in the SRR.
--srs-namep Rename SRS after release name instead of sample name.
--srs-dir=DIR Directory to move SRS files to in case you keep them
all in one directory.
--srr-dir=DIR Directory to move SRR files to in case you keep them
all in one directory.
-f FILTERS, --filter=FILTERS
List of filters for input directory. If it doesn't
match it will skip. DOES NOT CURRENTLY WORK!
--ignore-cds Do not move rar sets to CD1-N folders.
--move-extracted-cds Move already extracted video files to CD1-N folders.
--ignore-extras Do not move EXTRAS to Extras folder.
--ignore-subs Do not move subs to Subs directory.
-i, --ignore-sample Do not move sample(s) to Sample directory.
-d, --delete-sample Delete samples. Recommended to keep SRS creation
enabled (on by default).
-e, --extract Extract RAR sets. Specify directory with -u "dir" or
-m for main directory.
-u "DIRECTORY", --unrar-dir="DIRECTORY"
Directory to UnRAR files. Will unRAR in place if not
specified.
-m, --extract-to-main-dir
UnRAR to input directory if RAR files are in separate
folders within (i.e. CD1/CD2).
-r, --delete-rars Delete RAR files after successful UnRAR. You should
probably enable SFV deletion with this.
-s, --delete-sfv Delete SFV files when done. Will not delete if UnRAR
fails.
-p, --delete-par2 Delete PAR2 files when done. Will not delete if UnRAR
fails.
-z, --keep-nzb Do not delete NZB files.
--debug Only list what the program would do. Will not move,
unrar, etc.
Info:
In the middle of a move, so I can't post too much on this right now, but I will update this early next week.