Opened 8 years ago

Closed 3 years ago

#12969 closed Patch - Feature (Trac EOL)

Recording wall clock time in OSD

Reported by: miguel@… 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 Karl Egly

Milestone: unknown29.0

comment:2 Changed 7 years ago by Stuart Auchterlonie

Milestone: 29.029.1

comment:3 Changed 7 years ago by Stuart Auchterlonie

Milestone: 29.10.28.2

Moving remaining open tickets to 0.28.2 milestone

comment:4 Changed 7 years ago by Stuart Auchterlonie

Milestone: 0.28.229.2

Moving remaining open tickets to 29.2 milestone

comment:5 Changed 3 years ago by Stuart Auchterlonie

Resolution: Trac EOL
Status: newclosed

We have moved all bug tracking to github [1]

If you continue to have this issue, please open a new issue at github, referencing this ticket.

[1] - https://github.com/MythTV/mythtv/issues

Note: See TracTickets for help on using tickets.