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

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun May 30 15:20:39 UTC 2010


      Author: robertm
        Date: 2010-05-30 15:20:38 +0000 (Sun, 30 May 2010)
New Revision: 24903
   Changeset: http://svn.mythtv.org/trac/changeset/24903

Added:

   trunk/mythplugins/mythnetvision/mythnetvision/icons/mashups.png
   trunk/mythplugins/mythnetvision/mythnetvision/icons/nature.png
   trunk/mythplugins/mythnetvision/mythnetvision/icons/trailers.png
   trunk/mythtv/programs/scripts/internetcontent/nature.py
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/common/common_api.py
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/common/common_exceptions.py
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/configs/HTML/cinemarv.html
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/configs/HTML/tributeca.html
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/natureMashup.xml
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/trailersMashup.xml
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/configs/XML/mashups_config.xml
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/configs/XSLT/cinemarvRSS_item.xsl
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/configs/XSLT/earthtouchRSS_item.xsl
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/configs/XSLT/hdmovietrailersRSS_item.xsl
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/configs/XSLT/traileraddictRSS_item.xsl
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/configs/XSLT/tributecaHTML_item.xsl
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/mashups/
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/mashups/__init__.py
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/mashups/mashups_api.py
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/mashups/mashups_exceptions.py
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/xsltfunctions/
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/xsltfunctions/__init__.py
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/xsltfunctions/cinemarv_api.py
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/xsltfunctions/traileraddicts_api.py
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/xsltfunctions/tributeca_api.py
   trunk/mythtv/programs/scripts/internetcontent/trailers.py

Removed:

   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/common/mashups_api.py
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/common/mashups_exceptions.py

Modified:

   trunk/mythtv/programs/scripts/internetcontent/bbciplayer.py
   trunk/mythtv/programs/scripts/internetcontent/hulu.py
   trunk/mythtv/programs/scripts/internetcontent/mnvsearch.py
   trunk/mythtv/programs/scripts/internetcontent/nv_python_libs/mnvsearch/mnvsearch_api.py
   trunk/mythtv/programs/scripts/internetcontent/rev3.py
   trunk/mythtv/programs/scripts/internetcontent/thewb.py

Log:

Internet Content:  Add two new content grabbers written by Doug Vaughan, Nature and Trailers.

Nature aggregates a number of nature and wildlife sources from across the internet into a single fast grabber.  The nature grabber includes all of the highest quality feeds by default, but users can optionally configure the grabber to return lower resolution results as well.  For more information on this grabber, see http://www.mythtv.org/wiki/Nature.py 

Trailers parses several online trailer sites with RSS feeds to provide all sorts of interesting clips, interviews, and movie trailers.  For more information on this grabber, see http://www.mythtv.org/wiki/Trailers.py 

At the same time, fix a few minor bugs in the Internet Content python API:

*  Convert to using the new common_api.py
*  Removed Web CGI logic
*  Fixed erroneous item duration multiplication by 60 in tree search grabber.

Thanks to Doug for all of these additions and improvements.






More information about the mythtv-commits mailing list