[mythtv-commits] mythtv commit: r24777 - in trunk by robertm

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat May 22 04:09:19 UTC 2010


      Author: robertm
        Date: 2010-05-22 04:09:19 +0000 (Sat, 22 May 2010)
New Revision: 24777
   Changeset: http://svn.mythtv.org/trac/changeset/24777

Modified:

   trunk/mythplugins/mythnetvision/mythnetvision/netsearch.cpp
   trunk/mythtv/libs/libmyth/mythrssmanager.cpp
   trunk/mythtv/libs/libmyth/netgrabbermanager.h
   trunk/mythtv/libs/libmyth/netutils.cpp
   trunk/mythtv/libs/libmyth/rssparse.cpp
   trunk/mythtv/libs/libmyth/rssparse.h
   trunk/mythtv/libs/libmythdb/mythversion.h
   trunk/mythtv/programs/mythbackend/mythxml.cpp
   trunk/mythtv/programs/mythbackend/mythxml.h

Log:

MythNetvision/Core RSS Parsing: Add support for a <mythtv:customhtml> tag.  Enables a grabber to indicate that it is capable of producing custom HTML to produce embedded video, mashups, etc.  Parsed but not yet used, but a requirement for some grabbers when proxied through the backend.  Which brings me to my next point...

Add a GetInternetSearch method to MythXML.  Allow for the backend to respond to grabber search requests.  This is a move towards having all installed internet content scripts being managed by the backend.  Once can now do:

http://BackendIP:6544/Myth/GetInternetSearch?Grabber=bbciplayer.py&Query=doctor%20who&Page=1 

To get the XML page 1 of search results for Doctor Who with the bbciplayer.py grabber.  Not yet used by MNV, but it will be in the next few weeks.

Bumps the library version again.  Plugins->recompile();





More information about the mythtv-commits mailing list