[mythtv-firehose] mythtv branch master updated by jstichnoth. v0.26-pre-66-gdc6a18a

Git Repo Owner noreply at mythtv.org
Sun Apr 15 14:45:24 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  dc6a18af542c9de80f06cc22485d6ac8b932dfeb (commit)
      from  ba9bcba84c386adc68815c5301f32990872e8e1f (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 dc6a18af542c9de80f06cc22485d6ac8b932dfeb
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Sun, 15 Apr 2012 07:36:02 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Sun, 15 Apr 2012 07:43:59 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=dc6a18af542c9de80f06cc22485d6ac8b932dfeb

Fix Live TV channel changing when using Input Groups.
When trying to change channels (either directly or through the program
guide), an idle tuner in the same input group as the current tuner
would not be considered available.

This is fixed by adding the excluded_cardids argument to
RemoteRequestFreeRecorderList() and
RemoteRequestFreeRecorderFromList().

Doing this the "right" way would require a protocol change for the
GET_FREE_RECORDER_LIST command.  This is better done closer to the end
of the 0.26 release cycle, so the current implementation is less
efficient and makes multiple queries.

There is also a lot of vector<> code here that could stand to be
converted to QVector<>.



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

Summary of changes:
 mythtv/libs/libmyth/remoteutil.cpp     |   16 ---------
 mythtv/libs/libmyth/remoteutil.h       |    1 -
 mythtv/libs/libmythtv/tv_play.cpp      |   22 ++++++++-----
 mythtv/libs/libmythtv/tvremoteutil.cpp |   53 ++++++++++++++++++++++++++++++-
 mythtv/libs/libmythtv/tvremoteutil.h   |    7 ++--
 5 files changed, 69 insertions(+), 30 deletions(-)

-- 



More information about the mythtv-firehose mailing list