Movie title at top of screen?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
atomizasser Offline
Junior Member
Posts: 9
Joined: Sep 2005
Reputation: 0
Post: #1
hi. i have a question. it is possible put the file's name at top of screen as mediaportal do when you browse the files?

like this. i'm refer at name of file at top right

exemple

sorry for my english
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,570
Joined: Oct 2003
Reputation: 138
Post: #2
yes, use listitem.title. see skinning manual for more details.

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
atomizasser Offline
Junior Member
Posts: 9
Joined: Sep 2005
Reputation: 0
Post: #3
thanks a lot jmarshall, it works, but now i have a problem.
when i add listitem.lable in screen it appears under texture, why?
here a screenshot of my problem
[img]http://img105.imageshack.us/img105....mg]
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,570
Joined: Oct 2003
Reputation: 138
Post: #4
items are rendered in the order they appear in the xml file.

move it nearer the bottom in order to render last (on top of everything else).

would you mind doing a quick writeup of what you did so that we can include it as a tutorial for the skinning manual? don't worry about formatting too much - i can take care of that.

cheers,
jonathan

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