Add 3 new publisher tags (fixes #1006)

This commit is contained in:
Matt Nadareski
2026-07-08 08:44:56 -04:00
parent 42bdf3c6e7
commit 82a4aa367e
4 changed files with 21 additions and 0 deletions

View File

@@ -2530,10 +2530,13 @@ namespace SabreTools.RedumpLib.Test.Data
SiteCode.BandaiID,
SiteCode.BethesdaID,
SiteCode.CDProjektID,
SiteCode.DiceMultimedia,
SiteCode.DisneyInteractiveID,
SiteCode.EidosID,
SiteCode.ElectronicArtsID,
SiteCode.FocusMultimedia,
SiteCode.FoxInteractiveID,
SiteCode.GSPSoftware,
SiteCode.GTInteractiveID,
SiteCode.InterplayID,
SiteCode.JASRACID,

View File

@@ -3553,6 +3553,10 @@ namespace SabreTools.RedumpLib.Data
[HumanReadable(ShortName = "<b>Cover ID</b>:", LongName = "<b>Cover ID</b>:")]
CoverID,
// This doesn't have a site tag yet
[HumanReadable(ShortName = "<b>Dice Multimedia</b>:", LongName = "<b>Dice Multimedia</b>:")]
DiceMultimedia,
// This doesn't have a site tag yet
[HumanReadable(ShortName = "<b>Disc Hologram ID</b>:", LongName = "<b>Disc Hologram ID</b>:")]
DiscHologramID,
@@ -3594,6 +3598,10 @@ namespace SabreTools.RedumpLib.Data
[HumanReadable(ShortName = "<b>Filename</b>:", LongName = "<b>Filename</b>:")]
Filename,
// This doesn't have a site tag yet
[HumanReadable(ShortName = "<b>Focus Multimedia</b>:", LongName = "<b>Focus Multimedia</b>:")]
FocusMultimedia,
[HumanReadable(ShortName = "[T:FIID]", LongName = "<b>Fox Interactive ID</b>:")]
FoxInteractiveID,
@@ -3607,6 +3615,10 @@ namespace SabreTools.RedumpLib.Data
[HumanReadable(ShortName = "[T:G]", LongName = "<b>Genre</b>:")]
Genre,
// This doesn't have a site tag yet
[HumanReadable(ShortName = "<b>GSP Software</b>:", LongName = "<b>GSP Software</b>:")]
GSPSoftware,
[HumanReadable(ShortName = "[T:GTID]", LongName = "<b>GT Interactive ID</b>:")]
GTInteractiveID,

View File

@@ -2060,10 +2060,13 @@ namespace SabreTools.RedumpLib.Data
SiteCode.BandaiID => true,
SiteCode.BethesdaID => true,
SiteCode.CDProjektID => true,
SiteCode.DiceMultimedia => true,
SiteCode.DisneyInteractiveID => true,
SiteCode.EidosID => true,
SiteCode.ElectronicArtsID => true,
SiteCode.FocusMultimedia => true,
SiteCode.FoxInteractiveID => true,
SiteCode.GSPSoftware => true,
SiteCode.GTInteractiveID => true,
SiteCode.InterplayID => true,
SiteCode.JASRACID => true,

View File

@@ -67,10 +67,13 @@ namespace SabreTools.RedumpLib.Tools
SiteCode.BandaiID,
SiteCode.BethesdaID,
SiteCode.CDProjektID,
SiteCode.DiceMultimedia,
SiteCode.DisneyInteractiveID,
SiteCode.EidosID,
SiteCode.ElectronicArtsID,
SiteCode.FocusMultimedia,
SiteCode.FoxInteractiveID,
SiteCode.GSPSoftware,
SiteCode.GTInteractiveID,
SiteCode.InterplayID,
SiteCode.JASRACID,