[mythtv-firehose] mythtv branch master updated by stuartm. v0.26-pre-1386-gb7a1bd2

Git Repo Owner noreply at mythtv.org
Fri Nov 23 00:17:58 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  b7a1bd237e16c7653f34a2826eef14f841ef4e7b (commit)
      from  1b677bfda4c774e6e16a0dd0c791878b1f5666ac (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 b7a1bd237e16c7653f34a2826eef14f841ef4e7b
Author:    Laurent ARNAL <laurent at clae.net> at Thu, 22 Nov 2012 22:53:26 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 23 Nov 2012 00:15:36 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b7a1bd237e16c7653f34a2826eef14f841ef4e7b

Make a best guess effort to automate the insertion of xmltvids
If mythfilldatabase don't find the xmltvid in channeldata::handleChannels, it will try to match the callsign already in the channel table (coming from the channel scan), and the one coming from the xmltv file. Most of the time, this match is sufficient to update the xmltvid field.

  With this patch, people will be able:

   1/ First step: do the channel scan.

   2/ Second step: update xmltvid field and program with a
      mythfilldatabase --update --source n file.xmltv

Fixes #9417

Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



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

Summary of changes:
 mythtv/libs/libmythtv/channelutil.cpp            |    7 +-
 mythtv/programs/mythfilldatabase/channeldata.cpp |  194 +++++++++++++---------
 mythtv/programs/mythfilldatabase/channeldata.h   |   29 ++--
 mythtv/programs/mythfilldatabase/filldata.cpp    |    6 +-
 mythtv/programs/mythfilldatabase/main.cpp        |   14 +-
 mythtv/programs/mythfilldatabase/xmltvparser.cpp |    4 +-
 mythtv/programs/mythfilldatabase/xmltvparser.h   |    6 +-
 7 files changed, 154 insertions(+), 106 deletions(-)

-- 



More information about the mythtv-firehose mailing list