Skip to content
Matt Nadareski edited this page Sep 6, 2020 · 2 revisions

Statistics Output

Flags: -st, --stats

This will output by default the combined statistics for all input DAT files.

The stats that are outputted are as follows:

  • Total uncompressed size
  • Number of games found
  • Number of roms found
  • Number of disks found
  • Items that include a CRC
  • Items that include a MD5
  • Items that include a SHA-1
  • Items that include a SHA-256
  • Items that include a SHA-384
  • Items that include a SHA-512
  • Items with Nodump status

Options

Flags Short Description Long Description
-srt=, --report-type= Output statistics to a specified format Add outputting the created DAT to known format. Multiple instances of this flag are allowed. See Statistics Report Formats for more details about supported values.
-f=, --filename= Set the filename for the report Set the filename for the output report(s)
-out=, --output-dir= Set output directory This sets an output folder to be used when the files are created. If a path is not defined, the runtime directory is used instead.
-bc, --baddump-column Add baddump stats to output Add a new column or field for counting the number of baddumps in the DAT.
-nc, --nodump-column Add statistics for nodumps to output Add a new column or field for counting the number of nodumps in the DAT.
-ind, --individual Process input DATs individually In cases where DATs would be processed in bulk, this flag allows them to be processed on their own instead.

Examples

There are currently no examples