mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreTools] Remove last parts of DATabase
This commit is contained in:
@@ -8,25 +8,9 @@ namespace SabreTools
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Entry class for the DATabase application
|
/// Entry class for the DATabase application
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
|
||||||
/// The following features are missing from DATabaseTwo with respect to the original DATabase:
|
|
||||||
/// - Source merging
|
|
||||||
/// - Custom DATs based on a system and a source
|
|
||||||
/// - Multi-source and multi-system DATs
|
|
||||||
///
|
|
||||||
/// The following features need to (want to) be implemented in DATabaseTwo for further stability
|
|
||||||
/// - Import updating file locations and names when SHA-1 hashes are matched
|
|
||||||
/// - True duplicate DATs being removed from the import folder (SHA-1 matches)
|
|
||||||
/// - Generate All only generating DATs that have been recently updated
|
|
||||||
/// + This requires implementing a "last updated" data point for all DATs and tracking for "last generate" somewhere
|
|
||||||
/// - Impelement a ToSort folder for DATs that will place DATs in the correct subfolder on Import
|
|
||||||
/// </remarks>
|
|
||||||
public partial class SabreTools
|
public partial class SabreTools
|
||||||
{
|
{
|
||||||
// Private required variables
|
// Private required variables
|
||||||
private static string _datroot = "DATS";
|
|
||||||
private static string _outroot = "Output";
|
|
||||||
|
|
||||||
private static Logger _logger;
|
private static Logger _logger;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user