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
Simple MP
[Skin release] SimpleMP Beta 4 (MP 0.2.3.0)
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="mikael" data-source="post: 216853" data-attributes="member: 12616"><p>its_me_gb -> Could you contact the author of MyFilms plugin and ask him to include this in the zip-release file. I've decided to not include plugin support in the main skin release as it slows down the performance on slow computers (read like 650 Mhz). Plugins also changes more often than this skin <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /></p><p></p><p>Some tips for your skin files:</p><ul> <li data-xf-list-type="ul">The end user will not change in the strings_[lang].xml files as it's "complicated" and will be overwritten when updating MP. Instead open up MesFilmsDetails and just replace the 79861 value with the text "Update"</li> <li data-xf-list-type="ul">videos_logo.png files is not used in SimpleMP at all (Why use multiple english labels when you can have language dependent vector font files that also loads faster?). Replace: [CODE]<br /> <control><br /> <type>image</type><br /> <id>25</id><br /> <posX>56</posX><br /> <posY>16</posY><br /> <texture>videos_logo.png</texture><br /> </control><br /> [/CODE]<br /> <br /> With this:[CODE]<br /> <control><br /> <description>Videos label</description> <br /> <type>label</type> <br /> <posX>20</posX> <br /> <posY>20</posY><br /> <align>left</align><br /> <font>font48</font> <br /> <label>100006</label><br /> <textcolor>20ffffff</textcolor> <br /> <id>25</id> <br /> <animation effect="fade" time="150">WindowOpen</animation><br /> <animation effect="fade" time="150">WindowClose</animation><br /> </control>[/CODE]<br /> (Don't forget to delete the videos_logo.png from the package.)<br /> </li> <li data-xf-list-type="ul">Change the main group's <posX>60</posX> to <posX>30</posX> (in both xml's) as of SimpleBeta 4 uses the screen width in a better way.<br /> </li> <li data-xf-list-type="ul">Persuade me to install the MyFilms plugin and how good it is as I may be inspired to do some new graphics for this plugin</li> </ul><p></p><p>I could have make the changes above myself, but I like this cooperation thing..</p><p></p><p>Happy Christmas!</p></blockquote><p></p>
[QUOTE="mikael, post: 216853, member: 12616"] its_me_gb -> Could you contact the author of MyFilms plugin and ask him to include this in the zip-release file. I've decided to not include plugin support in the main skin release as it slows down the performance on slow computers (read like 650 Mhz). Plugins also changes more often than this skin :D Some tips for your skin files: [LIST] [*]The end user will not change in the strings_[lang].xml files as it's "complicated" and will be overwritten when updating MP. Instead open up MesFilmsDetails and just replace the 79861 value with the text "Update" [*]videos_logo.png files is not used in SimpleMP at all (Why use multiple english labels when you can have language dependent vector font files that also loads faster?). Replace: [CODE] <control> <type>image</type> <id>25</id> <posX>56</posX> <posY>16</posY> <texture>videos_logo.png</texture> </control> [/CODE] With this:[CODE] <control> <description>Videos label</description> <type>label</type> <posX>20</posX> <posY>20</posY> <align>left</align> <font>font48</font> <label>100006</label> <textcolor>20ffffff</textcolor> <id>25</id> <animation effect="fade" time="150">WindowOpen</animation> <animation effect="fade" time="150">WindowClose</animation> </control>[/CODE] (Don't forget to delete the videos_logo.png from the package.) [*]Change the main group's <posX>60</posX> to <posX>30</posX> (in both xml's) as of SimpleBeta 4 uses the screen width in a better way. [*]Persuade me to install the MyFilms plugin and how good it is as I may be inspired to do some new graphics for this plugin [/LIST] I could have make the changes above myself, but I like this cooperation thing.. Happy Christmas! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
Popular Skins
Graveyard
Simple MP
[Skin release] SimpleMP Beta 4 (MP 0.2.3.0)
Contact us
RSS
Top
Bottom