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: 924622" data-attributes="member: 18896"><p>To ensure a plugin is installed you use:</p><p> </p><p><visible>plugin.isenabled(Moving Pictures)</visible></p><p> </p><p>But that would still be 'true' even when you are inside MP-TVSeries with MovPic running, so you have to check to see if MovPic has one of their skin values configured.</p><p> </p><p>Example: <visible>string.equals(#MovingPictures.SelectedMovie.title,)</visible></p><p> </p><p>which compares "#MovingPictures.SelectedMovie.title" to (nothing) to make sure it is empty.. if that's the case result is 'true' and it would then activate your skin element.</p><p> </p><p>You can then combine that to for example: <visible>plugin.isenabled(Moving Pictures)+string.equals(#MovingPictures.SelectedMovie.title,)</visible></p><p> </p><p>Though that might simply be redundant the way this system works.</p></blockquote><p></p>
[QUOTE="RoChess, post: 924622, member: 18896"] To ensure a plugin is installed you use: <visible>plugin.isenabled(Moving Pictures)</visible> But that would still be 'true' even when you are inside MP-TVSeries with MovPic running, so you have to check to see if MovPic has one of their skin values configured. Example: <visible>string.equals(#MovingPictures.SelectedMovie.title,)</visible> which compares "#MovingPictures.SelectedMovie.title" to (nothing) to make sure it is empty.. if that's the case result is 'true' and it would then activate your skin element. You can then combine that to for example: <visible>plugin.isenabled(Moving Pictures)+string.equals(#MovingPictures.SelectedMovie.title,)</visible> Though that might simply be redundant the way this system works. [/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