[mythtv-firehose] mythtv branch fixes/0.25 updated by jstichnoth. v0.25-14-g108b52b

Git Repo Owner noreply at mythtv.org
Sun Apr 15 14:52:58 UTC 2012


The branch, fixes/0.25 has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  108b52b605043324b56b7f8f5dd5049491d94954 (commit)
      from  d11128aff44c176885db90a3d8b0e1ee782fc03e (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 108b52b605043324b56b7f8f5dd5049491d94954
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:50:51 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=108b52b605043324b56b7f8f5dd5049491d94954

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<>.
(cherry picked from commit dc6a18af542c9de80f06cc22485d6ac8b932dfeb)



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

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