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
working on a new skin - need some info/docs
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="gamejester" data-source="post: 261379" data-attributes="member: 50634"><p>Hi,</p><p></p><p>OK, first I have read everything (I think) on the wiki and the guides at the top of this forum.</p><p>I have been using MP for ages now and have customised some other peoples skins, so know the basics.</p><p>What I do not understand is how it all hangs together and exactly what all the IDs are, etc....</p><p></p><p>1. Does there exist an extensive list of all available syntax that the xml will take (even without explanations of each element)?</p><p></p><p>2. How are other skin designers producing there work? Is it a question of mocking up how you want it to look in PSP or photoshop using layers, saving the images, reading the (x,y) and manually creating the xml (this is what I do at the moment)?</p><p></p><p>3. Which skin changes require you to clear the cache? Is it just image changes? Does the refresh tool still work with 1.0 RC1 (I could not get it to work)?</p><p></p><p>4. What is the significance of the \media\hover_my ???.png and which of them can be replaced with .xml for animation? Assume it has something to do with <allowoverlay>yes</allowoverlay> but when can it be used?</p><p></p><p>5. Animation (and this could be a long question <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /> )</p><p> </p><p> i) Which animations let you loop forever or repeat?</p><p> ie. If I put <RepeatBehavior>Forever</RepeatBehavior> in an animation hover_??.xml it is ignored,</p><p> but if I put <loop>yes</loop> in a multiimage on a page it loops or I put </p><p> </p><p> <RepeatBehavior>Forever</RepeatBehavior> in an animation linked to a button it loops.</p><p></p><p> ii) <animation> effect like fade, zoom, etc…. do not work on .ong animated objects.</p><p>From info supplied in this post about animation</p><p><a href="https://forum.team-mediaportal.com/skins-50/how-repeat-animations-16022/" target="_blank">https://forum.team-mediaportal.com/skins-50/how-repeat-animations-16022/</a></p><p> some of it does not work.</p><p> If I created a looping animation with either a multimage or a button animation; then whilst the .png loop animation works the transition <animation> does not, ie</p><p> </p><p> <animation effect="fade" time="200">VisibleChange</animation></p><p></p><p> iii) When can you use a multimage (found no docs on it)?</p><p> It apeears I can use it on a page in place of an image and animated it, but I cannot use it in a <type>button</type> or a howver_???.xml</p><p></p><p> iv) Does MP support apng (animated png?) I guess not at this time. </p><p></p><p> v) What are the files day.png and night.png in the animations folder used for?</p><p></p><p> vi) Can you use animated gifs?</p><p></p><p> vii) Assuming home.xml is the first home screen, then how are transition animation controlled in it? I see in peoples skins that when the screen loads the menu will slide it whatever, but in the home.xml file there are no <animation> tags like.</p><p> <animation effect="slide" time="1000" start="0,0" end="-161,0" acceleration="-1" >WindowClose</animation></p><p></p><p>Feel free to chip on any or all points. <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></blockquote><p></p>
[QUOTE="gamejester, post: 261379, member: 50634"] Hi, OK, first I have read everything (I think) on the wiki and the guides at the top of this forum. I have been using MP for ages now and have customised some other peoples skins, so know the basics. What I do not understand is how it all hangs together and exactly what all the IDs are, etc.... 1. Does there exist an extensive list of all available syntax that the xml will take (even without explanations of each element)? 2. How are other skin designers producing there work? Is it a question of mocking up how you want it to look in PSP or photoshop using layers, saving the images, reading the (x,y) and manually creating the xml (this is what I do at the moment)? 3. Which skin changes require you to clear the cache? Is it just image changes? Does the refresh tool still work with 1.0 RC1 (I could not get it to work)? 4. What is the significance of the \media\hover_my ???.png and which of them can be replaced with .xml for animation? Assume it has something to do with <allowoverlay>yes</allowoverlay> but when can it be used? 5. Animation (and this could be a long question :) ) i) Which animations let you loop forever or repeat? ie. If I put <RepeatBehavior>Forever</RepeatBehavior> in an animation hover_??.xml it is ignored, but if I put <loop>yes</loop> in a multiimage on a page it loops or I put <RepeatBehavior>Forever</RepeatBehavior> in an animation linked to a button it loops. ii) <animation> effect like fade, zoom, etc…. do not work on .ong animated objects. From info supplied in this post about animation [url]https://forum.team-mediaportal.com/skins-50/how-repeat-animations-16022/[/url] some of it does not work. If I created a looping animation with either a multimage or a button animation; then whilst the .png loop animation works the transition <animation> does not, ie <animation effect="fade" time="200">VisibleChange</animation> iii) When can you use a multimage (found no docs on it)? It apeears I can use it on a page in place of an image and animated it, but I cannot use it in a <type>button</type> or a howver_???.xml iv) Does MP support apng (animated png?) I guess not at this time. v) What are the files day.png and night.png in the animations folder used for? vi) Can you use animated gifs? vii) Assuming home.xml is the first home screen, then how are transition animation controlled in it? I see in peoples skins that when the screen loads the menu will slide it whatever, but in the home.xml file there are no <animation> tags like. <animation effect="slide" time="1000" start="0,0" end="-161,0" acceleration="-1" >WindowClose</animation> Feel free to chip on any or all points. :D [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
working on a new skin - need some info/docs
Contact us
RSS
Top
Bottom