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

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Oct 28 03:07:12 UTC 2009


      Author: robertm
        Date: 2009-10-28 03:07:12 +0000 (Wed, 28 Oct 2009)
New Revision: 22617
   Changeset: http://cvs.mythtv.org/trac/changeset/22617

Modified:

   trunk/mythplugins/mythvideo/mythvideo/scripts/alpacine.pl
   trunk/mythplugins/mythvideo/mythvideo/videodlg.cpp
   trunk/mythplugins/mythvideo/mythvideo/videodlg.h

Log:

Foundation work to drastically simplify metadata grabbing in MythVideo.  Rather than 5-7 commands per grabber, this will allow for everything to be done in two queries of the source-- a search, and a grab.  The grabber will return all the values including the image URLs.  We are needlessly doing 5-7 lookups per item, so this will simplify things there too.  I have maintained backwards compatibility for now as no scripts use this new approach, but the goal is for all scripts to do this by .23 and remove the (many, many) extra settings.

Also, add a hook so that the grabber can return an InetRef.  This will allow us to gently tweak the TMDB grabber to return the TMDB number, even when passed an IMDB #, thus making the transition to TMDB numbers smooth.

Convert the alpacine grabber to use the new format, which I will document on the wiki in the coming days.





More information about the mythtv-commits mailing list