[mythtv] MythTV Services Dev help

Raymond Wagner raymond at wagnerrp.com
Wed Sep 26 06:14:13 UTC 2012


On 9/25/2012 23:01, Matthew Schrader wrote:
> I just found that the problem is that ChanID is not recognized by
> servicehost.cpp but ChanId is.  Will continue to hunt down how the
> service knows to expose ChanId but not ChanID.
>
> At least for now I know the root problem and can continue on!
>
> On Tue, Sep 25, 2012 at 8:42 PM, Matthew Schrader
>> The function I am looking at is in
>> mythtv/programs/mythfrontend/services/mythfrontend.cpp
>>
>> Signature is:
>> bool Frontend::PlayRecording(int ChanID, const QDateTime &StartTime)

More correctly, the signature in the header is...

bool Frontend::PlayRecording(int ChanId, const QDateTime &StartTime)

The query inputs are determined automagically from the signature through 
code introspection.


More information about the mythtv-dev mailing list