Skip to content

v0.3.0 - Multiple worker threads!

Compare
Choose a tag to compare
@TheAMM TheAMM released this 06 Dec 18:55
· 30 commits to master since this release

(If you downloaded a file just as this release was made, you'll have to redownload)

Features:

  • Multiple worker threads! Read the updated Configuration or just read here:
    Simply duplicate the mpv_thumbnail_script_server.lua once or twice, no matter on the name (but remember, script filenames must not contain spaces!)
  • Display active thumbnailing jobs in the progress display (vague green):
    image
  • Allow disabling subtitles when using mpv for thumbnailing (mpv_no_sub, defaults to no)

Fixes:

  • Optimize away unnecessary overlay-removes (no real impact)
  • Prefer mpv by default even if FFmpeg is in PATH (because of #2)

Compare all changes