Add mpv config

This commit is contained in:
BuyMyMojo 2025-03-24 04:38:41 +11:00
parent 5e0be74606
commit 709a064053
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
106 changed files with 42838 additions and 0 deletions

View file

@ -0,0 +1,16 @@
# The template for screenshot filenames. See below for explanation of the property expansion!
# Can be an absolute or relative path (though relative paths are mostly untested)
output_template=/home/buymymojo/Pictures/MPV/${filename} ${#pos:%02h.%02m.%06.3s} ${!full:${crop_w}x${crop_h} ${%unique:%03d}}.${ext}
# The above template would expand to something like "Sintel.2010.1080p 00.05.40.500 200x400 001.png".
# or just "Sintel.2010.1080p 00.05.40.500.png" for the full-size screenshots (if kept).
# The template checks if 'full' is falsey, in which case it will expand the crop size and sequence number.
# Whether to try and create missing directories when saving screenshots
# (All directories will be created, not just the last section)
create_directories=yes
# Whether to keep the original full-size screenshot or not
keep_original=yes
# You can disable the automatic keybind to 'c' and add your own, see below
disable_keybind=yes