mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Ensure manufacturer files starting from 0 are zipped in redumper DVD … (#747)
* Ensure manufacturer files starting from 0 are zipped in redumper DVD processing * Remove extraneous DVD manufacturer/physical, add needed physical for bluray
This commit is contained in:
@@ -452,13 +452,13 @@ namespace MPF.Processors
|
||||
"log"),
|
||||
new CustomOutputFile($"{baseFilename}.log", OutputFileFlags.Required,
|
||||
DatfileExists),
|
||||
new([$"{baseFilename}.manufacturer", $"{baseFilename}.1.manufacturer"], OutputFileFlags.Required
|
||||
new([$"{baseFilename}.manufacturer", $"{baseFilename}.0.manufacturer"], OutputFileFlags.Required
|
||||
| OutputFileFlags.Binary
|
||||
| OutputFileFlags.Zippable,
|
||||
"manufacturer_1"),
|
||||
new($"{baseFilename}.2.manufacturer", OutputFileFlags.Binary
|
||||
"manufacturer_0"),
|
||||
new($"{baseFilename}.1.manufacturer", OutputFileFlags.Binary
|
||||
| OutputFileFlags.Zippable,
|
||||
"manufacturer_2"),
|
||||
"manufacturer_1"),
|
||||
new([$"{baseFilename}.physical", $"{baseFilename}.0.physical"], OutputFileFlags.Required
|
||||
| OutputFileFlags.Binary
|
||||
| OutputFileFlags.Zippable,
|
||||
@@ -466,9 +466,6 @@ namespace MPF.Processors
|
||||
new($"{baseFilename}.1.physical", OutputFileFlags.Binary
|
||||
| OutputFileFlags.Zippable,
|
||||
"physical_1"),
|
||||
new($"{baseFilename}.2.physical", OutputFileFlags.Binary
|
||||
| OutputFileFlags.Zippable,
|
||||
"physical_2"),
|
||||
new($"{baseFilename}.security", System.IsXGD()
|
||||
? OutputFileFlags.Required | OutputFileFlags.Binary | OutputFileFlags.Zippable
|
||||
: OutputFileFlags.Binary | OutputFileFlags.Zippable,
|
||||
@@ -516,6 +513,9 @@ namespace MPF.Processors
|
||||
new($"{baseFilename}.2.physical", OutputFileFlags.Binary
|
||||
| OutputFileFlags.Zippable,
|
||||
"physical_2"),
|
||||
new($"{baseFilename}.3.physical", OutputFileFlags.Binary
|
||||
| OutputFileFlags.Zippable,
|
||||
"physical_3"),
|
||||
new($"{baseFilename}.skeleton", OutputFileFlags.Binary
|
||||
| OutputFileFlags.Zippable,
|
||||
"skeleton"),
|
||||
|
||||
Reference in New Issue
Block a user