Maya Bug Reports & issues (3 Viewers)

Status
Not open for further replies.

GibNichtAuf

New Member
September 23, 2010
4
0
Herne
Home Country
Germany Germany
AW: Maya Bug Reports & issues

Hi Nico,

here my MayaSkin.xml.
 

Attachments

  • MayaSkin.xml
    3 KB

polarie

Retired Team Member
  • Premium Supporter
  • November 20, 2006
    1,250
    153
    53
    Hasloh (near Hamburg)
    Home Country
    Germany Germany
    AW: Maya Bug Reports & issues

    question for myweather in maya

    how is that - öhm ... when i toggel the day (5 day forecast)
    is it possible to change the background picture
    in the forcast - that it shows a picture with the weather like it will be that day?

    greetings
     

    dlarge500

    Extension Designer
  • Premium Supporter
  • May 21, 2009
    1,491
    400
    46
    NRW
    Home Country
    Germany Germany
    AW: Maya Bug Reports & issues

    hi polarie,

    possible is this:D but we must speak in the Team about that.

    I have this in my own Version and you can make this chnages himself in your Skin Version.
     

    polarie

    Retired Team Member
  • Premium Supporter
  • November 20, 2006
    1,250
    153
    53
    Hasloh (near Hamburg)
    Home Country
    Germany Germany
    AW: Maya Bug Reports & issues

    will you be my personal hero and send me that personal changed xml-file? :D

    *klopf-mit-finger-auf-uhr* ;) ich hab doch keine/kaum noch zeit mehr fürs XMLen als 2-monats-neu-papa :D
     

    ysmp

    Design Group
  • Team MediaPortal
  • May 17, 2008
    1,861
    837
    Seoul.
    Home Country
    South Korea South Korea
    hi polarie ! regards the PM abut the Weather backdrops by condition ..

    please use this code (add only the red color) :

    <!-- 5-day stuff -->

    <control>
    <description>Alternate BG</description>
    <type>image</type>
    <id>1</id>
    <width>1366</width>
    <height>768</height>
    <texture>background_thumbs.png</texture>
    <visible>Control.IsVisible(1000)|Control.IsVisible(31)</visible>
    </control>

    <control>
    <description>Alternate BG</description>
    <type>image</type>
    <id>1</id>
    <width>1366</width>
    <height>768</height>
    <texture>weather\backgrounds\#infoservice.weather.today.img.big.filenamewithoutext.jpg</texture>
    <visible>Control.IsVisible(1000)|Control.IsVisible(31)</visible>
    </control>

    <control>
    <description>Fanart Overlay</description>
    <type>image</type>
    <id>0</id>
    <width>1366</width>
    <height>768</height>
    <texture>fanart_overlay.png</texture>
    <visible>Control.IsVisible(1000)|Control.IsVisible(31)</visible>
    </control>


    JUST THE RED ....:) the black first part so you can find where to put the red part ...

    dont forget to delet the Cache folder ...and that's it ,,,, have fun ....
     

    dlarge500

    Extension Designer
  • Premium Supporter
  • May 21, 2009
    1,491
    400
    46
    NRW
    Home Country
    Germany Germany
    AW: Maya Bug Reports & issues

    this is not the code he will.:)

    he wants every Day from the Forecast the correct Background image from that day Weather. I understood him wrong too.
     

    GibNichtAuf

    New Member
    September 23, 2010
    4
    0
    Herne
    Home Country
    Germany Germany
    AW: Maya Bug Reports & issues

    :D for reply.
    "Spiele(games)" is not a PlugIn. It's just the name of the mainmenu-item with windowID=0. What's wrong with it?
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,070
    7,459
    Home Country
    Germany Germany
    AW: Maya Bug Reports & issues

    I'm using the latest version, but the basic home screen plugin doesn't work at all.

    Code:
    2010-09-26 19:10:14.123784 [ERROR][MPMain(1)]: Unable to start plugin:ProcessPlugins.MayaBasicHomePlugin.MayaBasicHomePlugin exception:System.ArgumentOutOfRangeException: Der Index lag außerhalb des Bereichs. Er muss nicht negativ und kleiner als die Auflistung sein.
    Parametername: index
       bei System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
       bei System.ThrowHelper.ThrowArgumentOutOfRangeException()
       bei System.Collections.Generic.List`1.get_Item(Int32 index)
       bei ProcessPlugins.MayaBasicHomePlugin.MayaBasicHomePlugin.SetNeighbours(Int32 mypointer, Int32 numberofitems)
       bei ProcessPlugins.MayaBasicHomePlugin.MayaBasicHomePlugin.Start()
       bei MediaPortal.GUI.Library.PluginManager.Start()

    And this is my MayaSkin.xml file, which looks ok for me:
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <profile>
      <section name="MayaBasicHome">
        <entry name="enWeather">1</entry>
        <entry name="enRSS">1</entry>
        <entry name="biggerFonts">0</entry>
        <entry name="biggerMiniguide">1</entry>
        <entry name="biggerTVHome">1</entry>
        <entry name="NowPlayingFanart">1</entry>
        <entry name="clockBasicHome">1</entry>
        <entry name="clockHome">1</entry>
        <entry name="clockElsewhere">1</entry>
        <entry name="menuItemHyperlink0">602</entry>
        <entry name="recordingsMultiseat">0</entry>
        <entry name="fanartTVSeries">1</entry>
        <entry name="fanartMovingPictures">1</entry>
        <entry name="recentlyAddedSeries">1</entry>
        <entry name="recentlyFanart">0</entry>
        <entry name="recentlyAddedMovies">1</entry>
        <entry name="recentlyMoviesFanart">0</entry>
        <entry name="MovingPicturesListview_large">0</entry>
        <entry name="menuItemName0">TV</entry>
        <entry name="menuItemBgImage0">tv_default.jpg</entry>
        <entry name="EnableBackgroundImage">1</entry>
      </section>
      <section name="MayaBasicHomeSubmenu0">
        <entry name="submenuItemName0">Aufnahmen</entry>
        <entry name="submenuItemHyperlink0">603</entry>
        <entry name="submenuItemName1">TV Guide</entry>
        <entry name="submenuItemHyperlink1">748</entry>
        <entry name="submenuItemName2">Programmsuche</entry>
        <entry name="submenuItemHyperlink2">604</entry>
      </section>

    Any ideas how to solve this?
    :D
     

    ncoH

    Retired Team Member
  • Premium Supporter
  • January 27, 2007
    925
    1,569
    Hannover
    Home Country
    Germany Germany
    AW: Maya Bug Reports & issues

    I'm using the latest version, but the basic home screen plugin doesn't work at all.

    Code:
    2010-09-26 19:10:14.123784 [ERROR][MPMain(1)]: Unable to start plugin:ProcessPlugins.MayaBasicHomePlugin.MayaBasicHomePlugin exception:System.ArgumentOutOfRangeException: Der Index lag außerhalb des Bereichs. Er muss nicht negativ und kleiner als die Auflistung sein.
    Parametername: index
       bei System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
       bei System.ThrowHelper.ThrowArgumentOutOfRangeException()
       bei System.Collections.Generic.List`1.get_Item(Int32 index)
       bei ProcessPlugins.MayaBasicHomePlugin.MayaBasicHomePlugin.SetNeighbours(Int32 mypointer, Int32 numberofitems)
       bei ProcessPlugins.MayaBasicHomePlugin.MayaBasicHomePlugin.Start()
       bei MediaPortal.GUI.Library.PluginManager.Start()

    And this is my MayaSkin.xml file, which looks ok for me:
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <profile>
      <section name="MayaBasicHome">
        <entry name="enWeather">1</entry>
        <entry name="enRSS">1</entry>
        <entry name="biggerFonts">0</entry>
        <entry name="biggerMiniguide">1</entry>
        <entry name="biggerTVHome">1</entry>
        <entry name="NowPlayingFanart">1</entry>
        <entry name="clockBasicHome">1</entry>
        <entry name="clockHome">1</entry>
        <entry name="clockElsewhere">1</entry>
        <entry name="menuItemHyperlink0">602</entry>
        <entry name="recordingsMultiseat">0</entry>
        <entry name="fanartTVSeries">1</entry>
        <entry name="fanartMovingPictures">1</entry>
        <entry name="recentlyAddedSeries">1</entry>
        <entry name="recentlyFanart">0</entry>
        <entry name="recentlyAddedMovies">1</entry>
        <entry name="recentlyMoviesFanart">0</entry>
        <entry name="MovingPicturesListview_large">0</entry>
        <entry name="menuItemName0">TV</entry>
        <entry name="menuItemBgImage0">tv_default.jpg</entry>
        <entry name="EnableBackgroundImage">1</entry>
      </section>
      <section name="MayaBasicHomeSubmenu0">
        <entry name="submenuItemName0">Aufnahmen</entry>
        <entry name="submenuItemHyperlink0">603</entry>
        <entry name="submenuItemName1">TV Guide</entry>
        <entry name="submenuItemHyperlink1">748</entry>
        <entry name="submenuItemName2">Programmsuche</entry>
        <entry name="submenuItemHyperlink2">604</entry>
      </section>

    Any ideas how to solve this?
    :D

    You have only one main menu entry. The plugin and our basichome menu needs at least three main entries...
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom