SageTV Community  

Go Back   SageTV Community > SageTV International User Forums > SageTV Europe (Miscellaneous)

SageTV Europe (Miscellaneous) SageTV and SageTV Recorder Users from other part of Eurpoe - This forum is for you to post about specific issues using SageTV software in Europe.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-29-2006, 01:50 PM
JParedis's Avatar
JParedis JParedis is offline
Sage Advanced User
 
Join Date: Jan 2006
Location: Belgium
Posts: 247
Arrow European Weather Maps in SageMC

In case somebody who uses MC16x9 wants to change the wheater maps into European ones, below the ones I have put in. Just stop SageTV (also service) and update the Sage(client).properties file.

Initial values:

sagemc/wximage_title_1=National Conditions
sagemc/wximage_title_2=Morning Forecast
sagemc/wximage_title_3=Evening Forecast
sagemc/wximage_title_4=Atlantic Surface Analysis
sagemc/wximage_title_5=Precipitation Forecast
sagemc/wximage_title_6=WBIR Forecast
sagemc/wximage_title_7=WBIR Radar
sagemc/wximage_url_1=http://image.weather.com/images/maps/current/curwx_600x405.jpg
sagemc/wximage_url_2=http://image.weather.com/images/maps/forecast/amfcst_600x405.jpg
sagemc/wximage_url_3=http://image.weather.com/images/maps/forecast/pmfcst_600x405.jpg
sagemc/wximage_url_4=http://images.intellicast.com/WeatherImg/CustomGraphic/tgsfc1.gif
sagemc/wximage_url_5=http://image.weather.com/images/maps/forecast/precfcst_600x405.jpg
sagemc/wximage_url_6=http://www.wbir.com/images/weather/fiveday.jpg
sagemc/wximage_url_7=http://wbir.com/images/doppler/tys_radar.jpg

New Values (haven't changed them all yet, looking for better maps - if you find any let me know):

sagemc/wximage_title_1=Europe Satelite
sagemc/wximage_title_2=Europe Temperature Map
sagemc/wximage_title_3=Europe Humidity
sagemc/wximage_title_4=Europe Temperature Map II
sagemc/wximage_title_5=Precipitation Forecast
sagemc/wximage_title_6=WBIR Forecast
sagemc/wximage_title_7=WBIR Radar
sagemc/wximage_url_1=http://image.weather.com/images/sat/europesat_600x405.jpg
sagemc/wximage_url_2=http://icons.wunderground.com/data/640x480/2xeu_st.gif
sagemc/wximage_url_3=http://icons.wunderground.com/data/640x480/2xeu_rh.gif
sagemc/wximage_url_4=http://i.cnn.net/cnn/.element/img/1.0/weather/cnn/europe_highs.jpg
sagemc/wximage_url_5=http://image.weather.com/images/maps/forecast/precfcst_600x405.jpg
sagemc/wximage_url_6=http://www.wbir.com/images/weather/fiveday.jpg
sagemc/wximage_url_7=http://wbir.com/images/doppler/tys_radar.jpg
__________________
MSI K9N Platinum AM2 nForce 570 Ultra PCI-E DDR2 ATX // AMD Athlon64 4200+ X2 Dual Core AM2 1Mb // 3 GB Mem // 5 WD Caviar 2500KS : 250 Gb S-ATA II (7200/300-16Mb) RAID5// Windows 7 Pro // Hauppauge PVR-150, HD200 and MediaMVP (European model with Scart) // SageTV 6.6, HD200 and MediaMVP running SageMC16x9

If we knew what we were doing, it wouldn't be called research, would it? Albert Einstein (1879-1955)
Reply With Quote
  #2  
Old 12-07-2006, 09:04 AM
moamoa's Avatar
moamoa moamoa is offline
Sage Advanced User
 
Join Date: Nov 2006
Posts: 101
would be nice to put the BBC UK ones in, but the url is dynamic.. has date in it;
http://www.bbc.co.uk/weather/charts/...y_06120812.jpg
can these be passed into the url some how like...?
http://www.bbc.co.uk/weather/charts/...mmary_%Y%M%D12 .... sort of thing?
Reply With Quote
  #3  
Old 12-08-2006, 05:16 AM
flachbar flachbar is offline
SageTVaholic
 
Join Date: Jan 2006
Location: Brookfield, CT
Posts: 2,728
Quote:
Originally Posted by moamoa
can these be passed into the url some how like...?
http://www.bbc.co.uk/weather/charts/...mmary_%Y%M%D12 .... sort of thing?
Yes, if there is interest in this it can be done ...

Btw, I would suggest to post SageMC specific questions in the Customization forum, since I don't visit the international ones that frequently

Dirk
__________________
Latest SageMC 16x9 STV version: 6.3.8a Instructions for creating a debug log file: see this post
Reply With Quote
  #4  
Old 12-08-2006, 06:03 AM
Hyperbaric's Avatar
Hyperbaric Hyperbaric is offline
Sage User
 
Join Date: Nov 2006
Location: Glasgow
Posts: 40
Quote:
Originally Posted by flachbar
Yes, if there is interest in this it can be done ...

Yes please
__________________
P4 2.8 + Zalman CNPS7700-ALCU, 1.25Gb RAM, 80Gb / 250Gb ATA, ATI 9800XT + Zalman VF700-CU, Sweetspot RGB capture card (Sky SD) / Hauppauge Nova-T tuner (Freeview DVB-T)

http://www.osirisphoto.com
Reply With Quote
  #5  
Old 12-08-2006, 01:34 PM
JParedis's Avatar
JParedis JParedis is offline
Sage Advanced User
 
Join Date: Jan 2006
Location: Belgium
Posts: 247
Quote:
Originally Posted by flachbar
Yes, if there is interest in this it can be done ...

Btw, I would suggest to post SageMC specific questions in the Customization forum, since I don't visit the international ones that frequently

Dirk
Depending on the source of the maps, different URL variables may be needed. E.g., the one from the BBC has a YYMMDD12.jpg structure, but another source may have a MMDDYY.jpg structure. If one wants to link today and tomorrow, than it becomes YYMMDD12.jpg and YYMM(DD+1)12, and than you have the end-of-month issue. This may thus become a more complex coding to keep it flexible (but can be done of course).

A quick solution would already be to allow local files as .jpg's to be selected - now it only accepts URL's. Than a user could write a local script (e.g., using HTTPCOPY to download), the script would take care of the specific source naming requirements and would always create a local .jpg with a fixed name that would than be used in SageMC.

As suggested, I'll copy this message also in the customization forum.

Jan
__________________
MSI K9N Platinum AM2 nForce 570 Ultra PCI-E DDR2 ATX // AMD Athlon64 4200+ X2 Dual Core AM2 1Mb // 3 GB Mem // 5 WD Caviar 2500KS : 250 Gb S-ATA II (7200/300-16Mb) RAID5// Windows 7 Pro // Hauppauge PVR-150, HD200 and MediaMVP (European model with Scart) // SageTV 6.6, HD200 and MediaMVP running SageMC16x9

If we knew what we were doing, it wouldn't be called research, would it? Albert Einstein (1879-1955)
Reply With Quote
  #6  
Old 12-22-2006, 06:51 PM
flachbar flachbar is offline
SageTVaholic
 
Join Date: Jan 2006
Location: Brookfield, CT
Posts: 2,728
Quote:
Originally Posted by JParedis
Depending on the source of the maps, different URL variables may be needed. E.g., the one from the BBC has a YYMMDD12.jpg structure, but another source may have a MMDDYY.jpg structure. If one wants to link today and tomorrow, than it becomes YYMMDD12.jpg and YYMM(DD+1)12, and than you have the end-of-month issue. This may thus become a more complex coding to keep it flexible (but can be done of course).

A quick solution would already be to allow local files as .jpg's to be selected - now it only accepts URL's. Than a user could write a local script (e.g., using HTTPCOPY to download), the script would take care of the specific source naming requirements and would always create a local .jpg with a fixed name that would than be used in SageMC.

As suggested, I'll copy this message also in the customization forum.

Jan
Hi Jan,

this has been implemented in the new SageMC 6.3.1 version which is now available for download

Dirk
__________________
Latest SageMC 16x9 STV version: 6.3.8a Instructions for creating a debug log file: see this post
Reply With Quote
  #7  
Old 12-23-2006, 01:11 AM
JParedis's Avatar
JParedis JParedis is offline
Sage Advanced User
 
Join Date: Jan 2006
Location: Belgium
Posts: 247
Quote:
Originally Posted by flachbar
Hi Jan,

this has been implemented in the new SageMC 6.3.1 version which is now available for download

Dirk
Dirk,

That's what one calls QUICK reaction - thanks ! I'll install it as soon as I'm back home (out for 3 days).

Jan
__________________
MSI K9N Platinum AM2 nForce 570 Ultra PCI-E DDR2 ATX // AMD Athlon64 4200+ X2 Dual Core AM2 1Mb // 3 GB Mem // 5 WD Caviar 2500KS : 250 Gb S-ATA II (7200/300-16Mb) RAID5// Windows 7 Pro // Hauppauge PVR-150, HD200 and MediaMVP (European model with Scart) // SageTV 6.6, HD200 and MediaMVP running SageMC16x9

If we knew what we were doing, it wouldn't be called research, would it? Albert Einstein (1879-1955)
Reply With Quote
  #8  
Old 01-03-2007, 08:35 AM
flachbar flachbar is offline
SageTVaholic
 
Join Date: Jan 2006
Location: Brookfield, CT
Posts: 2,728
Quote:
Originally Posted by JParedis
Dirk,

That's what one calls QUICK reaction - thanks ! I'll install it as soon as I'm back home (out for 3 days).

Jan
The current version does not handle two-digit days/months in the template correctly, a quick fix is available here.

Dirk
__________________
Latest SageMC 16x9 STV version: 6.3.8a Instructions for creating a debug log file: see this post
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 09:47 AM.


Powered by vBulletin® Version 3.7.6
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright 2003-2005 SageTV, LLC. All rights reserved.