1
mirror of https://github.com/mpv-player/mpv synced 2024-11-07 01:47:00 +01:00

screenshots: prefix default template with "mpv-"

So that the user realizes where they come from, or can find them at all.
This was a common complaint, and this is the most lazy solution. Better
suggestions for a default template are welcome.
This commit is contained in:
wm4 2015-05-01 21:44:37 +02:00
parent 8192500716
commit 72373bb5ae
2 changed files with 3 additions and 3 deletions

View File

@ -2573,8 +2573,8 @@ Screenshot
Specify the filename template used to save screenshots. The template
specifies the filename without file extension, and can contain format
specifiers, which will be substituted when taking a screenshot.
By default the template is ``shot%n``, which results in filenames like
``shot0012.png`` for example.
By default the template is ``mpv-shot%n``, which results in filenames like
``mpv-shot0012.png`` for example.
The template can start with a relative or absolute path, in order to
specify a directory location where screenshots should be saved.

View File

@ -764,7 +764,7 @@ const struct MPOpts mp_default_opts = {
.use_embedded_fonts = 1,
.sub_fix_timing = 1,
.sub_cp = "auto",
.screenshot_template = "shot%n",
.screenshot_template = "mpv-shot%n",
.hwdec_codecs = "h264,vc1,wmv3",