Opened 19 years ago
Closed 16 years ago
#3632 closed enhancement (fixed)
enhancement: print tv state when displaying program info on the osd.
| Reported by: | skamithi | Owned by: | markk |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.24 |
| Component: | MythTV - User Interface Library | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
let's you know whether you are watching live tv, recording, prerecorded , video or dvd when you select osd info button.
made the following change to titivillus osd.xml file to make it show up.
<container name="program_info" fademovement="0,-6">
<image name="background">
<filename>osd-big.png</filename>
<position>15,250</position>
</image>
<textarea name="tvstate">
<area>480,230,200,200</area>
<font>largeinfofont</font>
<value>%TVSTATE%</value>
</textarea>
Attachments (1)
Change History (7)
by , 19 years ago
| Attachment: | tv_type.diff added |
|---|
comment:1 by , 19 years ago
| Version: | unknown → head |
|---|
comment:2 by , 18 years ago
| Status: | new → assigned |
|---|
comment:3 by , 17 years ago
| Component: | mythtv → MythTV - User Interface Library |
|---|---|
| Milestone: | unknown → 0.23 |
| Owner: | changed from to |
comment:4 by , 17 years ago
| Milestone: | 0.23 → 0.24 |
|---|
comment:5 by , 16 years ago
| Owner: | changed from to |
|---|
Stanley and Mark-- Applying this currently seems ill advised in light of the new libmythui-osd approach. Mark, I'm assigning to you simply because I'd like you to make the call, but if you want it done, assign back to me and I'll get it done.
comment:6 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
(In [25705]) Pass a 'tvstate' string to the OSD.
Refactor StateToString to provide only debug versions of the state strings, which don't require 'brief' versions or translations and a missing BD string. Add a new StateToPublicString version to provide translatable strings that can be safely printed by the UI. Add the tv state string the to program information map passed to the OSD.
I've not added this to any themes - clearly it's up to themers to use at their discretion.
Closes #3632

Pushing this back since the mythui OSD won't make 0.23.