[mythtv-commits] mythtv branch master updated by stuartm. v0.27-pre2-513-gd3dca98

Git Repo Owner noreply at mythtv.org
Sat Jan 5 18:58:00 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  d3dca98e05c6c49d1271fca0d19946cdbd413d7f (commit)
       via  d2d2791cd8b97880df502d53b713702eef864d63 (commit)
      from  91ec76e8afba1833a7cb64f17429910f29b39404 (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 d3dca98e05c6c49d1271fca0d19946cdbd413d7f
Author:    Stuart Morgan <smorgan at mythtv.org> at Sat, 5 Jan 2013 18:20:22 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 5 Jan 2013 18:37:36 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d3dca98e05c6c49d1271fca0d19946cdbd413d7f

Optimise findBestMatch() so that an exact title match is found we avoid an expensive title comparison search



commit d2d2791cd8b97880df502d53b713702eef864d63
Author:    Stuart Morgan <smorgan at mythtv.org> at Sat, 5 Jan 2013 16:57:11 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 5 Jan 2013 17:01:31 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d2d2791cd8b97880df502d53b713702eef864d63

Enable 'best match' detection for recording metadata lookups.
This enables the automatic mode which attempts to identify the correct
match when multiple results are returned. This is already used for
videos but was for some reason disabled for recordings.

This may result in incorrect metadata for some recordings and we'll
try to fix that as best we can, but it should generally behave better
than before where a high percentage of lookups resulted in no artwork
at all because most lookups matching multiple results resulted in failure.



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

Summary of changes:
 mythtv/libs/libmythmetadata/metadatadownload.cpp |   64 +++++++++++++++++-----
 mythtv/libs/libmythmetadata/metadatadownload.h   |    4 +-
 mythtv/programs/mythmetadatalookup/lookup.cpp    |   10 ++--
 3 files changed, 56 insertions(+), 22 deletions(-)

-- 



More information about the mythtv-commits mailing list