data in $INFO

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
vasily.matveev Offline
Junior Member
Posts: 8
Joined: Oct 2010
Reputation: 0
Location: Moscow, Russia
Post: #1
There is an $INFO list in xml templates with data inside in. I wonder how to put some additional data into it? I looked through xbmc sources with Eclipse`s "containing text" search, but I cant find the place, where $INFO is filling in with information.

Any ideas about the right place for searching it?
find quote
tobi11 Offline
Junior Member
Posts: 31
Joined: Dec 2009
Reputation: 0
Post: #2
Look at GUIInfoManager.cpp/.h in xbmc/utils/.
I recently wanted to do the same. It is quite easy to add new things.
find quote
vasily.matveev Offline
Junior Member
Posts: 8
Joined: Oct 2010
Reputation: 0
Location: Moscow, Russia
Post: #3
got it, thanks
find quote