[mythtv-commits] mythtv branch fixes/0.27 updated by jstichnoth. v0.27-50-g7555b69

Git Repo Owner noreply at mythtv.org
Sun Oct 20 23:13:23 UTC 2013


The branch, fixes/0.27 has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  7555b69babe1e600a33978ecf0d60756bf391e40 (commit)
       via  7ed0e9dc03ccd542567dee8b27724438166aa3b7 (commit)
      from  7323c328dea2094edb369433092696a06cd3b243 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7555b69babe1e600a33978ecf0d60756bf391e40
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Sun, 20 Oct 2013 15:58:50 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Sun, 20 Oct 2013 15:58:50 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7555b69babe1e600a33978ecf0d60756bf391e40

Allow Live TV to be entered from the top-level Program Guide.
This allows the user to start Live TV on a specific channel from the
Program Guide grid.  Otherwise, the user needs to wait for Live TV to
start and tune the initial channel, then find the channel actually
wanted, and wait for it to be tuned.  This also provides a workaround
when the default initial channel is untunable for some reason.

Currently, if the desired channel is not tunable (e.g., all capable
recorders are already busy), it will fail.

Refs #11913.



commit 7ed0e9dc03ccd542567dee8b27724438166aa3b7
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Sun, 20 Oct 2013 15:50:31 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Sun, 20 Oct 2013 15:50:31 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7ed0e9dc03ccd542567dee8b27724438166aa3b7

Use Live TV order for the card list.
In many cases, the list of available cards was being returned in card
ID order, when it would be more appropriate (and correct) to use the
Live TV order.



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythtv/cardutil.cpp         |   22 +++++++++++++++++
 mythtv/libs/libmythtv/cardutil.h           |    1 +
 mythtv/libs/libmythtv/tv_play.cpp          |   35 +++++++++++++++++++++++----
 mythtv/libs/libmythtv/tv_play.h            |   12 ++++++---
 mythtv/libs/libmythtv/tvremoteutil.cpp     |    2 +-
 mythtv/programs/mythfrontend/guidegrid.cpp |    8 ++++++
 6 files changed, 69 insertions(+), 11 deletions(-)

-- 



More information about the mythtv-commits mailing list