diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index ee1c68cf68..63c4484bb8 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -116,7 +116,7 @@ o (also P) Show progression bar, elapsed time and total duration on the OSD. O - Toggle OSD states: none / seek / seek + timer / seek + timer + total time. + Toggle OSD states between normal and playback time/duration. d Toggle frame dropping states: none / skip display / skip decoding (see diff --git a/etc/input.conf b/etc/input.conf index 0972fbb752..8c901f7f40 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -79,7 +79,7 @@ #> playlist-next # skip to next file #ENTER playlist-next # skip to next file #< playlist-prev # skip to previous file -#O osd # cycle through OSD mode +#O no-osd cycle_values osd-level 3 1 # cycle through OSD mode #o show-progress #P show-progress #I show-text "${filename}" # display filename in osd diff --git a/etc/restore-old-bindings.conf b/etc/restore-old-bindings.conf index ea0c664fa2..a9b34d1734 100644 --- a/etc/restore-old-bindings.conf +++ b/etc/restore-old-bindings.conf @@ -9,6 +9,10 @@ # # Older installations use ~/.mpv/input.conf instead. +# changed in mpv 0.10.0 + +O osd + # changed in mpv 0.7.0 ENTER playlist_next force