Skip to content

Commit 536334a

Browse files
committed
TOOLS/lua/yt-thumbnailer: init
this adds a thumbnailer script that uses pre-generated youtube-dl thumbnails. not a fully featured thumbnailer, but useful for testing and as an example. released into public domain so that 3rd party script writers can use/copy it for their (hopefully fully featured) script. can also be used in case user only wants web thumbnail (since local files can just be seeked fast).
1 parent 9f9fc90 commit 536334a

File tree

2 files changed

+423
-0
lines changed

2 files changed

+423
-0
lines changed

DOCS/man/osc.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,3 +756,7 @@ script via the following ``user-data`` properties:
756756

757757
The OSC sets this property to ``nil`` to signal the thumbnailer to clear
758758
the displayed thumbnail.
759+
760+
The script ``TOOLS/lua/yt-thumbnailer.lua`` implements this API to fetch and
761+
show pre-generated storyboard images available through the youtube-dl hook
762+
script on certain sites (e.g youtube).

0 commit comments

Comments
 (0)