mirror of
https://github.com/SabreTools/SabreTools.RedumpLib.git
synced 2026-07-08 18:16:25 +00:00
Add 3 new publisher tags (fixes #1006)
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user