Skip to content

Releases: Samillion/mpv-boxtowide

v0.2.0

25 Feb 06:44
24cf416

Choose a tag to compare

Terminal

What's Changed

  • Add boxtowide.conf so users can customize options without having to edit the script
  • Make video_exts list option simpler
  • Add two ratio checks options range_check and accurate_check (one or both can be used)
    • range_check: check if aspect is within min_ratio to max_ratio
    • accurate_check: check if aspect matches accurate_ratio + accurate_tolerance
  • Add accurate_ratio option, to check for exact ratio match
  • Add accurate_tolerance for allowed deviations in accurate_ratio