Setting variables, basic skinning help.
#1
I am going through the wiki articles now, but am still having a tough time trying to figure out where to begin.

Basically, I have a file on a server with 5 or 6 lines of text. The text updates every 30seconds or so. I'm wondering how I can get that text to overlay my home screen. I've played around with home.xml and have been able to write some stuff to it, but have no clue how to get the text from there server there.

I've noticed variables but havent found any place to define them yet.


I have this file as an overlay on my desktop using Conky (echo curl -'http://www.mywebserver.com/file.txt' | sed -n '1p')

Any thoughts? places to look?
Reply
#2
You'll need to use a python script to read the server periodically (run a loop) and update some properties on the home screen.

Compare how things like the random items script does it.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply

Logout Mark Read Team Forum Stats Members Help
Setting variables, basic skinning help.0