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
[nonafo] - !!!!overscan friendly with latest SVN!!!!!
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="captainspanky" data-source="post: 70214" data-attributes="member: 16988"><p>So, I was bored this evening so I got my machete out and hacked up a TVSeries.xml to use this plugin with Nonafo... I fully admit I don't know what I'm doing. Just opened up a TVSeries.xml and another one from the actual nonafo dir and messed with the former until I got something approaching the latter. </p><p></p><p>Create a TVSeries.xml file with the code contents below in the Nonafo dir. Fire up the NonafoSetup.exe, load your settings, check Advanced Mode, add My TV Series, (change the Images to m_tv.png if you like otherwise your icon will be a kareoke mic) hit apply, Save your settings and finally re-generate the basichome.xml. </p><p></p><p>Problems: </p><p></p><p>Can't figure out how to get the dates in the Series/episodes list control to actually show properly (aired dates). Tried setting a control width, but that just shortens the button backgrounds, and adding in a font size just has smaller letters getting cut off. </p><p></p><p>The Title is hardcoded into the .xml file. Couldn't figure out how to assemble "My TVSeries" from available strings or add one. </p><p></p><p>The page scroll controls get screwed up. Still usable but like there's 2 versions there a bit offset when you get to page2 of a list. </p><p></p><p>Anyway, thats my hackery for the evening. If anyone who actually knows what they're doing can tell me how to adjust any of these things I'll happily do so. Its dirty, but I can actually use this plugin with my fav skin! </p><p></p><p>[code]<window></p><p> <id>0</id></p><p> <defaultcontrol>2</defaultcontrol></p><p> <allowoverlay>yes</allowoverlay></p><p> <define>#header.cornertext:My TVSeries</define></p><p> <controls></p><p> <IMPORT></p><p> <import>common.bgstandard.xml</import></p><p> <IMPORT></p><p> <import>common.cornertext.xml</import></p><p> <IMPORT></p><p> <import>common.timebar.xml</import></p><p> <control></p><p> <type>image</type></p><p> <description>Series Logo</description></p><p> <id>30</id></p><p> <posX>240</posX></p><p> <posY>84</posY></p><p> <width>420</width></p><p> <height>78</height></p><p> <texture></texture></p><p> </control></p><p> </p><p> <control></p><p> <type>textbox</type></p><p> <description>Title</description></p><p> <id>40</id></p><p> <posX>26</posX></p><p> <posY>158</posY></p><p> <width>680</width></p><p> <textcolor>FFFFFFFF</textcolor></p><p> <font>font16</font></p><p> </control></p><p> <control></p><p> <type>textbox</type></p><p> <description>Genre</description></p><p> <id>33</id></p><p> <posX>26</posX></p><p> <posY>184</posY></p><p> <width>680</width></p><p> <align>right</align></p><p> <textcolor>FFA9D0F7</textcolor></p><p> <font>font13</font></p><p> </control></p><p> <control></p><p> <type>textboxscrollup</type></p><p> <description>Description</description></p><p> <id>31</id></p><p> <posX>26</posX></p><p> <posY>205</posY></p><p> <width>654</width></p><p> <height>89</height></p><p> <colordiffuse>ffffffff</colordiffuse></p><p> <textcolor>FFFFFFFF</textcolor></p><p> <font>font13</font></p><p> </control></p><p></p><p> <control></p><p> <type>group</type></p><p> <layout>StackLayout</layout></p><p> <description>group element</description></p><p> <animation>FlyInFromLeft</animation></p><p> <posX>50</posX></p><p> <posY>302</posY></p><p> <control></p><p> <description>Back</description></p><p> <type>button</type></p><p> <id>2</id></p><p> <onright>50</onright></p><p> <onup>5</onup></p><p> <ondown>3</ondown></p><p> <label>Back</label></p><p> </control></p><p> <control></p><p> <description>View-As button</description></p><p> <type>button</type></p><p> <id>3</id></p><p> <onright>50</onright></p><p> <onup>2</onup></p><p> <ondown>4</ondown></p><p> <label>100</label></p><p> </control></p><p> </control></p><p></p><p> <control></p><p> <type>group</type></p><p> <description>group element</description></p><p> <id>28</id></p><p> <animation>FlyInFromTop</animation></p><p> <control></p><p> <description>composite control consisting of a list control and a thumbnail panel</description></p><p> <type>facadeview</type></p><p> <id>50</id></p><p> <control></p><p> <description>listcontrol</description></p><p> <type>listcontrol</type></p><p> <id>50</id></p><p> <posX>240</posX></p><p> <posY>302</posY></p><p> <height>200</height></p><p> <onleft>2</onleft></p><p> <onright>2</onright></p><p> <onup>2</onup></p><p> <ondown>2</ondown></p><p> <spaceBetweenItems>2</spaceBetweenItems></p><p> </control></p><p> <control></p><p> <description>Thumbnail Panel</description></p><p> <type>thumbnailpanel</type></p><p> <id>50</id></p><p> <posX>240</posX></p><p> <posY>302</posY></p><p> <height>200</height></p><p> <onleft>2</onleft></p><p> <onright>2</onright></p><p> <onup>2</onup></p><p> <ondown>2</ondown></p><p> </control></p><p> </control></p><p></p><p> </control></p><p> <import>common.facade.xml</import></p><p> </controls></p><p></window>[/code]</p></blockquote><p></p>
[QUOTE="captainspanky, post: 70214, member: 16988"] So, I was bored this evening so I got my machete out and hacked up a TVSeries.xml to use this plugin with Nonafo... I fully admit I don't know what I'm doing. Just opened up a TVSeries.xml and another one from the actual nonafo dir and messed with the former until I got something approaching the latter. Create a TVSeries.xml file with the code contents below in the Nonafo dir. Fire up the NonafoSetup.exe, load your settings, check Advanced Mode, add My TV Series, (change the Images to m_tv.png if you like otherwise your icon will be a kareoke mic) hit apply, Save your settings and finally re-generate the basichome.xml. Problems: Can't figure out how to get the dates in the Series/episodes list control to actually show properly (aired dates). Tried setting a control width, but that just shortens the button backgrounds, and adding in a font size just has smaller letters getting cut off. The Title is hardcoded into the .xml file. Couldn't figure out how to assemble "My TVSeries" from available strings or add one. The page scroll controls get screwed up. Still usable but like there's 2 versions there a bit offset when you get to page2 of a list. Anyway, thats my hackery for the evening. If anyone who actually knows what they're doing can tell me how to adjust any of these things I'll happily do so. Its dirty, but I can actually use this plugin with my fav skin! [code]<window> <id>0</id> <defaultcontrol>2</defaultcontrol> <allowoverlay>yes</allowoverlay> <define>#header.cornertext:My TVSeries</define> <controls> <IMPORT> <import>common.bgstandard.xml</import> <IMPORT> <import>common.cornertext.xml</import> <IMPORT> <import>common.timebar.xml</import> <control> <type>image</type> <description>Series Logo</description> <id>30</id> <posX>240</posX> <posY>84</posY> <width>420</width> <height>78</height> <texture></texture> </control> <control> <type>textbox</type> <description>Title</description> <id>40</id> <posX>26</posX> <posY>158</posY> <width>680</width> <textcolor>FFFFFFFF</textcolor> <font>font16</font> </control> <control> <type>textbox</type> <description>Genre</description> <id>33</id> <posX>26</posX> <posY>184</posY> <width>680</width> <align>right</align> <textcolor>FFA9D0F7</textcolor> <font>font13</font> </control> <control> <type>textboxscrollup</type> <description>Description</description> <id>31</id> <posX>26</posX> <posY>205</posY> <width>654</width> <height>89</height> <colordiffuse>ffffffff</colordiffuse> <textcolor>FFFFFFFF</textcolor> <font>font13</font> </control> <control> <type>group</type> <layout>StackLayout</layout> <description>group element</description> <animation>FlyInFromLeft</animation> <posX>50</posX> <posY>302</posY> <control> <description>Back</description> <type>button</type> <id>2</id> <onright>50</onright> <onup>5</onup> <ondown>3</ondown> <label>Back</label> </control> <control> <description>View-As button</description> <type>button</type> <id>3</id> <onright>50</onright> <onup>2</onup> <ondown>4</ondown> <label>100</label> </control> </control> <control> <type>group</type> <description>group element</description> <id>28</id> <animation>FlyInFromTop</animation> <control> <description>composite control consisting of a list control and a thumbnail panel</description> <type>facadeview</type> <id>50</id> <control> <description>listcontrol</description> <type>listcontrol</type> <id>50</id> <posX>240</posX> <posY>302</posY> <height>200</height> <onleft>2</onleft> <onright>2</onright> <onup>2</onup> <ondown>2</ondown> <spaceBetweenItems>2</spaceBetweenItems> </control> <control> <description>Thumbnail Panel</description> <type>thumbnailpanel</type> <id>50</id> <posX>240</posX> <posY>302</posY> <height>200</height> <onleft>2</onleft> <onright>2</onright> <onup>2</onup> <ondown>2</ondown> </control> </control> </control> <import>common.facade.xml</import> </controls> </window>[/code] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
[nonafo] - !!!!overscan friendly with latest SVN!!!!!
Contact us
RSS
Top
Bottom