VideoTools/scripts
Stu Leak ce60508480 Add build/run scripts and fix DVD options visibility
Added scripts folder with three convenience scripts:
  • scripts/build.sh - Clean build with dependency verification
  • scripts/run.sh - Run application (auto-builds if needed)
  • scripts/alias.sh - Create 'VideoTools' command alias

Usage:
  source scripts/alias.sh
  VideoTools              # Run app
  VideoToolsRebuild       # Force rebuild
  VideoToolsClean         # Clean artifacts

Fixed main.go DVD options:
  • Fixed callback ordering so updateDVDOptions is called on format selection
  • DVD aspect ratio selector now appears when DVD format is selected
  • DVD info display shows specs for NTSC and PAL formats
  • Works in both Simple and Advanced tabs

DVD options are now fully functional in the UI.
2025-11-29 19:53:47 -05:00
..
alias.sh Add build/run scripts and fix DVD options visibility 2025-11-29 19:53:47 -05:00
build.sh Add build/run scripts and fix DVD options visibility 2025-11-29 19:53:47 -05:00
run.sh Add build/run scripts and fix DVD options visibility 2025-11-29 19:53:47 -05:00