[nonafo] - !!!!overscan friendly with latest SVN!!!!! (5 Viewers)

mofux

Portal Designer
  • Premium Supporter
  • January 27, 2006
    678
    34
    Dresden, Germany
    nonafo isn't in choice for the default skin - that's been my wish because as you all may see it is progressing slow and i'm not always able to keep it up2date what a default skin should be!
     

    hakuna

    Portal Pro
    October 15, 2004
    395
    1
    48
    Gothenburg
    Home Country
    Sweden Sweden
    Mofux, one request, sorry if it's already done earlier in the thread:
    In the TV guide, the description of each program is impossible to read on my 28" fat tv. Can you (or me?) change the font colour?

    Oh yeah, after startup, it says "My videos" above, but the white dot is not there. I don't remember if pressing ok got me into My videos.

    I guess it takes development, but when I have a 3x3 grid of items, it would be great if I can do as on my phone, select 1 on the remote for the upper left item, 2 for the upper middle and so on...

    Sweet work so far! /Niclas
     

    mofux

    Portal Designer
  • Premium Supporter
  • January 27, 2006
    678
    34
    Dresden, Germany
    feel free to adjust the OSD color yourself - if i like i'll put it into the next release...

    for the "hotkey" selection - this isn't possible as i'm using the basichomescreen for that...

    for the "my Videos" bug - i haven't found a solution for that, seems to be a problem of the basichomescreen as well?... sorry
     

    smnnekho

    Retired Team Member
  • Premium Supporter
  • February 6, 2006
    507
    7
    40
    Germany
    hakuna said:
    Do you know in which file I find the colour code?


    videoOSD.xml
    TVOSD.xml

    but you have to go to /media/video_overlay.png

    to change the osd's color since it's picture it has no colorcode in the xml
     

    pannivas

    Portal Pro
    July 26, 2006
    340
    2
    47
    Nicosia
    Home Country
    Cyprus Cyprus
    great skin mofux. The best out there imo. i have three questions.

    1) are you still working on this skin?
    2) any future 16:9 release?
    3) are you planning to support the MyTVSeries plugin?

    once again thanks for this great skin and keep up the good work.
     

    captainspanky

    Portal Pro
    December 8, 2005
    51
    0
    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>
     

    Users who are viewing this thread

    Top Bottom