mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add Aaruformat validation and media item type (#29)
* Initial `media` and AaruFormat code * But... why? * Fix AIF reading * Fix D2D, Logiqx cleanup * Minor cleanup * Final cleanup round
This commit is contained in:
@@ -233,11 +233,21 @@ Options:
|
||||
Normally, the DAT will be created with the date in the file name in
|
||||
brackets. This flag removes that instead of the default.
|
||||
|
||||
-caf, --aaruformats-as-files Treat AaruFormats as regular files
|
||||
Normally, AaruFormats would be processed using their internal hash to
|
||||
compare against the input DATs. This flag forces all AaruFormats to be
|
||||
treated like regular files.
|
||||
|
||||
-aaf, --archives-as-files Treat archives as files
|
||||
Instead of trying to enumerate the files within archives, treat the
|
||||
archives as files themselves. This is good for uncompressed sets that
|
||||
include archives that should be read as-is.
|
||||
|
||||
-ic, --chds-as-files Treat CHDs as regular files
|
||||
Normally, CHDs would be processed using their internal hash to
|
||||
compare against the input DATs. This flag forces all CHDs to be
|
||||
treated like regular files.
|
||||
|
||||
-ot=, --output-type= Output DATs to a specified format
|
||||
Add outputting the created DAT to known format. Multiple instances of
|
||||
this flag are allowed.
|
||||
@@ -387,11 +397,6 @@ Options:
|
||||
or specific copier headers by name (such as "fds.xml") to determine
|
||||
if a file matches or not.
|
||||
|
||||
-ic, --chds-as-files Treat CHDs as regular files
|
||||
Normally, CHDs would be processed using their internal hash to
|
||||
compare against the input DATs. This flag forces all CHDs to be
|
||||
treated like regular files.
|
||||
|
||||
-ini=, --extra-ini= Apply a MAME INI for given field(s)
|
||||
Apply any valid MAME INI for any valid field in the DatFile. Inputs are
|
||||
of the form 'Field:path\to\ini'. Multiple instances of this flag are
|
||||
@@ -687,6 +692,11 @@ Options:
|
||||
can only get the CRC and size from most archive formats, leading to
|
||||
possible issues.
|
||||
|
||||
-caf, --aaruformats-as-files Treat AaruFormats as regular files
|
||||
Normally, AaruFormats would be processed using their internal hash to
|
||||
compare against the input DATs. This flag forces all AaruFormats to be
|
||||
treated like regular files.
|
||||
|
||||
-ic, --chds-as-files Treat CHDs as regular files
|
||||
Normally, CHDs would be processed using their internal hash to
|
||||
compare against the input DATs. This flag forces all CHDs to be
|
||||
@@ -1606,6 +1616,11 @@ Options:
|
||||
or specific copier headers by name (such as "fds.xml") to determine
|
||||
if a file matches or not.
|
||||
|
||||
-caf, --aaruformats-as-files Treat AaruFormats as regular files
|
||||
Normally, AaruFormats would be processed using their internal hash to
|
||||
compare against the input DATs. This flag forces all AaruFormats to be
|
||||
treated like regular files.
|
||||
|
||||
-ic, --chds-as-files Treat CHDs as regular files
|
||||
Normally, CHDs would be processed using their internal hash to
|
||||
compare against the input DATs. This flag forces all CHDs to be
|
||||
|
||||
Reference in New Issue
Block a user