1.4.x Themes: BasicHome, Clear Art's support for Titan, Weather icon on screen, bugfixes and more. (4 Viewers)

Brudertac

MP Donator
  • Premium Supporter
  • October 26, 2006
    978
    277
    Augsburg
    Home Country
    Germany Germany
    Code:
      <section name="stringsettings">
        ...
        <entry name="#skin.basichome.RadioPlugin">RadioTime</entry>
      </section>
    Selected plug-in for radio can be set to My Radio or RadioTime. ie <entry name="#skin.basichome.RadioPlugin">My Radio</entry> or <entry name="#skin.basichome.RadioPlugin">RadioTime</entry>[DOUBLEPOST=1392982397][/DOUBLEPOST]Or try to add this file to the directory of the theme you are using. This button should appear.

    Hi and Thanks for your Work! There is maybe a Problem with the Radio option.
    I have Downloaded the File and then i have the Option to change the Radio Plugin and i will also see the My Radio Plugin.

    BUT: This is lost on the next Restart. Also adding the Codeline in the skinsettings.xml does not help, It will be automatic removed...

    Anyone that i have missed?

    EDIT: Nevermind... I edited the XML again and inserted the Code "<entry name="#skin.basichome.RadioPlugin">My Radio</entry>" again and now it keeps this setting :)

    Thanks!
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,749
    10,727
    Kyiv
    Home Country
    Ukraine Ukraine
    Updated for 1.8 (In first post)
    Added Album multiCD CDArt support, filename like: Artist - Album.CDx.png

    203784_16-09-27.png 203785_16-09-32.png 203786_16-09-55.png
    Where:
    Artist - Artist name: Guns N'Roses
    Album - Album name: Live Era '87-'93
    x - Disc number: 2
    Result filename: Guns N' Roses - Live Era '87-'93.CD2.png

    PS:
    MePoTools version 1.0 build 144 is able to load these pictures. Read more here.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,749
    10,727
    Kyiv
    Home Country
    Ukraine Ukraine

    Attachments

    • MyMusicPlayingNow.albuminfo.xml
      13.4 KB

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,749
    10,727
    Kyiv
    Home Country
    Ukraine Ukraine
    Updated themes for 1.9. But I can not really check. Who can check if everything is working? If it's OK to shift in the first post.
    Just in case, clean the cache.
    Thanks in advance.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,749
    10,727
    Kyiv
    Home Country
    Ukraine Ukraine
    Update themes for 1.9, small bugfixes - In first post.
    Install:
    - Remove old Themes
    - Clean MP Cache
    - Copy New Themes
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Hello ajs i have a problem, i copied some code block's from your video osd in my. The clearart and clear logo block's. It works fine for now, but there are two clearart and clear logos both from series and movies. For example, when im looking in series and go back in movies and play a movie then i have the clearart from both the actual played movie and the clearart from the series. Maybe you can have a look at my videoosd. i've copied only the blocks with the clearart and clearlogo.
     

    Attachments

    • videoOSD.xml
      20.8 KB

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,749
    10,727
    Kyiv
    Home Country
    Ukraine Ukraine
    Hello ajs i have a problem, i copied some code block's from your video osd in my.
    :D

    Maybe you can have a look at my videoosd. i've copied only the blocks with the clearart and clearlogo.
    My Visible condition:
    XML:
         <control>
             <description>Series ClearArt</description>
             <type>image</type>
             <id>159357</id>
             <posX>1430</posX>
             <posY>570</posY>
             <width>250</width>
             <height>140</height>
             <texture>#TVSeries.Play.ClearArt</texture>
             <keepaspectratio>yes</keepaspectratio>
             <centered>yes</centered>
               <align>center</align>
             <zoom>no</zoom>
             <valign>top</valign>
             <visible>!string.equals(#TVSeries.Episode.SeriesName,)</visible>
         </control>
    XML:
         <control>
             <description>Movie ClearArt</description>
             <type>image</type>
             <id>753951</id>
             <posX>1430</posX>
             <posY>570</posY>
             <width>250</width>
             <height>140</height>
            <texture>..\..\..\Thumbs\ClearArt\Movies\#Play.Current.IMDBNumber.png</texture>
             <keepaspectratio>yes</keepaspectratio>
             <centered>yes</centered>
               <align>center</align>
             <zoom>no</zoom>
             <valign>top</valign>
             <visible>!string.equals(#Play.Current.IMDBNumber,)</visible>
         </control>

    Try change to: :coffee:
    <visible>string.equals(#skin.enable.ClearArt,True) + !string.equals(#TVSeries.Episode.SeriesName,)</visible>
    and
    <visible>string.equals(#skin.enable.ClearArt,True) + !string.equals(#Play.Current.IMDBNumber,)</visible>
     

    D3ltoroxp

    MP Donator
  • Premium Supporter
  • June 1, 2008
    3,308
    205
    Home Country
    Germany Germany
    Oh thats the wrong xml omg :-( I mean the videofullscreen.xml when i paused the mediafile. Sorry ajs can you have another look at the right xml ?
     

    Attachments

    • videoFullScreen.xml
      11.5 KB

    Users who are viewing this thread

    Top Bottom