This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This screenshot method will simply display the timestamp, take a screenshot of it, and then tell you it took a screenshot. | |
s show-text '${time-pos}';screenshot window;show-text "Screenshot Saved\n${screenshot-directory}/${filename/no-ext} · ${playback-time}.${screenshot-format}" "2500" | |
# Quit MPV but retain watch position | |
q quit-watch-later |