[mythtv-commits] mythtv/master commit: ae459c4be by Raymond Wagner (wagnerrp)

MythTV noreply at mythtv.org
Sun Jul 3 08:16:51 UTC 2011


      Author:  Raymond Wagner <rwagner at mythtv.org>
 Change Date:  2011-07-03T01:08:25-07:00
   Push Date:  2011/07/03 01:16:44 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  ae459c4be2524eb9d6ea445f63fb27e7be869d17
   Changeset:  https://github.com/MythTV/mythtv/commit/ae459c4be

Log:

Add a fuzzy search capability to the title/subtitle search (-N).  Titles
must be an exact match, or an inetref. Subtitles now may be a
levenshtein distance of two or less, and the best result is used.

This replaces the existing behavior, which tested for subtitles that
contained the search string as a substring. As a result, this can no
longer handle episodes that have a numeric index ("(1)", "(2)") given
for the TVDB data, but not the search string.

Modified:

   mythtv/programs/scripts/metadata/Television/ttvdb.py



More information about the mythtv-commits mailing list