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
Call MovingPictures with remote button?
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="kiwijunglist" data-source="post: 693989" data-attributes="member: 76888"><p>Yes this is possible to do. You can set up the videos remote button to cycle between tvseries and moving pictures.</p><p></p><p>I have a similar setup for my music. If i press my music then i go into my music plugin, if i'm already in my music then it goes into the now playing screen, if I'm in now playing then I go back to My Music.</p><p></p><p><button name="My Music" code="71"></p><p><action layer="0" condition="WINDOW" conproperty="504" command="WINDOW" cmdproperty="510" sound="click.wav" /></p><p><action layer="0" condition="*" conproperty="-1" command="WINDOW" cmdproperty="504" sound="click.wav" /></p><p></button></p><p></p><p>I'm guessing what you want should look like this:</p><p></p><p><button name="My Videos" code="74"></p><p><action layer="0" condition="WINDOW" conproperty="9811" command="WINDOW" cmdproperty="96742" sound="click.wav" /></p><p><action layer="0" condition="*" conproperty="-1" command="WINDOW" cmdproperty="9811" sound="click.wav" /></p><p></button></p><p></p><p>Explanation</p><p></p><p>If current window = 9811 (My TV Series), then jump to window 96742 (Moving Pictures), otherwise jump to window 9811 (My TV Series)</p><p></p><p>_____________________________________________________________</p><p></p><p><strong>EDIT: I see you want to cycle between My Videos -> TV Series -> Moving Pictures</strong></p><p></p><p>Try the following (I assume My Videos window ID = 6, I didn't actually check this)</p><p></p><p><button name="My Videos" code="74"></p><p><action layer="0" condition="WINDOW" conproperty="6" command="WINDOW" cmdproperty="9811" sound="click.wav" /></p><p><action layer="0" condition="WINDOW" conproperty="9811" command="WINDOW" cmdproperty="96742" sound="click.wav" /></p><p><action layer="0" condition="*" conproperty="-1" command="WINDOW" cmdproperty="6" sound="click.wav" /></p><p></button></p></blockquote><p></p>
[QUOTE="kiwijunglist, post: 693989, member: 76888"] Yes this is possible to do. You can set up the videos remote button to cycle between tvseries and moving pictures. I have a similar setup for my music. If i press my music then i go into my music plugin, if i'm already in my music then it goes into the now playing screen, if I'm in now playing then I go back to My Music. <button name="My Music" code="71"> <action layer="0" condition="WINDOW" conproperty="504" command="WINDOW" cmdproperty="510" sound="click.wav" /> <action layer="0" condition="*" conproperty="-1" command="WINDOW" cmdproperty="504" sound="click.wav" /> </button> I'm guessing what you want should look like this: <button name="My Videos" code="74"> <action layer="0" condition="WINDOW" conproperty="9811" command="WINDOW" cmdproperty="96742" sound="click.wav" /> <action layer="0" condition="*" conproperty="-1" command="WINDOW" cmdproperty="9811" sound="click.wav" /> </button> Explanation If current window = 9811 (My TV Series), then jump to window 96742 (Moving Pictures), otherwise jump to window 9811 (My TV Series) _____________________________________________________________ [B]EDIT: I see you want to cycle between My Videos -> TV Series -> Moving Pictures[/B] Try the following (I assume My Videos window ID = 6, I didn't actually check this) <button name="My Videos" code="74"> <action layer="0" condition="WINDOW" conproperty="6" command="WINDOW" cmdproperty="9811" sound="click.wav" /> <action layer="0" condition="WINDOW" conproperty="9811" command="WINDOW" cmdproperty="96742" sound="click.wav" /> <action layer="0" condition="*" conproperty="-1" command="WINDOW" cmdproperty="6" sound="click.wav" /> </button> [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Moving Pictures
Call MovingPictures with remote button?
Contact us
RSS
Top
Bottom