[mythtv-commits] mythtv/master commit: bc7c5c656 by Mark Kendall (mark-kendall)

MythTV noreply at mythtv.org
Wed Apr 6 02:48:55 UTC 2011


      Author:  Mark Kendall <mkendall at mythtv.org>
 Change Date:  2011-04-05T19:48:39-07:00
   Push Date:  2011/04/05 19:48:52 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  bc7c5c65620c0331461325c41376b8783a69cdf0
   Changeset:  https://github.com/MythTV/mythtv/commit/bc7c5c656

Log:

Handle jump points through the frontend http interface.

This does not attempt to filter the jump on the basis of the current
location (e.g. actioning 'Live TV' when in live tv will restart live
tv). Filtering requires a key to be bound to the jump point (most, if
not all, default to unbound) but requiring a key binding does not make
sense in the context of directly triggering actions from an external
source and is inconsistent with the handling of all other actions via
the http interface (which do not require a keybinding).

The network control code attempts to test whether a jump has succeeded
by testing the result of GetCurrentLocation but, as commented in that
code, the results are completely unreliable.

Modified:

   mythtv/libs/libmythui/mythmainwindow.cpp



More information about the mythtv-commits mailing list