X-Factor 2 (1 Viewer)

WebKnight

MP Donator
  • Premium Supporter
  • April 11, 2006
    245
    9
    Akershus
    Home Country
    Norway Norway
    Hello. Thx for your hard work and beautiful skins you have provided over the years!

    Is it possible to have the icons cover the whole screen in icon view under myvideos. My Kids, 5 and 7 yrs, love to watch music videos and I use myvideos for it. And is it possible to make the icons in landscape rather than portrait?

    And how do I make them less transparent?

    Many questions here. But hopefully you (or someone else) can point me in the right direction. Or maybe post the right files edited for my needs if possible :)
     

    Imzadi

    MP Donator
  • Premium Supporter
  • June 18, 2008
    250
    67
    Aachen
    Home Country
    Germany Germany
    Thanky again cul8er for a great skin. It's really different and I'm liking it a lot.

    Right now, you can select a single movie or episode and see the season fanart. To see the next episode you have to go back to episode list and than again right click. Wouldn't it be possible to select the next episode, without going back and just simply click down?

    Edit: The same goes as well for season, series and movies as well.
     

    Attachments

    • Zwischenablage01.jpg
      Zwischenablage01.jpg
      202.2 KB
    Last edited:

    sanderson

    Portal Member
    November 4, 2008
    38
    16
    Home Country
    United States of America United States of America
    Great skin. Excellent work as usual.

    How can I remove the feed ticker at the bottom of basichome screen? I have disabled ticker in infoservice plugin but it still shows on basichome (no ticker just error message) would like to have it completly gone.
     

    Olli0815

    MP Donator
  • Premium Supporter
  • August 22, 2006
    182
    17
    Hi,

    after upgrade to 1.3 beta and installing the X-Factor 0.0.0.5 i have extra small fonts (only in X-Factor) any idea how to increase the font size?

    fonts in cache are only:
    debug_12.dds
    debug_12.dds.bxml..

    but i know there are a lot of avalonis fonts used within the skin files...

    Any Ideas?

    Thanks,
    Olli


    Guys I really need a hint ! I can not use the skin because the font is extra small size.
    How can i increase / adjust / repair the font size??


    Thanks,
    Olli
     
    Last edited:

    mcharri

    Portal Pro
    December 13, 2008
    68
    58
    Home Country
    Germany Germany
    Great skin. Excellent work as usual.

    How can I remove the feed ticker at the bottom of basichome screen? I have disabled ticker in infoservice plugin but it still shows on basichome (no ticker just error message) would like to have it completly gone.

    u have to delete the following code in BasicHome.xml.

    <!--RSS-->
    <control>
    <description>RSS background</description>
    <type>image</type>
    <id>1</id>
    <posX>0</posX>
    <posY>1030</posY>
    <width>1920</width>
    <height>48</height>
    <texture>rss_bg.png</texture>
    <visible>string.equals(#xfactor2.hasdialog,true)</visible>
    <animation effect="fade" time="150">WindowOpen</animation>
    <animation effect="fade" time="100">WindowClose</animation>
    </control>
    <control>
    <description>RSS Icon</description>
    <type>image</type>
    <id>1</id>
    <posX>4</posX>
    <posY>1034</posY>
    <width>38</width>
    <height>38</height>
    <texture>rss_image2.png</texture>
    <visible>string.equals(#xfactor2.hasdialog,true)</visible>
    <animation effect="fade" time="150">WindowOpen</animation>
    <animation effect="fade" time="100">WindowClose</animation>
    </control>
    <control Style="RSSColor">
    <description>RSS items</description>
    <type>fadelabel</type>
    <id>1</id>
    <posX>60</posX>
    <posY>1032</posY>
    <width>1820</width>
    <height>30</height>
    <textcolor>FFFFFFFF</textcolor>
    <font>AvalonLight12</font>
    <label>#infoservice.feed.titles</label>
    <visible>string.equals(#xfactor2.hasdialog,true)</visible>
    <!--<visible>plugin.isenabled(InfoService) + !string.contains(#XFactor2.RSS, false)</visible>-->
    <animation effect="fade" time="150">WindowOpen</animation>
    <animation effect="fade" time="100">WindowClose</animation>
    </control>
     

    Holzi

    Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    Is there a possibility of newer screenshots?
    I always like watching them. Thank you very much for your inspiring work! :)
     

    sanderson

    Portal Member
    November 4, 2008
    38
    16
    Home Country
    United States of America United States of America
    Great skin. Excellent work as usual.

    How can I remove the feed ticker at the bottom of basichome screen? I have disabled ticker in infoservice plugin but it still shows on basichome (no ticker just error message) would like to have it completly gone.

    u have to delete the following code in BasicHome.xml.

    <!--RSS-->
    <control>
    <description>RSS background</description>
    <type>image</type>
    <id>1</id>
    <posX>0</posX>
    <posY>1030</posY>
    <width>1920</width>
    <height>48</height>
    <texture>rss_bg.png</texture>
    <visible>string.equals(#xfactor2.hasdialog,true)</visible>
    <animation effect="fade" time="150">WindowOpen</animation>
    <animation effect="fade" time="100">WindowClose</animation>
    </control>
    <control>
    <description>RSS Icon</description>
    <type>image</type>
    <id>1</id>
    <posX>4</posX>
    <posY>1034</posY>
    <width>38</width>
    <height>38</height>
    <texture>rss_image2.png</texture>
    <visible>string.equals(#xfactor2.hasdialog,true)</visible>
    <animation effect="fade" time="150">WindowOpen</animation>
    <animation effect="fade" time="100">WindowClose</animation>
    </control>
    <control Style="RSSColor">
    <description>RSS items</description>
    <type>fadelabel</type>
    <id>1</id>
    <posX>60</posX>
    <posY>1032</posY>
    <width>1820</width>
    <height>30</height>
    <textcolor>FFFFFFFF</textcolor>
    <font>AvalonLight12</font>
    <label>#infoservice.feed.titles</label>
    <visible>string.equals(#xfactor2.hasdialog,true)</visible>
    <!--<visible>plugin.isenabled(InfoService) + !string.contains(#XFactor2.RSS, false)</visible>-->
    <animation effect="fade" time="150">WindowOpen</animation>
    <animation effect="fade" time="100">WindowClose</animation>
    </control>

    mcharri,
    This Worked perfect. Thank you for the reply
     

    cul8er

    Retired Team Member
  • Premium Supporter
  • August 31, 2006
    2,159
    2,679
    Home Country
    Sweden Sweden
    Is there a possibility of newer screenshots?
    I always like watching them. Thank you very much for your inspiring work! :)
    Hi,

    Sure, first post in this thread is now updated with new screenshots :)

    cheers
    cul8er
     

    mcharri

    Portal Pro
    December 13, 2008
    68
    58
    Home Country
    Germany Germany
    can you provide us a MP1.4 version please ?
    that's a good question! I'm not sure that cul8er is working on update soon. There were no updates since January :confused:...
    I'll check if I can update my x-factor modifiction: Should my updates are sucessfully I'll release it on the modification thread. I didn't installed MediaPortal 1.4 till yet. But I'll do it soon.
     

    Users who are viewing this thread

    Top Bottom