customize info list view in my movies

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
amirp Offline
Junior Member
Posts: 6
Joined: Dec 2008
Reputation: 0
Post: #1
Hi,
I would like to add to the info list view , run time and genre values
Where I should do that,
I just installed XMBC after using Media portal with MediaStream,
In the MP i modified the moviingpicture.xml file with i cant find it here

Thanks
find quote
manturafs Offline
Team Razorfish
Posts: 309
Joined: Jul 2005
Post: #2
depends exactly what you are trying to edit. my guess, since it seems like videos, you should look in ViewsCommon.xml or ViewsVideo.xml.

let me know if that's what you were looking for.
find quote
amirp Offline
Junior Member
Posts: 6
Joined: Dec 2008
Reputation: 0
Post: #3
Thanks,
it looks that the viewvideo.xml is the file,
but it very different from the movingpictures from Media Portal

Do you know how I can add to the movie info list view
two rows below the year
one for genre and the second for tun time value
find quote
manturafs Offline
Team Razorfish
Posts: 309
Joined: Jul 2005
Post: #4
can you throw up a mock screenshot of what you are trying to do. it doesn't have to look pretty at all. just use paint if you have nothing else...
find quote
amirp Offline
Junior Member
Posts: 6
Joined: Dec 2008
Reputation: 0
Post: #5
[img]c:/movingpic.JPG[/img]

Attached is snapshot from my Media portal moving picture that i modified,
Im trying to do the same in the XBMC

Thanks
find quote
amirp Offline
Junior Member
Posts: 6
Joined: Dec 2008
Reputation: 0
Sad    Post: #6
for some reason i cannot post attachments...
find quote
sho Offline
Team-XBMC Member
Posts: 4,133
Joined: May 2004
Reputation: 3
Post: #7
You have to link to an image hosted on the web.
Example:
http://imageshack.us/

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.
find quote
jussikoo Offline
Junior Member
Posts: 1
Joined: Mar 2009
Reputation: 0
Post: #8
Open Includes.xml and find next paragraph
<include name="InfoListItemDetailInfo">
<posx>456</posx>
<posy>0</posy>
<width>104</width>
<height>42</height>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</include>


Change $INFO[ListItem.Label2] to $INFO[ListItem.Genre] $INFO[ListItem.Duration]
find quote