Files
SabreTools/README.MD

84 lines
5.1 KiB
Plaintext
Raw Normal View History

2023-07-12 09:28:21 -04:00
# ![SabreTools Logo](images/sabretools-rect.png)
2020-07-15 10:56:50 -07:00
[![Build status](https://ci.appveyor.com/api/projects/status/c3hsfpmqhg40al35/branch/main?svg=true)](https://ci.appveyor.com/project/mnadareski/sabretools/branch/main)
## Introduction
The SabreTools project started as a desktop port of some core features of Wizard of DATz Redux, but it has since grown into a fully-featured DAT management tool. Below is a brief description of the features available in the suite. For more information about each feature, see the help text in each of the programs. For more information about the parent project, see [here](https://github.com/SabreTools/wizzardRedux).
> "tbh... i have no real idea what sabretools is xD. my best guess some prehistoric sort of swiss army knife" - **Executer**
## Features
2020-12-08 16:48:48 -08:00
For the most complete set of information, see the the [Wiki](https://github.com/SabreTools/SabreTools/wiki) or the [README.1ST](https://raw.githubusercontent.com/SabreTools/SabreTools/main/SabreTools.Core/README.1ST) file. Currently, the SabreTools suite consists of the following programs:
### SabreTools / SabreTools Libraries
As the core of the SabreTools suite, the C# libraries provide nearly all of the functionality, while the main executable acts as a reference implementation. Below is a list of features included in the libraries and exposed though the executable:
* **Dir2DAT / DATFromDir** - Create a DAT from a file, folder, or mix of both
2023-07-12 09:28:21 -04:00
* Archives and files can be filtered selectively
* Aaruformat, Archives, and CHDs can be treated like files, that is, it will get an external hash only
* Multiple input archive formats are supported: 7zip, GZip, RAR, TAR, and ZIP/ZIP64
* Multiple hashing algorithms available, up to SHA-512
* Created DATs can be output in multiple formats at once, including ClrMamePro, Logiqx XML, and RomCenter
* All DAT fields can be set for the output
* Files with copier headers can be checked for additional hashes
* **DAT Conversion** - Convert DATs between numerous formats, including standards such as ClrMamePro, Logiqx XML, and RomCenter
2023-07-12 09:28:21 -04:00
* Converted DATs can be output in multiple formats at once
* Filtering can be done on all DATs based on criteria such as item type, sizes, hashes, and names
* Input DATs can optionally be merged and diffed with each other
* All DAT fields can be updated during the conversion
* **DAT Splitting** - Split DATs based on multiple different criteria
2023-07-12 09:28:21 -04:00
* Split by user-defined extensions into two DATs
* Split by best-available hash, e.g. SHA-1
* Split a SuperDAT on the lowest available directory level
* Split by DAT item types
* **DAT Statistics** - Get statistics on a DAT or folder of DATs
2023-07-12 09:28:21 -04:00
* Includes items such as rom and game counts
* Includes the total uncompressed size of all items
* Optionally includes statistics on individual DATs in a folder
* Reports can be output in standard text, CSV, and/or HTML formats
* **Extract and Restore Copier Headers** - Extract and store or restore from DB copier headers
2023-07-12 09:28:21 -04:00
* Supports copier headers from the following systems:
* Atari 7800
* Atari Lynx
* Commodore 64 PSID music
* NEC PC-Engine / TurboGrafx 16
* Nintendo Famicom Disk System
* Nintendo Entertainment System / Famicom
* Super Nintendo Entertainment System / Super Famicom
* Super Nintendo Entertainment System / Super Famicom SPC music
* Stores the header information linked to unheadered hash
* **Rebuild From DAT** - Act as a simple rebuilder for files
2023-07-12 09:28:21 -04:00
* Two options for rebuild origin: standard folder and Romba depot
* Multiple output formats: unarchived, TAR, TorrentZip, 7zip, TorrentGZ
* Can rebuild from multiple DATs at the same time
* Cross-check with multiple hashing algorithms, up to SHA-512
* Can output a fixdat based on the rebuilt files
* Aaruformat and CHDs can be rebuilt either to folders or to TorrentGZ archives
* **Verify From DAT** - Act as a simple verifier for files
2023-07-12 09:28:21 -04:00
* Two options for verification target: standard folder and Romba depot
* Exact verification and hash-only verification both available
* Can verify from multiple DATs at the same time
* Cross-check with mutliple hashing algorithms, up to SHA-512
* Aaruformat and CHDs can be treated like files
This tool has a comprehensive list of command line parameters that can be used to do the above and much more.
2016-03-29 16:21:44 -07:00
### RombaSharp
2016-04-18 22:22:37 -07:00
An in-progress tool that will try to act as a C# port of the Go-based [Romba](https://github.com/uwedeportivo/romba/) program. All features that are not already a part of SabreTools will be attempted to be added to this program. It is NOT ready for use yet. For any inquiries into the full features of this tool, please contact the project.
2016-04-18 22:22:37 -07:00
2017-08-29 13:33:59 -07:00
## Builds
Last stable releases can be found on [the Releases tab](https://github.com/SabreTools/SabreTools/releases).
2017-08-29 13:33:59 -07:00
2020-07-15 10:56:50 -07:00
Latest unstable builds can be found on [AppVeyor](https://ci.appveyor.com/project/mnadareski/sabretools/branch/main).
2017-08-29 13:33:59 -07:00
## Contributions
2016-03-29 16:21:44 -07:00
2017-04-17 21:23:01 -07:00
Any feature suggestions or code contributions are accepted. Please take the time to look over the existing code to see proper coding and documentation patterns.
2023-07-12 09:28:21 -04:00
Contributors are attributed in the code and in the README.