Skip to content

v0.3.0

Compare
Choose a tag to compare
@TheAMM TheAMM released this 26 Nov 04:11
· 22 commits to master since this release

⚠️ This release changes the output_template format! ⚠️
You'll have to update your configuration, or filenames will likely break.

Features:

  • Property expansion for rather extensive filename templates!
  • The script can now automatically create required directories based on the output_template (for example, save screenshots to different directories based on date with ${&-:%Y}/${&-:%Y-%m/${filename} ${pos}.png
  • The script now toggles mpv's screenshot-png-compression to 0 for taking the screenshot, speeding up the saving considerably. The user's value is set back after the screenshot has been taken.

I recommend reading the README.md again starting from the Configuration section to see what's up.

Compare all changes