Opened 8 years ago
Closed 3 years ago
#12969 closed Patch - Feature (Trac EOL)
Recording wall clock time in OSD
Reported by: | Owned by: | JYA | |
---|---|---|---|
Priority: | minor | Milestone: | 29.2 |
Component: | MythTV - Video Playback | Version: | Master Head |
Severity: | low | Keywords: | |
Cc: | Ticket locked: | no |
Description
This adds a textarea widget named "wallclocktime" to the OSD that will display the local playing wall clock time of the recording being played. Its very useful to me, don't if other will want it. I've being using it for 3 week without issues.
PR: https://github.com/MythTV/mythtv/pull/127
Example snippet from my osd.xml theme file, moving the description text widget down and showing the recording time in its place.
<textarea name="wallclocktime"> <font>small</font> <area>10,5,1700,40</area> <align>hcenter, bottom</align> <template>Wall clock: %1</template> </textarea> <textarea name="description"> <font>small</font> <area>10,70,1700,40</area> <align>hcenter,bottom</align> <template>%DESCRIPTION% %(|REMAININGTIME|)%%(|BEHINDTIME|)%%VALUE%%UNITS%</template> </textarea>
Change History (5)
comment:1 Changed 8 years ago by
Milestone: | unknown → 29.0 |
---|
comment:2 Changed 7 years ago by
Milestone: | 29.0 → 29.1 |
---|
comment:3 Changed 7 years ago by
Milestone: | 29.1 → 0.28.2 |
---|
comment:4 Changed 7 years ago by
Milestone: | 0.28.2 → 29.2 |
---|
Moving remaining open tickets to 29.2 milestone
Note: See
TracTickets for help on using
tickets.
Moving remaining open tickets to 0.28.2 milestone