[mythtv-firehose] mythtv branch master updated by stuartm. v0.26-pre-857-gc887dad

Git Repo Owner noreply at mythtv.org
Sat Jul 14 20:26:32 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  c887dadb00314c49591a5604a3baccefbf9951ae (commit)
      from  aaed3910ffff0a9ffe9bfacb8d82ce08cc4405d9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c887dadb00314c49591a5604a3baccefbf9951ae
Author:    Stuart Morgan <smorgan at mythtv.org> at Sat, 14 Jul 2012 21:21:58 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 14 Jul 2012 21:21:58 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c887dadb00314c49591a5604a3baccefbf9951ae

Add a weather grabber using the official MetOffice API for the UK
This will probably replace the broken BBC grabbers.

This is still a work in progress. Currently offers 6 (just 5 available) and 3
day screens. An 18 hour and possibly a new 24 hour screen will be
added soon. A current observations grabber is also planned but a lower
priority for now.

Search doesn't include any caching yet, but the plan is to have it
fully cached.

Please report bugs to the mailing list.



-----------------------------------------------------------------------

Summary of changes:
 .../mythweather/scripts/uk_metoffice/LICENSE       |    4 +
 .../mythweather/scripts/uk_metoffice/Makefile      |    5 +
 .../scripts/uk_metoffice/MetOffCommon.pm           |   93 +++++++++
 .../scripts/uk_metoffice/metoffice_fivedayapi.pl   |  200 ++++++++++++++++++++
 4 files changed, 302 insertions(+), 0 deletions(-)
 create mode 100644 mythplugins/mythweather/mythweather/scripts/uk_metoffice/LICENSE
 create mode 100644 mythplugins/mythweather/mythweather/scripts/uk_metoffice/Makefile
 create mode 100644 mythplugins/mythweather/mythweather/scripts/uk_metoffice/MetOffCommon.pm
 create mode 100755 mythplugins/mythweather/mythweather/scripts/uk_metoffice/metoffice_fivedayapi.pl

-- 



More information about the mythtv-firehose mailing list