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

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    Is there somewhere a log file in which one can see whether the IMDb ID is passed right? In the series it works.
    I checked at. Everything is working ...
    17-07-45.png 17-08-06.png
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    Is there somewhere a log
    Change movingpictures.views.xml:
    Replace:
    XML:
        <control Style="smallTitle">
          <description>Selected item Label</description>
          <type>fadelabel</type>
          <id>1</id>
          <posX>510</posX>
          <posY>1015</posY>
          <label>#MovingPictures.SelectedMovie.title</label>
          <visible>control.isvisible(50)</visible>
          <animation effect="fade"
                     time="250">WindowOpen</animation>
          <animation effect="fade"
                     time="250">WindowClose</animation>
        </control>
    To:
    XML:
        <control Style="smallTitle">
          <description>Selected item Label</description>
          <type>fadelabel</type>
          <id>1</id>
          <posX>510</posX>
          <posY>1015</posY>
          <label>Thumbs\ClearArt\Movies\#(string.trim(#MovingPictures.SelectedMovie.imdb_id)).png - #MovingPictures.SelectedMovie.title</label>
          <visible>control.isvisible(50)</visible>
          <animation effect="fade"
                     time="250">WindowOpen</animation>
          <animation effect="fade"
                     time="250">WindowClose</animation>
        </control>
    And give me screenshot ...
     

    zekaja

    MP Donator
  • Premium Supporter
  • March 24, 2010
    279
    110
    Copenhagen
    Home Country
    Denmark Denmark
    "V:\MPSkins\Titan\Themes\ajs Theme\movingpictures.details.xml" "V:\MPSkins\Titan\Themes\ajs Theme\movingpictures.details.xml"
    Put my Moving Pictures xml to theme folder and restart Mediaportal ...

    Unzip to theme folder, select Youtube in editor and save Basic Home ...
    View attachment 176647
    Perfect with YouTube :) but I can't get studio logos to work.... Is the studio logos placed in the media folder?
     

    Palm_Maniac

    MP Donator
  • Premium Supporter
  • June 1, 2005
    1,238
    215
    Gießen, Hessen
    Home Country
    Germany Germany
    It says, for example, at the 2012 Film Thumbs\ ClearArt\Movies\tt1190080.png - 2012 (HD). Film stands with me, entitled "2012 (HD)" in the database.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    Thumbs\ ClearArt\Movies\tt1190080.png
    If such a picture in the folder is, then it must be seen in the skins. If it is not shown, the media portal it is not for some reason. :(
     

    Palm_Maniac

    MP Donator
  • Premium Supporter
  • June 1, 2005
    1,238
    215
    Gießen, Hessen
    Home Country
    Germany Germany
    Yes, the file exists, but is not unfortunately appear. The problem is only with the videos so, with music and tv shows it works and is displayed. :([DOUBLEPOST=1457283821][/DOUBLEPOST]Yes, I have, including the 2 new xml files here from the threat.
     

    Users who are viewing this thread

    Top Bottom