Opened 15 years ago

Closed 15 years ago

#8619 closed Developer Task (Fixed)

mythtvosd doesn't update the OSD

Reported by: Doug Haber <doug@…> 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)

mf.log (699 bytes ) - added by Doug Haber <doug@…> 15 years ago.

Download all attachments as: .zip

Change History (10)

by Doug Haber <doug@…>, 15 years ago

Attachment: mf.log added

comment:1 by Doug Haber <doug@…>, 15 years ago

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

comment:2 by robertm, 15 years ago

Owner: changed from Isaac Richards to markk
Status: newassigned

comment:3 by markk, 15 years ago

Milestone: unknown0.25
Status: assignedaccepted

comment:4 by stuartm, 15 years ago

Milestone: 0.25

Milestone 0.25 deleted

comment:5 by anonymous, 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 sphery, 15 years ago

Ticket locked: set

comment:7 by stuartm, 15 years ago

Type: defectDeveloper Task

Not a bug.

comment:8 by markk, 15 years ago

see SHA: f6de5dde76146b980203 and SHA: e7668a997cda3e5419e3 for initial checkin of replacement functionality.

comment:9 by markk, 15 years ago

Resolution: Fixed
Status: acceptedclosed

mythtvosd was replaced with mythmessage in bd469cf06576877789b1

Note: See TracTickets for help on using tickets.