My Score Center - version 2.12.0.0 - 4 May 2014 (for MP 1.6/1.7) (4 Viewers)

vuego

Documentation Group
  • Team MediaPortal
  • August 5, 2006
    1,643
    764
    Göteborg
    Home Country
    Sweden Sweden
    Re: My Score Center - version 1.1 - 13 dec 2009

    Hi, I updated the Swedish football settings.
    Top scorer wasn't working and Results table was too wide.

    BTW using Windows 7 and MP 1.1.0 RC 1 without any problems.
     

    Attachments

    • Sweden.xml
      30.6 KB

    FredP42

    MP Donator
  • Premium Supporter
  • May 2, 2009
    237
    243
    78
    Home Country
    France France
    Re : Re: My Score Center - version 1.1 - 13 dec 2009

    Hi, I updated the Swedish football settings.
    Top scorer wasn't working and Results table was too wide.

    BTW using Windows 7 and MP 1.1.0 RC 1 without any problems.

    I updated the settings with your changes (I did not test :oops:).

    For those who have issues on win7 can you try this little application:
    http://sites.google.com/site/myscorecenter/TestConfig.zip
    And tell me if it is working.

    It is a very small app which I'm using to launch the settings without starting MediaPortal config.
    Unzip the exe and copy it to MediaPortal bin (where configuration.exe is), you will need to copy the plugin and its serializer lib form the plugins\windows directory to the bin directory.
     

    vrm

    Portal Pro
    November 7, 2009
    117
    10
    Home Country
    Hungary Hungary
    Re: Re : Re: My Score Center - version 1.1 - 13 dec 2009

    For those who have issues on win7 can you try this little application:
    http://sites.google.com/site/myscorecenter/TestConfig.zip
    And tell me if it is working.

    It is a very small app which I'm using to launch the settings without starting MediaPortal config.
    Unzip the exe and copy it to MediaPortal bin (where configuration.exe is), you will need to copy the plugin and its serializer lib form the plugins\windows directory to the bin directory.

    It's working for me :)
    :D

    I also attached the updated Hungarian football settings.
     

    Attachments

    • Hungary.xml
      30.6 KB

    SilentException

    Retired Team Member
  • Premium Supporter
  • October 27, 2008
    2,617
    1,130
    Rijeka, Croatia
    Home Country
    Croatia Croatia
    Re: My Score Center - version 1.1 - 13 dec 2009

    I tested this Test program from SVN some time ago already, and that one worked on my machine..

    It was dialog from that wouldn't open..

    Really weird.. But then again, I'm glad I'm not only one experiencing this..
     

    FredP42

    MP Donator
  • Premium Supporter
  • May 2, 2009
    237
    243
    78
    Home Country
    France France
    Re : Re: Re : Re: My Score Center - version 1.1 - 13 dec 2009

    It's working for me :)

    Ok so I think the issue is coming from the MediaPortal configuration.
    Just a question, are you using the OnlineVideos plugin and if yes, can you start the configuration.

    I also attached the updated Hungarian football settings.

    Ok thank you, I merged it with the current online settings.
    Except for the icons, which are all prefix with "hun_" (because I don't want to change the online ones).
     

    vrm

    Portal Pro
    November 7, 2009
    117
    10
    Home Country
    Hungary Hungary
    Re: Re : Re: Re : Re: My Score Center - version 1.1 - 13 dec 2009

    Ok so I think the issue is coming from the MediaPortal configuration.
    Just a question, are you using the OnlineVideos plugin and if yes, can you start the configuration.

    Yeah, OV's config works fine (but the plugin doesn't at the moment - at least for me).


    Except for the icons, which are all prefix with "hun_" (because I don't want to change the online ones).

    Damn, I thought I already fixed that for myself... :confused:
     
    C

    cYbton

    Guest
    Re: My Score Center - version 1.1 - 13 dec 2009

    Hey,

    how do it works with the fanarts? It' just doesn't work here.

    I set a fanart directory in the config and tried filenames like _.jpg or default.jpg, but no picture is shown.
    I also tried using fanarthandler, but I think I have to make a change in the xml, right?
     

    FredP42

    MP Donator
  • Premium Supporter
  • May 2, 2009
    237
    243
    78
    Home Country
    France France
    Re : Re: My Score Center - version 1.1 - 13 dec 2009

    Hey,

    how do it works with the fanarts? It' just doesn't work here.

    I set a fanart directory in the config and tried filenames like _.jpg or default.jpg, but no picture is shown.
    I also tried using fanarthandler, but I think I have to make a change in the xml, right?

    What skin are you using?

    To get backdrops, you need to:
    - set the backdrops directory in the config
    - in the skin have a control image with id = 30 and texture = #ScoreCenter.bd.jpg (it's only working with jpg extension)

    Example from Blue3 Wide:
    Code:
        <control>
          <description>backdrop</description>
          <type>image</type>
          <id>30</id>
          <posX>0</posX>
          <posY>0</posY>
          <width>1280</width>
          <height>720</height>
          <texture>#ScoreCenter.bd.jpg</texture>
          <colordiffuse>500000FF</colordiffuse>
          <animation effect="fade" time="400">WindowClose</animation>
          <animation effect="fade" time="400">WindowOpen</animation>
        </control>

    Note: I'm not sure but I think the order of the controls is important in the skin file, check if you don't have another

    The default backdrop name is "_.jpg" and it is only working for categories (ie first level): basketball, football, tennis ...

    I have to say I still didn't find time to look at the Fanarthandler plugin:oops:
     
    C

    cYbton

    Guest
    Re: My Score Center - version 1.1 - 13 dec 2009

    I'm using StreamedMP. Now I choosen the image _.jpg and added your code without any change.
     

    Attachments

    • MyScoreCenter.xml
      30.6 KB

    FredP42

    MP Donator
  • Premium Supporter
  • May 2, 2009
    237
    243
    78
    Home Country
    France France
    Re : Re: My Score Center - version 1.1 - 13 dec 2009

    I'm using StreamedMP. Now I choosen the image _.jpg and added your code without any change.

    I tried your files in Blue3Wide:
    You need to remove the import of common.window.xml at the end of the file or to move it before the backdrop controls id = 30 (as the first controls works for me).
     

    Users who are viewing this thread

    Top Bottom