Releases: TheAMM/mpv_thumbnail_script
Releases · TheAMM/mpv_thumbnail_script
v0.4.2
v0.4.1
v0.4.0 - Better feels, padder looks
Features:
- Improved thumbnail feel - read 2da8546 and #7 for details. In short, the thumbnail timestamp is adjusted slightly so that the visible thumbnail is not already a past event if seeked on.
- Allow hiding the generation progress
- Thumbnail vertical offset and background padding, user-configurable:
Look at src/options.lua
for relevant new options.
Fixes:
- Updated
patched_osc.lua
to match upstream (cache display changes), and patched in some newer helper functions for older mpv versions. - Fix thumbnail jumping horizontally near seekbar center by using raw mouse position
v0.3.4
v0.3.3
v0.3.2
v0.3.1
Features/fixes:
- Logfiles for the mpv sub-calls. which are automatically removed on success and kept for failures.
The logfiles are in the same directory as the thumbnails. - Some extra options for disabling the sub-mpv config or forcing a profile. See
options.lua
for all available script options.
v0.3.0 - Multiple worker threads!
(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 thempv_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):
- Allow disabling subtitles when using mpv for thumbnailing (
mpv_no_sub
, defaults tono
)
Fixes:
- Optimize away unnecessary
overlay-remove
s (no real impact) - Prefer mpv by default even if FFmpeg is in PATH (because of #2)
v0.2.0 - Network thumbnails!
(If you downloaded a file just as this release was made, you'll have to redownload)
Features:
- Thumbnailing network files/streams. Yes, like YouTube. It's slow, it may break on sites other than YouTube, but it's there.
Look at the configuration forthumbnail_network
and friends.
Fixes:
- Fix giant font size
- Fix bad padding
- Fix a typo
v0.1.0 - Initial release!
Woo! 🎉
Be sure to read the README.md
!
Note: You will need a rather new version of mpv due to the new binds used in the patched osc.lua
. I may failsafe them later.