Cross-platform disc authoring: replace dvdauthor/xorriso with native Go solution #21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Background
The Author, Rip and Blu-Ray modules depend on dvdauthor, spumux, and xorriso � all Linux-only tools with no Windows equivalents. As of dev32, all three modules are hidden on Windows until a cross-platform solution is available.
Blu-Ray module currently has zero functionality; only a placeholder button on the main menu (currently hidden on Windows)
Goal
Implement DVD/ISO/Blu-Ray authoring natively in Go so the Author, Rip and Blu-Ray modules work on all platforms without requiring WSL or third-party tool installs.
Scope
Constraints
Notes