How can I make mpv show the duration counter constantly?
Solution 1:
Aside from the configuration Shift+O toggles duration display in the player.
Solution 2:
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