Opened 14 years ago

Closed 14 years ago

#7850 closed enhancement (fixed)

Patch to extend the network control part of mythfrontend

Reported by: Juergen S. <juergen-sachs@…> Owned by: cpinkham
Priority: minor Milestone: unknown
Component: MythTV - General Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

This patch adds a command to the network control part of mythfrontend to receive the list of available TV channels This way a connected control system could provide a list of available TV channels to select from.

New command: "query channels START LIMIT" Query available channels from START and limit results to LIMIT lines Feedback is as follow: <current line count>:<max line count to expect> <channelid> <callsign name> <channel name>

Attachments (1)

networkcontrol_extensions.diff (3.8 KB) - added by Juergen S. <juergen-sachs@…> 14 years ago.
svn diff file for the changes

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by Juergen S. <juergen-sachs@…>

svn diff file for the changes

comment:1 Changed 14 years ago by cpinkham

Owner: changed from Isaac Richards to cpinkham
Status: newassigned

comment:2 Changed 14 years ago by cpinkham

Resolution: fixed
Status: assignedclosed

(In [25721]) Add the ability to query the channel list via the network control interface.

Closes #7850 using updated/modified patch by Juergen Sachs.

New Usage:

query channels query channels START LIMIT

Note: See TracTickets for help on using tickets.