mpv icon indicating copy to clipboard operation
mpv copied to clipboard

osd-clock: Display 12 Hour time format

Open caslicco opened this issue 4 years ago • 1 comments

I'm new to coding and to mpv. I want to make 2 modifications to the osd-clock script:

  1. Display time in the 12 Hour format.
  2. Toggle the clock ON at startup, and define a key to toggle the clock OFF

caslicco avatar Jan 21 '22 07:01 caslicco

I can help you with your first request.

Go to line 24 where it states format = "%H:%M",

Change the H to I (uppercase i)

Cananbolt avatar Apr 04 '22 17:04 Cananbolt