Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (994) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4333
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
This is the AmigaOS4 port of the python binmerge file.
original source : https://github.com/putnam/binmerge
INSTALL
-----------
copy argparse-1.4.0/argparse.py to python:lib
copy binmerge where do you want
USAGE
-----------
1.HD0:yourpath> python binmerge -h
usage: binmerge [-h] [--split] [-v] -o OUTDIR cuefile basename
Using a cuesheet, merges numerous bin files into a single bin file and
produces a new cuesheet with corrected offsets. Works great with Redump.
Supports all block modes, but only binary track types.
positional arguments:
cuefile full path to current cue file (bin files are expected in the
same dir)
basename name (without extension) for your new bin/cue files
optional arguments:
-h, --help show this help message and exit
--split reverses operation, splitting merged files back to individual
tracks
-v print more verbose messages
-o OUTDIR output directory
|