Italian weather in XBMC
#1
Smile 
Hi all,
This took me a few hours to work out, so I thought I would document it here for future searches.

This describes how to see italian weather from your pc to xbmc.

1) Create a playlist file (is a text file, I used notepad) - previsioni_di_domani.pls

Code:

[playlist]
NumberOfEntries=1

File1=http://media.ilmeteo.it/video/domani-tg.mp4
Title1=Previsioni del tempo di domani
Length1=-1

Version=2

2) Ftp the playlist into your /UserData/playlists/Video folder

3) Now in XBMC, go to Videos, select Library Mode

4) Browse to Playlists and find your previsioni_di_domami.pls playlist

5) Right click (white button), select Add to Favorites

6) Done, you can now view weather from xbmc!


The same for today italian weather:

1) Create a playlist file (is a text file, I used notepad) - previsioni_di_oggi.pls

Code:

[playlist]
NumberOfEntries=1

File1=http://media.ilmeteo.it/video/oggi-tg.mp4
Title1=Previsioni del tempo di oggi
Length1=-1

Version=2



filippobesana
Reply
#2
Wow, Good Work!
I'd like to add the video urls into the addon, "Weather Plus" for Italian users. It'll be available at next update.
Reply

Logout Mark Read Team Forum Stats Members Help
Italian weather in XBMC1