12

I use the mpv video player in Linux. With the keys Shift+P, I can see the duration of the video I am watching.

How can I set mpv to show the duration all the time (without the need of pressing Shift+P) ?

DavidPostill
  • 153,128
  • 77
  • 353
  • 394
Linux-Leo
  • 121
  • 1
  • 3

2 Answers2

15

Aside from the configuration Shift+O toggles duration display in the player.

H.B.
  • 680
  • 1
  • 7
  • 15
9

Check MPV documentation. You can use option: --osd-level=2. Or write into config file (location: ~/.config/mpv/mpv.conf):

# Show duration by default.
osd-level=2