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 Skins
Popular Skins
Graveyard
Monochrome
Monochrome (for those who like dark skins), updated...
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="zeflash" data-source="post: 224607" data-attributes="member: 13641"><p>I think my post was a bit cryptic <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p>The needed change is in dialogVideoInfo.xml</p><p></p><p>[code]</p><p> <control></p><p> <description>disc select</description></p><p> <type>spincontrol</type></p><p> <id>11</id></p><p> <posX>776</posX></p><p> <posY>685</posY></p><p> <onup>6</onup></p><p> <ondown>2</ondown></p><p> <onleft>10</onleft></p><p> <onright>10</onright></p><p> <textcolor>ccffffff</textcolor></p><p> <buddycontrolid>100</buddycontrolid></p><p> <showrange>no</showrange></p><p> </control></p><p>[/code]</p><p></p><p>needs to be replaced by</p><p>[code]</p><p> <control></p><p> <description>disc select</description></p><p> <type>spincontrol</type></p><p> <id>11</id></p><p> <posX>776</posX></p><p> <posY>685</posY></p><p> <onup>6</onup></p><p> <ondown>2</ondown></p><p> <onleft>10</onleft></p><p> <onright>6</onright></p><p> <textcolor>ccffffff</textcolor></p><p> <buddycontrolid>100</buddycontrolid></p><p> <showrange>no</showrange></p><p> </control></p><p>[/code]</p><p></p><p>When going right while both spins are disabled, it will go around & back ... visually it's like you couldn't go right at all (even though the code loops through all the controls).</p><p>If you understood what I meant in the first placed, well kudos to you <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /> !</p><p></p><p>I'm trying to figure out in MP's code what it would take to have an IMDB view but on shares. Or at least have it going on the IMDB page if the file has been matched when "clicking" on it. </p><p>It's probably not going to end up in the SVN though. We'll see.</p></blockquote><p></p>
[QUOTE="zeflash, post: 224607, member: 13641"] I think my post was a bit cryptic :) The needed change is in dialogVideoInfo.xml [code] <control> <description>disc select</description> <type>spincontrol</type> <id>11</id> <posX>776</posX> <posY>685</posY> <onup>6</onup> <ondown>2</ondown> <onleft>10</onleft> <onright>10</onright> <textcolor>ccffffff</textcolor> <buddycontrolid>100</buddycontrolid> <showrange>no</showrange> </control> [/code] needs to be replaced by [code] <control> <description>disc select</description> <type>spincontrol</type> <id>11</id> <posX>776</posX> <posY>685</posY> <onup>6</onup> <ondown>2</ondown> <onleft>10</onleft> <onright>6</onright> <textcolor>ccffffff</textcolor> <buddycontrolid>100</buddycontrolid> <showrange>no</showrange> </control> [/code] When going right while both spins are disabled, it will go around & back ... visually it's like you couldn't go right at all (even though the code loops through all the controls). If you understood what I meant in the first placed, well kudos to you ;) ! I'm trying to figure out in MP's code what it would take to have an IMDB view but on shares. Or at least have it going on the IMDB page if the file has been matched when "clicking" on it. It's probably not going to end up in the SVN though. We'll see. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
Popular Skins
Graveyard
Monochrome
Monochrome (for those who like dark skins), updated...
Contact us
RSS
Top
Bottom