Opened 17 years ago

Closed 16 years ago

#4004 closed patch (fixed)

Network Control should provide for a "What's On" live TV feature of a remote control.

Reported by: anonymous Owned by: cpinkham
Priority: minor Milestone: unknown
Component: mythtv Version: unknown
Severity: medium Keywords: network control, listings
Cc: Ticket locked: no

Description

I propose and have implemented adding functionality to the Network Control telnet interface to allow a remote control developer (me for instance) to put up a table of what programs are now available to the LiveTV mode. This would involve adding 3 queries:

query liveTV - List current TV schedule query liveTV CHANID - Query current program for specified channel query time - Query current time on server

query liveTV returns a list of programs of the form: chanid starttime endtime title # query liveTV 2206 2007-09-23T07:30:00 2007-09-23T08:30:00 College Football Final 2292 2007-09-23T08:00:00 2007-09-23T08:30:00 NASCAR Racers -"All or Nothing" 2265 2007-09-23T08:00:00 2007-09-23T09:00:00 Biography -"Meatloaf"

query liveTV CHANID returns a single program for the specified channel of the form: chanid starttime endtime title # query liveTV 2249 2249 2007-09-23T08:00:00 2007-09-23T08:30:00 MAD TV

query liveTV returns the current time on the server to allow the remote control to accurately know when to refresh its listing:

# query time 2007-09-23T08:30:04

Attachments (1)

whats_on_now.patch (3.7 KB) - added by grhowes@… 17 years ago.
patch to allow for a "What's On Now" feature to Network Control

Download all attachments as: .zip

Change History (3)

Changed 17 years ago by grhowes@…

Attachment: whats_on_now.patch added

patch to allow for a "What's On Now" feature to Network Control

comment:1 Changed 17 years ago by cpinkham

Owner: changed from Isaac Richards to cpinkham

comment:2 Changed 16 years ago by cpinkham

Resolution: fixed
Status: newclosed

(In [15396]) Add "query liveTV", "query liveTV CHANID", and "query time" commands to the NetworkControl? interface in mythfrontend. The "query liveTV" commands return a list of what programs are currently airing. The "query time" command returns the current time on the frontend in ISODate format.

Closes #4004 using patch by Glenn Howes.

Note: See TracTickets for help on using tickets.