
mythtv at cvs
Nov 23, 2009, 6:08 PM
Post #1 of 2
(265 views)
Permalink
|
|
Ticket #7651: Patch to jamu.py to allow the removal of certain words from genres from TMDB
|
|
#7651: Patch to jamu.py to allow the removal of certain words from genres from TMDB -----------------------------------------------+---------------------------- Reporter: Mathieu Brabant <Mathieu@…> | Owner: awithers Type: patch | Status: new Priority: minor | Milestone: unknown Component: Plugin - MythVideo | Version: head Severity: medium | Mlocked: 0 -----------------------------------------------+---------------------------- This patch will add one configuration option, tmdb_genre_remove_word, which will remove some words from genres returned by TMDB. For example, TMDB often uses the words "film" and "movie" in their genres. IMDB does not, so when we have a combination of metadata from both sources, we end up with a list of genres that looks like this: "Comedy", "Comedy Film", "Animation", "Animation Film". It looks messy when browsing by genre in MythVideo. With this patch, adding the option "tmdb_genre_remove_word: film,movie" to the configuration file would only clean this. -- Ticket URL: <http://svn.mythtv.org/trac/ticket/7651> MythTV <http://www.mythtv.org/> MythTV _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|