=============
pyReScene Auto: (pyrescene.py)
* Initial version. It can automatically create a complete SRR file.
* No write access to the release directory is required. This means it works
with DVDs. It also guarantees that nothing in the processed directories
will change. (not a guarantee of awescript)
* -s parameter verifies sample against main movie files. If this fails it will
still try to create an SRS file.
* -r parameter to recursively create SRR files.
* -c parameter will create SRRs for compressed RAR files.
* .ext.txt text files for corrupt samples. They show the error and the
file size.
ReScene: (srr)
* Initial version. Changes since ReScene .NET 1.2:
* Asks for confirmation before overwriting an SRR file.
* Ability to replace missing file data with zero bytes when reconstructing:
reconstruct with missing files.
* -l option lists file sizes and CRCs too.
* -e option lists detailed SRR information.
* Add, remove, rename stored files API available.
* Able to locate more data files in Linux.
* Able to write the corrupt end block of certain P0W4 releases.
e.g. Psych.S06E02.HDTV.XviD-P0W4
* Separate script for fixing merged SRR files (fccleanup.py)
copy /b cd1.srr+cd2.srr cdALL.srr
The merged SRR file contains two application names and not all files
are at the start of the SRR file.
* -q parameter to verify an extracted release is valid.
ReSample: (srs)
* Initial version. Changes since ReSample .NET 1.2:
* MP4 support: SRS construction and sample reconstruction.
* WMV support: SRS construction and sample reconstruction.
* SRS creation of a rarred sample failed: Corruption detected:
Invalid FourCC value (Rar!) at 0x00000000. Aborting.
* -y, yes to all, option added.
* System.NullReferenceException from the .NET version is fixed.
pyReScene Usenet:
* See srr_usenet.py