mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Logiqx] Add publisher tag reading
This commit is contained in:
@@ -386,6 +386,9 @@ namespace SabreTools.Library.DatFiles
|
|||||||
case "manufacturer":
|
case "manufacturer":
|
||||||
machine.Manufacturer = reader.ReadElementContentAsString();
|
machine.Manufacturer = reader.ReadElementContentAsString();
|
||||||
break;
|
break;
|
||||||
|
case "publisher": // Not technically supported but used by some legacy DATs
|
||||||
|
machine.Publisher = reader.ReadElementContentAsString();
|
||||||
|
break;
|
||||||
case "trurip": // This is special metadata unique to TruRip
|
case "trurip": // This is special metadata unique to TruRip
|
||||||
ReadTruRip(reader.ReadSubtree(), machine);
|
ReadTruRip(reader.ReadSubtree(), machine);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user