TITANIUS 1.7.0.0 (18-07-2015) Now with a fresh new look! (10 Viewers)

powermarcel10

Retired Team Member
  • Premium Supporter
  • November 30, 2010
    2,839
    898
    37
    Groningen
    Home Country
    Netherlands Netherlands
    Hello Powermarcel10,

    Congratulationsfor your great skin. It's very beautifull. (y)
    Is it possible to add the button "Current playlist" in the window "Now playing" as it is in the Titan Skin?
    View attachment 156880

    Thanks a lot!
    Thanks for your suggestion, I have fixed it allready for next version. The button was replaced for the mylyrics plugin. What I have done: The button is now placed at the default location when the Mylyrics plugin is disabled/not installed. When it is enabled, the button will be located left to the artisinformation button.
     

    powermarcel10

    Retired Team Member
  • Premium Supporter
  • November 30, 2010
    2,839
    898
    37
    Groningen
    Home Country
    Netherlands Netherlands
    It keeps the same Problem.

    Can you try these two files?

    Same Error. Again i can see the D3D Error in the Logs.
    BTW: Logs are Attached

    EDIT: Same behavior on my productive HTPC (with Intel HD4600 Graphics), my other PC have a Nvidia Card.

    Any news on this? If not, please remove the skin completely using the MPEM, and after doing that, remove all left overs from the TITANIUS skin directory. Than clear your skincache too, and install the skin again..

    Hope that helps
     

    Brudertac

    MP Donator
  • Premium Supporter
  • October 26, 2006
    978
    277
    Augsburg
    Home Country
    Germany Germany
    Can you try these two files?

    Same Error. Again i can see the D3D Error in the Logs.
    BTW: Logs are Attached

    EDIT: Same behavior on my productive HTPC (with Intel HD4600 Graphics), my other PC have a Nvidia Card.

    Any news on this? If not, please remove the skin completely using the MPEM, and after doing that, remove all left overs from the TITANIUS skin directory. Than clear your skincache too, and install the skin again..

    Hope that helps

    No, nothing New. I did what you suggest already on my last Tests. I will try it again when the 1.10pre is out.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,855
    12,115
    Kyiv
    Home Country
    Ukraine Ukraine
    But now, when i Enter TV Series i have no Cover, then i click on a Series than i have the Season View
    Hmmmmm ... :coffee: Let's go the other way. :barefoot:

    Code:
    Dummy Controls
    Dummy Controls are used so the plugin can force changes in the skin. This is done by changing the visible property. Since these are just dummy controls, they can be defined off screen.
    
    ID    Description
    1232    Visible when fanart is loaded for selected series
    1237    Visible when Series view is loaded
    1238    Visible when Season view is loaded
    1239    Visible when Episode view is loaded
    1240    Visible when Group view is loaded
    1241    Visible when Fanart has colour properties defined
    1242    Visible when Series Posters are used e.g. List Poster layout
    1243    Visible when the selected item is Watched, applied to all views except groups
    1244    Visible when the selected item is available, applied to all views except groups
    https://code.google.com/p/mptvseries/wiki/SkinDesignersGuide#Controls

    And this should work:
    XML:
        <control>
            <description>Cover Art</description>
            <type>image</type>
            <id>500</id>
            <posX>123</posX>
            <posY>360</posY>
            <width>379</width>
            <height>563</height>
            <texture>#TVSeries.SeriesPoster</texture>
            <visible>[control.isvisible(1237)+control.isvisible(1242)]+[facadeview.list|facadeview.largeicons]</visible>
            <animation effect="fade" time="250">WindowOpen</animation>
            <animation effect="fade" time="250">WindowClose</animation>
        </control>
    
        <control>
            <description>Cover Art</description>
            <type>image</type>
            <id>60</id>
            <posX>123</posX>
            <posY>360</posY>
            <width>379</width>
            <height>563</height>
            <texture>#TVSeries.SeasonPoster</texture>
            <visible>control.isvisible(1238)+facadeview.list</visible>
            <animation effect="fade" time="250">WindowOpen</animation>
            <animation effect="fade" time="250">WindowClose</animation>
        </control>

    Maybe you can have a look at my xml.
    I have a very bad running media portal on the test computer, can ask for help from the @ltfearme ? It just helps.

    PS: If you like something in my theme, then take to his :) I do not mind.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,855
    12,115
    Kyiv
    Home Country
    Ukraine Ukraine
    @D3ltoroxp
    Try (TVSeries.views.widebanner.default.xml):
    XML:
        <control>
            <description>Cover Art</description>
            <type>image</type>
            <id>500</id>
            <posX>123</posX>
            <posY>360</posY>
            <width>379</width>
            <height>563</height>
            <texture>#TVSeries.SeriesPoster</texture>
            <animation effect="fade" time="250">WindowOpen</animation>
            <animation effect="fade" time="250">WindowClose</animation>
            <animation effect="fade" time="1000">VisibleChange</animation>
            <visible>[control.isvisible(1237)]+[facadeview.list|facadeview.largeicons]</visible>
        </control>
    
        <control>
            <description>Cover Art</description>
            <type>image</type>
            <id>60</id>
            <posX>123</posX>
            <posY>360</posY>
            <width>379</width>
            <height>563</height>
            <texture>#TVSeries.SeasonPoster</texture>
            <visible>control.isvisible(1238)+facadeview.list</visible>
            <animation effect="fade" time="250">WindowOpen</animation>
            <animation effect="fade" time="250">WindowClose</animation>
            <animation effect="fade" time="1000">VisibleChange</animation>
            <animation effect="rotatey" start="0" end="22" center="0,0" ease="easeout" time="1700" delay="1000" condition="Control.IsVisible(60)">Conditional</animation>
        </control>
     

    kilik360

    MP Donator
  • Premium Supporter
  • September 3, 2010
    576
    235
    Home Country
    Canada Canada
    since 1.3.2.0 I get blackscreen when I start MP with your skin. So it's not usuable.

    great skin btw !
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,855
    12,115
    Kyiv
    Home Country
    Ukraine Ukraine
    I get blackscreen when I start MP
    I think of this ...
    Code:
    [2014-10-30 08:35:07,382] [Error  ] [MPMain   ] [ERROR] - D3D: InitializeDeviceObjects - Exception: Erreur de l'application.
    -2147024882 (E_OUTOFMEMORY)
       à Microsoft.DirectX.Direct3D.Font..ctor(Device device, Font font)
       à MediaPortal.GUI.Library.GUIFont.InitializeDeviceObjects()
       à MediaPortal.GUI.Library.GUIFontManager.InitializeDeviceObjects()
       à MediaPortalApp.InitializeDeviceObjects()
       à MediaPortal.D3D.InitializeDevice()
     

    Users who are viewing this thread

    Top Bottom