[mythtv-commits] mythtv branch master updated by gigem. v0.28-pre-1489-g213c622

Git Repo Owner noreply at mythtv.org
Wed Jun 4 19:30:01 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user gigem.
       via  213c622a1fc19f08167df25ef131f4e66d693e05 (commit)
      from  8571293d47598858b13b4f819dac96b4874e9534 (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 213c622a1fc19f08167df25ef131f4e66d693e05
Author:    David Engel <dengel at mythtv.org> at Wed, 4 Jun 2014 14:21:59 -0500
Committer: David Engel <dengel at mythtv.org> at Wed, 4 Jun 2014 14:21:59 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=213c622a1fc19f08167df25ef131f4e66d693e05

Added support for saving the recording input name in the recorded table.
This makes it possible to identify on which tuner a recording was made
after it was recorded.  This can be very useful in diagnosing
recurring problems with a tuner that aren't noticed right away.  The
input name is used rather than the input number because it is expected
to be more user friendly and useful, especially if the tuners have
been renumbered since the recording was made.

This is based on patches submitted by George Nassas.

Refs #11954



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

Summary of changes:
 mythtv/bindings/perl/MythTV.pm                     |    2 +-
 mythtv/bindings/php/MythTVRecording.php            |    1 +
 mythtv/bindings/python/MythTV/dataheap.py          |    2 +-
 mythtv/bindings/python/MythTV/static.py            |    2 +-
 mythtv/libs/libmyth/programinfo.cpp                |   49 +++++++++++++------
 mythtv/libs/libmythbase/mythversion.h              |    2 +-
 mythtv/libs/libmythtv/dbcheck.cpp                  |   11 ++++
 mythtv/libs/libmythtv/recordinginfo.cpp            |    7 ++-
 mythtv/programs/mythfrontend/progdetails.cpp       |    6 ++-
 .../MythCenter-wide/htmls/progdetails_page2.html   |    1 +
 .../themes/MythCenter/htmls/progdetails_page2.html |    1 +
 mythtv/themes/Terra/htmls/progdetails_page2.html   |    1 +
 mythtv/themes/default/htmls/progdetails_page2.html |    1 +
 13 files changed, 63 insertions(+), 23 deletions(-)

-- 



More information about the mythtv-commits mailing list