mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
Update Redumper to build 660
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
- Update Redumper to build 658
|
||||
- Pre-compress all skeletons for multi-track CDs
|
||||
- Add DVD-Video to list of copy protection scanning systems
|
||||
- Update Redumper to build 660
|
||||
|
||||
### 3.5.0 (2025-10-10)
|
||||
|
||||
|
||||
@@ -119,6 +119,7 @@ namespace MPF.ExecutionContexts.Redumper
|
||||
//[FlagStrings.Firmware] = new StringInput(FlagStrings.Firmware) { Quotes = true },
|
||||
[FlagStrings.SkipSubcodeDesync] = new FlagInput(FlagStrings.SkipSubcodeDesync),
|
||||
[FlagStrings.Rings] = new FlagInput(FlagStrings.Rings),
|
||||
[FlagStrings.CdrErrorThreshold] = new Int32Input(FlagStrings.CdrErrorThreshold),
|
||||
|
||||
// Undocumented
|
||||
[FlagStrings.Debug] = new FlagInput(FlagStrings.Debug),
|
||||
@@ -217,6 +218,7 @@ namespace MPF.ExecutionContexts.Redumper
|
||||
//FlagStrings.Firmware,
|
||||
FlagStrings.SkipSubcodeDesync,
|
||||
FlagStrings.Rings,
|
||||
FlagStrings.CdrErrorThreshold,
|
||||
|
||||
// Undocumented
|
||||
FlagStrings.Debug,
|
||||
|
||||
@@ -90,6 +90,7 @@ namespace MPF.ExecutionContexts.Redumper
|
||||
public const string Firmware = "--firmware";
|
||||
public const string SkipSubcodeDesync = "--skip-subcode-desync";
|
||||
public const string Rings = "--rings";
|
||||
public const string CdrErrorThreshold = "--cdr-error-threshold";
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
@@ -100,14 +100,14 @@ function download_programs() {
|
||||
DL_MAP["Creator_win-x86"]="https://github.com/user-attachments/files/22080480/DiscImageCreator_20250901.zip"
|
||||
|
||||
# Redumper
|
||||
DL_MAP["Redumper_linux-arm64"]="https://github.com/superg/redumper/releases/download/b658/redumper-b658-linux-arm64.zip"
|
||||
DL_MAP["Redumper_linux-x64"]="https://github.com/superg/redumper/releases/download/b658/redumper-b658-linux-x64.zip"
|
||||
#DL_MAP["Redumper_linux_x86"]="https://github.com/superg/redumper/releases/download/b658/redumper-b658-linux-x86.zip"
|
||||
DL_MAP["Redumper_osx-arm64"]="https://github.com/superg/redumper/releases/download/b658/redumper-b658-macos-arm64.zip"
|
||||
DL_MAP["Redumper_osx-x64"]="https://github.com/superg/redumper/releases/download/b658/redumper-b658-macos-x64.zip"
|
||||
DL_MAP["Redumper_win-arm64"]="https://github.com/superg/redumper/releases/download/b658/redumper-b658-windows-arm64.zip"
|
||||
DL_MAP["Redumper_win-x64"]="https://github.com/superg/redumper/releases/download/b658/redumper-b658-windows-x64.zip"
|
||||
DL_MAP["Redumper_win-x86"]="https://github.com/superg/redumper/releases/download/b658/redumper-b658-windows-x86.zip"
|
||||
DL_MAP["Redumper_linux-arm64"]="https://github.com/superg/redumper/releases/download/b660/redumper-b660-linux-arm64.zip"
|
||||
DL_MAP["Redumper_linux-x64"]="https://github.com/superg/redumper/releases/download/b660/redumper-b660-linux-x64.zip"
|
||||
#DL_MAP["Redumper_linux_x86"]="https://github.com/superg/redumper/releases/download/b660/redumper-b660-linux-x86.zip"
|
||||
DL_MAP["Redumper_osx-arm64"]="https://github.com/superg/redumper/releases/download/b660/redumper-b660-macos-arm64.zip"
|
||||
DL_MAP["Redumper_osx-x64"]="https://github.com/superg/redumper/releases/download/b660/redumper-b660-macos-x64.zip"
|
||||
DL_MAP["Redumper_win-arm64"]="https://github.com/superg/redumper/releases/download/b660/redumper-b660-windows-arm64.zip"
|
||||
DL_MAP["Redumper_win-x64"]="https://github.com/superg/redumper/releases/download/b660/redumper-b660-windows-x64.zip"
|
||||
DL_MAP["Redumper_win-x86"]="https://github.com/superg/redumper/releases/download/b660/redumper-b660-windows-x86.zip"
|
||||
|
||||
# Download and extract files
|
||||
echo "===== Downloading Required Programs ====="
|
||||
|
||||
@@ -89,14 +89,14 @@ function Download-Programs {
|
||||
"Creator_win-x64" = "https://github.com/user-attachments/files/22080480/DiscImageCreator_20250901.zip"
|
||||
|
||||
# Redumper
|
||||
"Redumper_linux-arm64" = "https://github.com/superg/redumper/releases/download/b658/redumper-b658-linux-arm64.zip"
|
||||
"Redumper_linux-x64" = "https://github.com/superg/redumper/releases/download/b658/redumper-b658-linux-x64.zip"
|
||||
#"Redumper_linux-x86" = "https://github.com/superg/redumper/releases/download/b658/redumper-b658-linux-x86.zip"
|
||||
"Redumper_osx-arm64" = "https://github.com/superg/redumper/releases/download/b658/redumper-b658-macos-arm64.zip"
|
||||
"Redumper_osx-x64" = "https://github.com/superg/redumper/releases/download/b658/redumper-b658-macos-x64.zip"
|
||||
"Redumper_win-arm64" = "https://github.com/superg/redumper/releases/download/b658/redumper-b658-windows-arm64.zip"
|
||||
"Redumper_win-x86" = "https://github.com/superg/redumper/releases/download/b658/redumper-b658-windows-x86.zip"
|
||||
"Redumper_win-x64" = "https://github.com/superg/redumper/releases/download/b658/redumper-b658-windows-x64.zip"
|
||||
"Redumper_linux-arm64" = "https://github.com/superg/redumper/releases/download/b660/redumper-b660-linux-arm64.zip"
|
||||
"Redumper_linux-x64" = "https://github.com/superg/redumper/releases/download/b660/redumper-b660-linux-x64.zip"
|
||||
#"Redumper_linux-x86" = "https://github.com/superg/redumper/releases/download/b660/redumper-b660-linux-x86.zip"
|
||||
"Redumper_osx-arm64" = "https://github.com/superg/redumper/releases/download/b660/redumper-b660-macos-arm64.zip"
|
||||
"Redumper_osx-x64" = "https://github.com/superg/redumper/releases/download/b660/redumper-b660-macos-x64.zip"
|
||||
"Redumper_win-arm64" = "https://github.com/superg/redumper/releases/download/b660/redumper-b660-windows-arm64.zip"
|
||||
"Redumper_win-x86" = "https://github.com/superg/redumper/releases/download/b660/redumper-b660-windows-x86.zip"
|
||||
"Redumper_win-x64" = "https://github.com/superg/redumper/releases/download/b660/redumper-b660-windows-x64.zip"
|
||||
}
|
||||
|
||||
# Download and extract files
|
||||
|
||||
Reference in New Issue
Block a user