Andrew M. Kinnard wrote: > I'm actually surprised not to see a MySQL query right before the > channel change request that looks up the tuner number. How does the > mvpmc know what the proper tuner is to which to direct the request?
I would assume it is getting that information via the MythTV protocol. But it wouldn't surprise me to learn that the live TV code assumes that the back-end consists of one or more tuners that all receive the same set of channels. Thus tuner switching and channel switching are handled by two independent operations (with a menu for each). That would clearly break in a scenario like yours where certain channels are available only on specific tuners. > I see the sql traffic unsed to generate the tv guide (including the > initial query for all channels available). As I understand it, generating the TV listings is the *only* thing the direct database connection is used for by the live TV feature. > Can anyone point me to the mvpmc code responsible for generating > channel change requests using the tv guide? You might want to repost that query on the developer's list. -Tom ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Mvpmc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mvpmc-users mvpmc wiki: http://mvpmc.wikispaces.com/
