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

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Jul 19 05:57:14 UTC 2010


      Author: robertm
        Date: 2010-07-19 05:57:14 +0000 (Mon, 19 Jul 2010)
New Revision: 25376
   Changeset: http://svn.mythtv.org/trac/changeset/25376

Added:

   trunk/mythplugins/mythnetvision/mythnetvision/icons/comedycentral.png
   trunk/mythplugins/mythnetvision/mythnetvision/icons/tedtalks.png
   trunk/mythtv/programs/scripts/internetcontent/comedycentral.py
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/configs/HTML/comedycentral.html
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/comedycentralMashup.xml
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/tedtalks.xml
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/configs/XML/tedtalks_config.xml
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/configs/XSLT/comedycentralRSS_item.xsl
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/configs/XSLT/tedtalksHTML_item.xsl
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/configs/XSLT/tedtalksRSS_item.xsl
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/tedtalks/
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/tedtalks/__init__.py
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/tedtalks/tedtalks_api.py
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/tedtalks/tedtalks_exceptions.py
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/xsltfunctions/comedycentral_api.py
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/xsltfunctions/tedtalksXSL_api.py
   trunk/mythtv/programs/scripts/internetcontent/tedtalks.py

Modified:

   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/common/common_api.py
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/configs/XML/customeHtmlPageList.xml

Log:

Add Two new Internet Content grabbers from Doug Vaughan, TedTalks and Comedy Cental.  Doug sends the following notes:

New NetVision grabber for the TedTalks videos. Features include the same search as from www.ted.com site and the RSS feed for the last 6 months of TedTalks. All videos items have auto play full browser screen playback links and a down loadable video file. A user can choose the quality of both the down loadable video file (SD and HD) and the Flash video (high, medium, low). Defaults are HD and high respectively. For more details see:
http://www.mythtv.org/wiki/Tedtalks.py

New NetVision grabber for the Comedy Central videos. Features include a tree view and all videos items have auto play full browser screen playback links. Popular shows such as "The Daily Report" and "Colbert Nation" are among the 5 shows.
For more details see:
http://www.mythtv.org/wiki/Comedycentral.py

| common_api.py
Added a XPath extension to test if a string starts or ends with a substring






More information about the mythtv-commits mailing list