[mythtv-commits] mythtv branch master updated by beirdo. v0.26-pre-853-g38c4fe5

Git Repo Owner noreply at mythtv.org
Sat Jul 14 07:01:48 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user beirdo.
       via  38c4fe5d5d74909e7cc225c854e7252e2b5b6966 (commit)
       via  e4c181a6b04eed771851098015d1e6be86dfdec6 (commit)
       via  114d4cdc58194b0c53fa7426b2edcbcee9433be3 (commit)
      from  a640d3713ced6e84a98fe070dd69d4ee5ec6a1b9 (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 38c4fe5d5d74909e7cc225c854e7252e2b5b6966
Author:    Gavin Hurlbut <ghurlbut at mythtv.org> at Fri, 13 Jul 2012 23:54:00 -0700
Committer: Gavin Hurlbut <ghurlbut at mythtv.org> at Sat, 14 Jul 2012 00:01:36 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=38c4fe5d5d74909e7cc225c854e7252e2b5b6966

Fix a log message



commit e4c181a6b04eed771851098015d1e6be86dfdec6
Author:    Gavin Hurlbut <ghurlbut at mythtv.org> at Thu, 12 Jul 2012 01:16:49 -0700
Committer: Gavin Hurlbut <ghurlbut at mythtv.org> at Fri, 13 Jul 2012 23:56:47 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e4c181a6b04eed771851098015d1e6be86dfdec6

Redid wunderground scripts to use the REST API
NOTE:  All users who wish to use the wunderground weather source **MUST**
sign up for an API key, which should be put into either
$HOME/.mythtv/MythWeather/wunderground.key
or
$MYTHCONFDIR/MythWeather/wunderground.key

One can sign up for an API key at:
http://www.wunderground.com/weather/api/

You will need your key to be at the
"Cumulus Developer" level for static maps or weather forecasts and
"Anvil Developer" level for animated maps.



commit 114d4cdc58194b0c53fa7426b2edcbcee9433be3
Author:    Gavin Hurlbut <ghurlbut at mythtv.org> at Fri, 13 Jul 2012 22:38:56 -0700
Committer: Gavin Hurlbut <ghurlbut at mythtv.org> at Fri, 13 Jul 2012 23:56:12 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=114d4cdc58194b0c53fa7426b2edcbcee9433be3

Make all scripts actually output copyrightlogo
For now, they all will be returning empty strings, which will be made to give
no logo.  However, it will be enforced that they return the string (just like
copyright)



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

Summary of changes:
 .../mythweather/scripts/ca_envcan/envcan.pl        |    8 +-
 .../scripts/ca_envcan/envcan_animaps.pl            |    7 +-
 .../mythweather/scripts/ca_envcan/envcan_maps.pl   |    3 +-
 .../mythweather/scripts/no_yrno/yrnoxml.pl         |    3 +-
 .../mythweather/scripts/uk_bbc/bbccurrentxml.pl    |   12 +-
 .../mythweather/scripts/uk_bbc/bbcthreedayxml.pl   |   11 +-
 .../mythweather/mythweather/scripts/us_nws/ndfd.pl |   10 +-
 .../mythweather/scripts/us_nws/ndfd18.pl           |    9 +-
 .../mythweather/scripts/us_nws/nws-alert.pl        |    7 +-
 .../mythweather/scripts/us_nws/nwsxml.pl           |    8 +-
 .../mythweather/scripts/wunderground/Makefile      |    2 +-
 .../mythweather/scripts/wunderground/maps.csv      |  178 --------------------
 .../scripts/wunderground/wunderground-animaps.pl   |  140 ++++++++++------
 .../scripts/wunderground/wunderground-maps.pl      |  137 +++++++++------
 .../scripts/wunderground/wunderground.pl           |  174 +++++++++----------
 .../mythweather/mythweather/weatherSource.cpp      |    5 +-
 mythtv/libs/libmythui/mythuihelper.cpp             |    2 +-
 17 files changed, 301 insertions(+), 415 deletions(-)
 delete mode 100644 mythplugins/mythweather/mythweather/scripts/wunderground/maps.csv

-- 



More information about the mythtv-commits mailing list