mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Update readme with Stats and Filter
This commit is contained in:
11
README.MD
11
README.MD
@@ -33,6 +33,7 @@ The main tool of the SabreTools suite. Performs the majority of the core feature
|
|||||||
<li>Optionally merge the output DAT so no partial duplicates are included</li>
|
<li>Optionally merge the output DAT so no partial duplicates are included</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
<li>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 <i>UncompressedSize</i>; additions requested by Obiwantje)</li>
|
||||||
<li>Add and remove sources and systems from the database</li>
|
<li>Add and remove sources and systems from the database</li>
|
||||||
<li>Retrieve a list of all sources and systems that are available</li>
|
<li>Retrieve a list of all sources and systems that are available</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -48,10 +49,12 @@ A simple auxilary tool that detects and removes headers and also restores header
|
|||||||
<ul>
|
<ul>
|
||||||
<li>Atari 7800</li>
|
<li>Atari 7800</li>
|
||||||
<li>Atari Lynx</li>
|
<li>Atari Lynx</li>
|
||||||
|
<li>Commodore 64 PSID music</li>
|
||||||
<li>NEC PC-Engine / TurboGrafx 16</li>
|
<li>NEC PC-Engine / TurboGrafx 16</li>
|
||||||
<li>Nintendo Famicom Disk System</li>
|
<li>Nintendo Famicom Disk System</li>
|
||||||
<li>Nintendo Entertainment System / Famicom</li>
|
<li>Nintendo Entertainment System / Famicom</li>
|
||||||
<li>Super Nintendo Entertainment System / Super Famicom</li>
|
<li>Super Nintendo Entertainment System / Super Famicom</li>
|
||||||
|
<li>Super Nintendo Entertainment System / Super Famicom SPC music</li>
|
||||||
</ul>
|
</ul>
|
||||||
The saved headers are currently stored in a database; multiple headers allowed per file.
|
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
|
|||||||
|
|
||||||
<!-- <b>There are no tools that are for power users at this time.</b> -->
|
<!-- <b>There are no tools that are for power users at this time.</b> -->
|
||||||
|
|
||||||
|
<b>Filter</b>
|
||||||
|
<p/>
|
||||||
|
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.
|
||||||
|
|
||||||
<b>OfflineMerge</b>
|
<b>OfflineMerge</b>
|
||||||
<p/>
|
<p/>
|
||||||
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.
|
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
|
|||||||
<li>Set all hash values to 0-byte equivalents for rom managers</li>
|
<li>Set all hash values to 0-byte equivalents for rom managers</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<b>UncompressedSize</b>
|
|
||||||
<p/>
|
|
||||||
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.
|
|
||||||
|
|
||||||
<h3>Licensing</h3>
|
<h3>Licensing</h3>
|
||||||
<p/>
|
<p/>
|
||||||
The preceeding programs use, in part or in whole, code, libraries, and/or applications from the <a href="www.7-zip.org">7-zip project</a>. 7-zip is licenced under the GNU LGPL.<br/>
|
The preceeding programs use, in part or in whole, code, libraries, and/or applications from the <a href="www.7-zip.org">7-zip project</a>. 7-zip is licenced under the GNU LGPL.<br/>
|
||||||
|
|||||||
Reference in New Issue
Block a user