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

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,750
    10,728
    Kyiv
    Home Country
    Ukraine Ukraine

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,750
    10,728
    Kyiv
    Home Country
    Ukraine Ukraine

    budinsky

    Design Group
  • Team MediaPortal
  • September 12, 2009
    191
    263
    Brisbane
    Home Country
    Australia Australia

    budinsky

    Design Group
  • Team MediaPortal
  • September 12, 2009
    191
    263
    Brisbane
    Home Country
    Australia Australia
    There should be an overlay, check if there is an Inf_gfx.png file in the Titan skins folder or in the Themes folder.
    Yes, already there.
    H means switch to Home and switch back to Basic Home screen
    I see. No problem with text inside plugin.
    You have images in "C:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\Skin FanArt\Media\Weather\Backdrops\"
    No, I do in a different location.
    C:\ProgramData\Team MediaPortal\MediaPortal\skin\Titan\Themes\MePo\Media\Weather\BG
    Do I need to copy them there?
     

    budinsky

    Design Group
  • Team MediaPortal
  • September 12, 2009
    191
    263
    Brisbane
    Home Country
    Australia Australia
    I installed the weather pack and weather backgrounds now work.
    I selected the weather buttons for mepo as well but it added images to an unrequired location.
    weather install.png

    Fanart weather now not blank.
    weather fanart.png
     
    Last edited:

    budinsky

    Design Group
  • Team MediaPortal
  • September 12, 2009
    191
    263
    Brisbane
    Home Country
    Australia Australia
    I have worked out why Moving Pictures does not work.

    The problem is with the HyperlinkParameter not converting the value to something it expects.
    Not sure what value is being passed but removing the parameter value displays the first page of moving pictures.
    To open in a category you can add a parameter value like "categoryid:16" without the quotes.
    "All Movies" - categoryid:15
    "Unwatched Movies" - categoryid:16
    "Recently Added Movies" - categoryid:16

    Best be to leave the parameter value empty as this is the default behaviour and allows the user to get to the main menu where they can select the required category. This way, when in a category or even in a movie view you can use H to go to home menu where selecting moving pictures this time will return you to the page you were on while allowing you to back track to the main page of moving pictures.

    This would ideally be set in the theme, not manually cleared.
     
    Last edited:

    budinsky

    Design Group
  • Team MediaPortal
  • September 12, 2009
    191
    263
    Brisbane
    Home Country
    Australia Australia
    Found the issue to the missing overlay images and covers.

    BasicHome.Latests.xml has a group element at the start.
    <visible>string.equals(#skin.no.latestmedia,true)</visible>

    Tracked it down to SkinSettings.xml
    <entry name="#skin.no.latestmedia">False</entry>

    Setting Latest Media in Home enabled in the MePo settings is the solution.
    How do we change it so anytime you select any Enable latest items, they force Latest Media in Home to be enabled?
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,750
    10,728
    Kyiv
    Home Country
    Ukraine Ukraine
    he problem is with the HyperlinkParameter not converting the value to something it expects.
    As far as I remember it can be set in the button settings, only I don't remember where, I'll have to look.
    Tracked it down to SkinSettings.xml
    <entry name="#skin.no.latestmedia">False</entry>
    This customization is available in the Mediaportal settings in the skins.
     

    Users who are viewing this thread

    Top Bottom