home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
My main view doesnt show imdb rating or cast info - I wants it! :)
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="rasmuskarlsen" data-source="post: 382650" data-attributes="member: 83272"><p>Yo can manually edit it... Because what you wan't is not made for that skin!</p><p></p><p>Yo will have to edit the movingpictures.views.xml.</p><p></p><p>Have a look at that file, how the title in the bottom of the file is configurated... Then you will be able to add more fields...</p><p>You can find the labels to call the different fields in that file to...</p><p></p><p>Ex. the title at the bottom is called with #MovingPictures.SelectedMovie.title </p><p>If you ex. wan't to insert genre, you can call it by #MovingPictures.SelectedMovie.genres</p><p></p><p>You can get the IMDB info to work in Smalliconview too...</p><p></p><p>Take the code from Movingpictues.xml, Copy it to movingpictures.views.xml and modifi it a little, so it look a little like this:</p><p></p><p> <control></p><p> <type>imagelist</type></p><p> <id>101</id></p><p> <posX>35</posX></p><p> <posY>600</posY></p><p> <width>310</width></p><p> <height>25</height></p><p> <textureWidth>20</textureWidth></p><p> <textureHeight>20</textureHeight></p><p> <subitems></p><p> <subitem>greystar.png</subitem></p><p> <subitem>starwhite.png</subitem></p><p> </subitems></p><p> <orientation>horizontal</orientation></p><p> <align>left</align></p><p> <imagesToDraw>10</imagesToDraw></p><p> <percentage>#MovingPictures.SelectedMovie.score</percentage></p><p> <visible>facadeview.smallicons+Control.IsVisible(50)</visible></p><p> </control></p><p></p><p>Hope that helps! <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /> But basically, everything is configurated in:</p><p></p><p>movingpictures.common.facade.xml</p><p>movingpictures.details.xml</p><p>movingpictures.views.xml</p><p>movingpictures.xml</p></blockquote><p></p>
[QUOTE="rasmuskarlsen, post: 382650, member: 83272"] Yo can manually edit it... Because what you wan't is not made for that skin! Yo will have to edit the movingpictures.views.xml. Have a look at that file, how the title in the bottom of the file is configurated... Then you will be able to add more fields... You can find the labels to call the different fields in that file to... Ex. the title at the bottom is called with #MovingPictures.SelectedMovie.title If you ex. wan't to insert genre, you can call it by #MovingPictures.SelectedMovie.genres You can get the IMDB info to work in Smalliconview too... Take the code from Movingpictues.xml, Copy it to movingpictures.views.xml and modifi it a little, so it look a little like this: <control> <type>imagelist</type> <id>101</id> <posX>35</posX> <posY>600</posY> <width>310</width> <height>25</height> <textureWidth>20</textureWidth> <textureHeight>20</textureHeight> <subitems> <subitem>greystar.png</subitem> <subitem>starwhite.png</subitem> </subitems> <orientation>horizontal</orientation> <align>left</align> <imagesToDraw>10</imagesToDraw> <percentage>#MovingPictures.SelectedMovie.score</percentage> <visible>facadeview.smallicons+Control.IsVisible(50)</visible> </control> Hope that helps! ;) But basically, everything is configurated in: movingpictures.common.facade.xml movingpictures.details.xml movingpictures.views.xml movingpictures.xml [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
My main view doesnt show imdb rating or cast info - I wants it! :)
Contact us
RSS
Top
Bottom