TITANIUS 1.7.0.0 (18-07-2015) Now with a fresh new look! (1 Viewer)

midasxxl

Portal Pro
March 22, 2006
53
2
43
Home Country
England England
Hello,
I qould like to use moving pictures AND myvideos and the same time beacause i have a lot of videos which don't fit in moving pictures. How can I reach to use moving pictures and have myvideos in plugin sections or home screeen ?

Thanx
 

TheBatfink

MP Donator
  • Premium Supporter
  • June 11, 2007
    1,288
    221
    Nottingham
    Home Country
    United Kingdom United Kingdom
    Doesn't the moving pictures sub menu have a myvideos link when myvideos plugin is enabled?

    You need to enable submenu for movies if you haven't already in the GUI settings.
     

    midasxxl

    Portal Pro
    March 22, 2006
    53
    2
    43
    Home Country
    England England
    Yes it does, helps a lot thank you very much. I didn't notice the submenu configuration.
    But an option fpr an extra button myvideos in home section would be beatiful.
     

    emphatic

    Design Group
  • Team MediaPortal
  • August 25, 2006
    3,736
    1,196
    Alingsås
    Home Country
    Sweden Sweden
    Yes it does, helps a lot thank you very much. I didn't notice the submenu configuration.
    But an option fpr an extra button myvideos in home section would be beatiful.

    I have the same need as you. I just mapped a button on my remote to go directly into My Videos (I use it for my kids' movies) using the remote configuration in MediaPortal's Configuration application and leave Moving Pictures on Basic Home.

    Emph
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    I'f got it working with the watched/unwatched icons over the series/season covers. I
    Code example?

    XML:
    <control>
    <description>Series Watched Icon</description>
    <type>image</type>
    <id>0</id>
    <posX>68</posX>
    <posY>306</posY>
    <width>114</width>
    <height>114</height>
    <texture>watched_flag_big1.png</texture>
    <visible>facadeview.list+[[control.isvisible(1237)+control.isvisible(1242)+Control.HasThumb(46)]|control.isvisible(1238)+[Control.HasThumb(46)|Control.HasThumb(500)]]+control.isvisible(1243)+control.isvisible(1244)</visible>
    <animation effect="rotatey" start="0" end="22" center="0,0" ease="easeout" time="1700" delay="0" condition="true">Conditional</animation>
    <animation effect="fade" time="250" delay="0">WindowClose</animation>
    </control>
    <control>
    <description>Series Un-Watched Icon</description>
    <type>image</type>
    <id>0</id>
    <posX>68</posX>
    <posY>306</posY>
    <width>114</width>
    <height>114</height>
    <texture>unwatched_flag_big.png</texture>
    <visible>facadeview.list+[[control.isvisible(1237)+control.isvisible(1242)+Control.HasThumb(46)]|control.isvisible(1238)+[Control.HasThumb(46)|Control.HasThumb(146)]]+!control.isvisible(1243)+control.isvisible(1244)</visible>
    <animation effect="rotatey" start="0" end="22" center="0,0" ease="easeout" time="1700" delay="0" condition="true">Conditional</animation>
    <animation effect="fade" time="250" delay="0">WindowClose</animation>
    </control>
    <control>
    <description>Series Not Available and Watched Icon</description>
    <type>image</type>
    <id>0</id>
    <posX>68</posX>
    <posY>306</posY>
    <width>114</width>
    <height>114</height>
    <texture>WatchedNA_big.png</texture>
    <visible>facadeview.list+[[control.isvisible(1237)+control.isvisible(1242)+Control.HasThumb(46)]|control.isvisible(1238)+[Control.HasThumb(46)|Control.HasThumb(146)]]+control.isvisible(1243)+!control.isvisible(1244)</visible>
    <animation effect="rotatey" start="0" end="22" center="0,0" ease="easeout" time="1700" delay="0" condition="true">Conditional</animation>
    <animation effect="fade" time="250" delay="0">WindowClose</animation>
    </control>-->
    <control>
    <description>Series Not Available and Un-Watched Icon</description>
    <type>image</type>
    <id>0</id>
    <posX>68</posX>
    <posY>306</posY>
    <width>114</width>
    <height>114</height>
    <texture>UnwatchedNA_big.png</texture>
    <visible>facadeview.list+[[control.isvisible(1237)+control.isvisible(1242)+Control.HasThumb(46)]|control.isvisible(1238)+[Control.HasThumb(46)|Control.HasThumb(500)]]+!control.isvisible(1243)+!control.isvisible(1244)</visible>
    <animation effect="rotatey" start="0" end="22" center="0,0" ease="easeout" time="1700" delay="0" condition="true">Conditional</animation>
    <animation effect="fade" time="250" delay="0">WindowClose</animation>
    </control>

    The whole is on the TVSeries.views.widebanner.default.xml
     

    htpchtpc

    MP Donator
  • Premium Supporter
  • February 14, 2012
    27
    5
    Home Country
    Canada Canada
    Hello, this is a great skin. I am having one error regarding my music now playing in my logs perhaps someone can clear this up for me? Thanks.
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    I have found another issue. I see no indicator for updates in the extension plugin. Maybe you can fix this.
     

    carlofuturista

    New Member
    January 6, 2015
    2
    0
    45
    Home Country
    Italy Italy
    After a long time of this beautiful skin I would like to refresh home button images and backgound.

    I thought that was easy: overwrite the png picture and that's it. But the skin maintain the original image.
    How do I do to change the pic?

    example of my "basichome_button_movies.png"

    hv5gs8.jpg
     

    Users who are viewing this thread

    Top Bottom