summaryrefslogtreecommitdiffstats
path: root/DOCS/man/osc.rst
diff options
context:
space:
mode:
authorsunpenghao <sunpenghao1997@outlook.com>2024-03-02 16:48:08 +0800
committerKacper Michajłow <kasper93@gmail.com>2024-04-17 23:46:35 +0200
commitc70cc5b01d9ce0469f424f6d52bf68f09ac598f1 (patch)
treeb2acce00d62cfeff1350514cd27c90690ee0708b /DOCS/man/osc.rst
parent715feea8d82a750c3d627ee10c4fd6c6fe1fbe86 (diff)
downloadmpv-c70cc5b01d9ce0469f424f6d52bf68f09ac598f1.tar.bz2
mpv-c70cc5b01d9ce0469f424f6d52bf68f09ac598f1.tar.xz
osc: add playlist_media_title option
Showing media titles in the playlist is pointless when sources are ill tagged and media titles contain only garbage. Being able to opt for file names at least gives us a choice in such cases.
Diffstat (limited to 'DOCS/man/osc.rst')
-rw-r--r--DOCS/man/osc.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/man/osc.rst b/DOCS/man/osc.rst
index 9ed338a965..731485a662 100644
--- a/DOCS/man/osc.rst
+++ b/DOCS/man/osc.rst
@@ -424,6 +424,13 @@ Configurable Options
Whether to display the chapters/playlist at the OSD when left-clicking the
next/previous OSC buttons, respectively.
+``playlist_media_title``
+ Default: yes
+
+ Whether to display playlist entries in media titles. If set to ``no``, file
+ names are used instead. Note that media title of a file is only available
+ once it has been loaded.
+
``chapter_fmt``
Default: ``Chapter: %s``