Setting variables, basic skinning help.

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
tjp12100 Offline
Junior Member
Posts: 1
Joined: Apr 2012
Reputation: 0
Post: #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?
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,520
Joined: Oct 2003
Reputation: 138
Post: #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: badge.gif]
find quote