[mythtv-commits] Ticket #7651: Patch to jamu.py to allow the removal of certain words from genres from TMDB

MythTV mythtv at cvs.mythtv.org
Tue Nov 24 02:08:01 UTC 2009


#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


More information about the mythtv-commits mailing list