diff --git a/README.MD b/README.MD index 48d95a49..56309dd7 100644 --- a/README.MD +++ b/README.MD @@ -33,6 +33,7 @@ The main tool of the SabreTools suite. Performs the majority of the core feature
  • Optionally merge the output DAT so no partial duplicates are included
  • +
  • Get various statistics on a DAT or folder of DATs including number of roms, disks, and even total size in a human readable format (formerly UncompressedSize; additions requested by Obiwantje)
  • Add and remove sources and systems from the database
  • Retrieve a list of all sources and systems that are available
  • @@ -48,10 +49,12 @@ A simple auxilary tool that detects and removes headers and also restores header The saved headers are currently stored in a database; multiple headers allowed per file. @@ -72,6 +75,10 @@ This section is for tools that have been requested for a highly specific purpose +Filter +

    +This tool allows you to split a DAT or folder of DATs by the "best available" hash. The order of preference for hashes is as follows: Nodump status, SHA-1, MD5, CRC. This can show where gaps in file information lay and allow users to fix them without having to scan manually. + OfflineMerge

    This tool is meant to help users who want to keep their hard drives offline and still be up to date on what they have in their collection and what they need. @@ -80,10 +87,6 @@ This tool is meant to help users who want to keep their hard drives offline and

  • Set all hash values to 0-byte equivalents for rom managers
  • -UncompressedSize -

    -This tool allows a user to determine the entire uncompressed filesize (including human-readable output such as KB, MB, etc.) of a DAT or folder of DATs. This is very useful for those fortunate enough to have the space to keep their files uncompressed and also provdes a good baseline for maximum space a set will take up. -

    Licensing

    The preceeding programs use, in part or in whole, code, libraries, and/or applications from the 7-zip project. 7-zip is licenced under the GNU LGPL.