summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorChristoph Heinrich <christoph.heinrich@student.tugraz.at>2023-03-06 20:22:03 +0100
committerDudemanguy <random342@airmail.cc>2023-03-24 02:28:49 +0000
commit34a04d056764f4f1447d39b60be56f02253831f8 (patch)
treec6b33cb3d6a4576392c9d736c2b27359ec6a6bdf /DOCS
parent5ddf6d479e7a109db660b991ecf545653d284320 (diff)
downloadmpv-34a04d056764f4f1447d39b60be56f02253831f8.tar.bz2
mpv-34a04d056764f4f1447d39b60be56f02253831f8.tar.xz
player: set playlist title to media title if not set already
The playlist title only got set when it was specified in the playlist file. If there is a title after opening a file, that should also be reflected in the playlist.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 5908367e90..919e23c412 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -27,6 +27,8 @@ Interface changes
::
--- mpv 0.36.0 ---
+ - `playlist/N/title` gets set upon opening the file if it wasn't already set
+ and a title is available.
- add the `--vo=kitty` video output driver, as well as the options
`--vo-kitty-cols`, `--vo-kitty-rows`, `--vo-kitty-width`,
`--vo-kitty-height`, `--vo-kitty-left`, `--vo-kitty-top`,