Opened 15 years ago
Closed 15 years ago
#8619 closed Developer Task (Fixed)
mythtvosd doesn't update the OSD
| Reported by: | Owned by: | markk | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | MythTV - General | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | yes |
Description
I think this may be since the new OSD merge but I didn't notice it until today. I'm trying lines like:
mythtvosd --template=cid --verbose --caller_name="doug"
Thanks!
Doug
Attachments (1)
Change History (10)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 15 years ago
| Milestone: | unknown → 0.25 |
|---|---|
| Status: | assigned → accepted |
comment:5 by , 15 years ago
Same problem when updating from 0.23 to 0.24. I no longer get any kind of reaction from from mythtvosd commands that previously has been working for several years. This is kind of annoying, and I hope it'll be fixed in 0.24 still.
comment:6 by , 15 years ago
| Ticket locked: | set |
|---|
comment:8 by , 15 years ago
see SHA: f6de5dde76146b980203 and SHA: e7668a997cda3e5419e3 for initial checkin of replacement functionality.
comment:9 by , 15 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | accepted → closed |
mythtvosd was replaced with mythmessage in bd469cf06576877789b1

After doing a little research I found that the following code is commented out about line 11931 in tv_play.cpp:
/* if (osd && set) osd->StartNotify(set); else if (osd && !name.isEmpty()) osd->ClearNotify(name); */This seems to explain why the Notify doesn't show up on the OSD. StartNotify & ClearNotify are not implemented in osd.cpp any more (presumably because the OSD code was totally re-written).
Hope this helps!
Doug