diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2006-10-25 14:17:35 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2006-10-25 14:17:35 +0000 |
commit | 5966fb465c0c70c1b27f70ec4818f6ee2e945c24 (patch) | |
tree | f779fb63a79b226cc1ce7ec69e9abe2198ba92d0 /media-plugins/vdr-weatherng/files | |
parent | Fix digest for blue skin, bug #152694 (diff) | |
download | gentoo-2-5966fb465c0c70c1b27f70ec4818f6ee2e945c24.tar.gz gentoo-2-5966fb465c0c70c1b27f70ec4818f6ee2e945c24.tar.bz2 gentoo-2-5966fb465c0c70c1b27f70ec4818f6ee2e945c24.zip |
fixed URL to find out regional weather ID, addapted to actuell gentoo-vdr-scripts, fixed DL URL for german weather preview pics
(Portage version: 2.1.1)
Diffstat (limited to 'media-plugins/vdr-weatherng/files')
-rw-r--r-- | media-plugins/vdr-weatherng/files/confd-0.0.8 | 8 | ||||
-rw-r--r-- | media-plugins/vdr-weatherng/files/vdr-weatherng-0.0.8_pre2-gentoo.diff | 12 |
2 files changed, 11 insertions, 9 deletions
diff --git a/media-plugins/vdr-weatherng/files/confd-0.0.8 b/media-plugins/vdr-weatherng/files/confd-0.0.8 index e4db80a89dcb..24ba80e399b0 100644 --- a/media-plugins/vdr-weatherng/files/confd-0.0.8 +++ b/media-plugins/vdr-weatherng/files/confd-0.0.8 @@ -1,5 +1,5 @@ # /etc/conf.d/vdr.weatherng -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-weatherng/files/confd-0.0.8,v 1.2 2006/03/19 17:58:39 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-weatherng/files/confd-0.0.8,v 1.3 2006/10/25 14:17:35 hd_brummy Exp $ # ================================================================================= # Before you use the examples of URLs in weatherng.sh , @@ -11,7 +11,9 @@ # ================================================================================= # # To get your Station Id move with your internetbrowser to : -# http://www.weather.com +# +# http://uk.weather.com/search/drilldown/ +# # Type in the name of your town (e.g. "London" and hit enter. # Now have a look at the link for your town which you hopefully got after you hit return. # If you dont got one , try with a bigger town next to you. @@ -26,7 +28,7 @@ WEATHERNG_STATIONID3="USNY0996" # example for New York, USA # # Directory to the /image DIR where the images are placed # allowed values: pathes -# default: /usr/share/weatherng +# default: /usr/share/vdr/weatherng #WEATHERNG_IMAGE_DIR="/usr/share/vdr/weatherng" # diff --git a/media-plugins/vdr-weatherng/files/vdr-weatherng-0.0.8_pre2-gentoo.diff b/media-plugins/vdr-weatherng/files/vdr-weatherng-0.0.8_pre2-gentoo.diff index 1fbcd9dfdf2b..bd086592a71d 100644 --- a/media-plugins/vdr-weatherng/files/vdr-weatherng-0.0.8_pre2-gentoo.diff +++ b/media-plugins/vdr-weatherng/files/vdr-weatherng-0.0.8_pre2-gentoo.diff @@ -1,5 +1,5 @@ Joerg Bornkessel <hd_brummy@gentoo.org> -Version 2 ( 19 Mar 2006 ) +Version 3 ( 25 Oct 2006 ) diff -Naur weatherng-0.0.8-pre2.orig/examples/weatherng.sh weatherng-0.0.8-pre2/examples/weatherng.sh --- weatherng-0.0.8-pre2.orig/examples/weatherng.sh 2006-03-19 18:35:48.897789250 +0100 @@ -11,7 +11,7 @@ diff -Naur weatherng-0.0.8-pre2.orig/examples/weatherng.sh weatherng-0.0.8-pre2/ +source /etc/conf.d/vdr.weatherng + +SCRIPT_API=2 -+source /usr/lib/vdr/rcscript/plugin-weatherng.sh ++source /usr/share/vdr/rcscript/plugin-weatherng.sh + # Change SETUPDIR if you need. SETUPDIR=/etc/vdr @@ -26,10 +26,10 @@ diff -Naur weatherng-0.0.8-pre2.orig/examples/weatherng.sh weatherng-0.0.8-pre2/ -# http://www.wetter24.de/automatic/brd_tag_tt00002.jpg \ -# http://www.wetter24.de/automatic/brd_tag_rr00002.jpg \ + http://www.dwd.de/scripts/getimg.php?src=/wundk/Wetter.jpg \ -+ http://www.wetter24.de/automatic/brd_tag_n+ww00002.jpg \ -+ http://www.wetter24.de/automatic/brd_tag_dd00002.jpg \ -+ http://www.wetter24.de/automatic/brd_tag_tt00002.jpg \ -+ http://www.wetter24.de/automatic/brd_tag_rr00002.jpg \ ++ http://www.zdf.de/ZDFde/wetter/showpicture/0,2236,355,00.jpg \ ++ http://www.zdf.de/ZDFde/wetter/showpicture/0,2236,110,00.jpg \ ++ http://www.zdf.de/ZDFde/wetter/showpicture/0,2236,267,00.jpg \ ++ http://www.zdf.de/ZDFde/wetter/showpicture/0,2236,346,00.jpg \ ) ;; 7) MESG='Téléchargement des données Météo OK' |