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
Development
General Development (no feature request here!)
How to add "Slideshow" button to the "My Music" window
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="rivera" data-source="post: 526750" data-attributes="member: 85161"><p>Well, I know the required hyperlink of Slideshow window (id=2007).</p><p>I already tried something like this:</p><p>[code] <control></p><p> <type>button</type></p><p> <id>...</id></p><p> <label>Slideshow</label></p><p> <posX>...</posX></p><p> <posY>...</posY></p><p> <width>...</width></p><p> <height>...</height></p><p> [b]<hyperlink>2007</hyperlink>[/b]</p><p> <control>[/code]</p><p>After pressing this button I can see an empty black screen - I suspect that it is the required one with id=2007.</p><p>But I have no started slideshow there.</p><p>I think that if one more tag can be added - it will cause an event "Start slideshow":</p><p>[code] <control></p><p> <type>button</type></p><p> <id>...</id></p><p> <label>Slideshow</label></p><p> [b]<action>XXXXXXX</action>[/b]</p><p> ....</p><p> [b]<hyperlink>2007</hyperlink>[/b]</p><p> <control>[/code]</p><p>But I do not know the required ActionID...</p><p></p><p>In the "MyPics.xml" we have something like this:</p><p>[code] <control></p><p> <description>SlideShow button</description></p><p> <id>6</id></p><p> <type>button</type></p><p> <label>108</label></p><p> <font>font12</font></p><p> <posX>460</posX></p><p> <posY>1</posY></p><p> <height>10</height></p><p> <width>200</width></p><p> <textYOff>0</textYOff></p><p> <onleft>8</onleft></p><p> <onright>7</onright></p><p> <onup>50</onup></p><p> <ondown>50</ondown></p><p> <textureFocus>-</textureFocus></p><p> <textureNoFocus>-</textureNoFocus></p><p> </control></p><p>[/code]</p><p>Here there is no <action> & <hyperlink> tags.</p><p>I think that the "MyPictures" plugin using "<id>6</id>" to find out that the requested action is "Start slideshow".</p></blockquote><p></p>
[QUOTE="rivera, post: 526750, member: 85161"] Well, I know the required hyperlink of Slideshow window (id=2007). I already tried something like this: [code] <control> <type>button</type> <id>...</id> <label>Slideshow</label> <posX>...</posX> <posY>...</posY> <width>...</width> <height>...</height> [b]<hyperlink>2007</hyperlink>[/b] <control>[/code] After pressing this button I can see an empty black screen - I suspect that it is the required one with id=2007. But I have no started slideshow there. I think that if one more tag can be added - it will cause an event "Start slideshow": [code] <control> <type>button</type> <id>...</id> <label>Slideshow</label> [b]<action>XXXXXXX</action>[/b] .... [b]<hyperlink>2007</hyperlink>[/b] <control>[/code] But I do not know the required ActionID... In the "MyPics.xml" we have something like this: [code] <control> <description>SlideShow button</description> <id>6</id> <type>button</type> <label>108</label> <font>font12</font> <posX>460</posX> <posY>1</posY> <height>10</height> <width>200</width> <textYOff>0</textYOff> <onleft>8</onleft> <onright>7</onright> <onup>50</onup> <ondown>50</ondown> <textureFocus>-</textureFocus> <textureNoFocus>-</textureNoFocus> </control> [/code] Here there is no <action> & <hyperlink> tags. I think that the "MyPictures" plugin using "<id>6</id>" to find out that the requested action is "Start slideshow". [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
How to add "Slideshow" button to the "My Music" window
Contact us
RSS
Top
Bottom