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
New skin parameter #MovingPictures.Movie.playing.imdb_id needed / ClearArt support
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="RoChess" data-source="post: 924645" data-attributes="member: 18896"><p>Ok, well then you will have to like do what I've done and that is to just print out all the skin vars of each plugin and see which ones you can use (the one that only has certain contents you can verify on in the state you want to check for)</p><p> </p><p>You can also go reverse about it. The MP-TVSeries clearart system is more integrated in code, so you can do a negative comparison, i.e.:</p><p> </p><p> <visible>!string.equals(#TVSeries.Play.ClearArt,)</visible></p><p> </p><p>So you then show it only when TVS is not. Of course this might not work proper if that value is not set on a TVS show that doesn't have clearart, so your best bet is to go over all the plugin skin vars to find one you can use that indicates what plugin initiated the playback so you can refer to it in videoFullScreen.xml (pretty sure that is where you are putting your code in)</p></blockquote><p></p>
[QUOTE="RoChess, post: 924645, member: 18896"] Ok, well then you will have to like do what I've done and that is to just print out all the skin vars of each plugin and see which ones you can use (the one that only has certain contents you can verify on in the state you want to check for) You can also go reverse about it. The MP-TVSeries clearart system is more integrated in code, so you can do a negative comparison, i.e.: <visible>!string.equals(#TVSeries.Play.ClearArt,)</visible> So you then show it only when TVS is not. Of course this might not work proper if that value is not set on a TVS show that doesn't have clearart, so your best bet is to go over all the plugin skin vars to find one you can use that indicates what plugin initiated the playback so you can refer to it in videoFullScreen.xml (pretty sure that is where you are putting your code in) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
New skin parameter #MovingPictures.Movie.playing.imdb_id needed / ClearArt support
Contact us
RSS
Top
Bottom