[mythtv-commits] mythtv commit: r22012 - in trunk/mythplugins/mythvideo/mythvideo by robertm

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Sep 23 23:32:51 UTC 2009


      Author: robertm
        Date: 2009-09-23 23:32:51 +0000 (Wed, 23 Sep 2009)
New Revision: 22012
   Changeset: http://cvs.mythtv.org/trac/changeset/22012

Modified:

   trunk/mythplugins/mythvideo/mythvideo/globalsettings.cpp
   trunk/mythplugins/mythvideo/mythvideo/scripts/ttvdb.py
   trunk/mythplugins/mythvideo/mythvideo/videodlg.cpp

Log:

Short Version:  You will now get a different fanart for each season of a show when possible, taken from the top rated fanart images at TVDB.

Long Version:  Modify ttvdb.py to result results in order of their ranking at TTVDB, and to return more than one result.  When the number of returned results is greater than or equal to the season number, take the URL in that season's position and download it.  This returns the highest rated fanarts and allows for unique items between seasons.

Current Trunk Users:  The legacy commands for tvdb.py will work okay, but if you want the above to work (unique fanart, etc.), your commands need to be:  (Utilities/Setup->Setup->Media Settings->Video Settings->General, Page 8)

ttvdb.py -M
ttvdb.py -P
ttvdb.py -F
ttvdb.py -B
ttvdb.py -mD
ttvdb.py -N
ttvdb.py -S 





More information about the mythtv-commits mailing list