0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00
mpv/DOCS/interface-changes
Guido Cella dc998560aa options: add --osd-playlist-entry
Allow configuring whether to print the media-title, the filename or both
(as `<title> (<filename>)`) in show-text ${playlist}, the OSC playlist
and in the playlist selector.

Showing only titles hides information when files are badly tagged, or
when it hides the track numbers of album songs. But showing filenames is
not as useful as titles e.g. when playing URLs with media titles. This
option lets the user choose which one to show, or show both if switching
is inconvenient.

The OSC's playlist_media_title script-opt is removed because this option
is better since it works everywhere after configuring it once.

Closes #11653.

Also show the full URLs of playlist entries instead of their basenames
in osc.lua and select.lua, consistently with mp_property_playlist().

For simplicity, this just checks if entries contain :// instead of
replicating all of mp_is_url().

Co-authored-by: Kacper Michajłow <kasper93@gmail.com>
2024-06-08 01:43:15 +02:00
..
cmd-nonrepeatable.txt input/cmd: add nonrepeatable prefix 2024-05-20 17:47:01 +02:00
dolby-vision-configuration.txt command: add dolby-vision-profile and dolby-vision-level to track-list 2024-05-10 01:26:30 +02:00
example.txt
input-builtin-dragging.txt input: un-hardcode VO dragging 2024-06-04 12:41:51 +02:00
input-dragging-deadzone.txt input: implement VO dragging deadzone 2024-06-04 12:41:51 +02:00
input-select.txt scripting: add mp.input.select() 2024-05-07 22:34:22 +02:00
input-touch-emulate-mouse.txt input: add --input-touch-emulate-mouse option 2024-05-03 16:14:03 +02:00
keybind-cancel.txt defaults.lua: handle canceled key bindings 2024-06-06 23:38:39 +03:00
native-touch.txt options: add --native-touch option 2024-05-03 16:14:03 +02:00
normalize-path.txt command: add normalize-path command 2024-05-05 20:29:27 +02:00
option-info-expects-file.txt player: add option-info/<name>/expects-file 2024-05-12 22:29:40 +02:00
osdscale.txt {stats,osc}.lua: respect --osd-scale-by-window by default 2024-05-20 18:29:44 +02:00
show-in-taskbar.txt
show-playlist-titles.txt options: add --osd-playlist-entry 2024-06-08 01:43:15 +02:00
sub-ass-override-default.txt input.conf: change 'u' binding to cycle between 'force' and default 2024-05-29 17:48:50 +00:00
sub-text-ass-full.txt player/command: add sub-text/ass-full sub-property 2024-04-27 01:19:56 +02:00
sub-text-ass.txt player/command: move sub-text-ass to a sub-property 2024-04-27 01:19:56 +02:00
sub-times.txt command: use property_time() for sub-start and sub-end 2024-04-18 13:11:01 +02:00
touch-pos.txt command: add touch-pos property 2024-05-03 16:14:03 +02:00
track-list-decoder-tag.txt player/command: add track-list/N/decoder 2024-04-18 01:20:32 +02:00
wasapi-exclusive-buffer.txt ao_wasapi: add --wasapi-exclusive-buffer option 2024-04-19 02:28:23 +02:00