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

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 fixed it already.. seems like the ionic.zip when extracting files (doing ZipEntry entry.Extract(dest, false).. false meaning do not overwrite, throws an exception instead of silently not overwriting the file.. and as the zip file is extracted in thumbs, to fix error, you have to delete folder c:\Documents and Settings\All Users\Application Data\Team MediaPortal\MediaPortal\thumbs\ScoreCenter\

    i fixed it in the code with fetching exceptions when doing extract in ExchangeManager.cs, function ReadZip:

    Code:
                   foreach (ZipEntry entry in zip)
                    {
                        try
                        {
                            entry.Extract(dest, false);
                        }
                        catch
                        {
                            // most likely file already exists so do not throw any
                        }
                    }
     

    jamiro

    Portal Pro
    July 14, 2007
    117
    8
    52
    Home Country
    Re: My Score Center - version 1.1 - 13 dec 2009

    I am no longer getting NHL standings from The Score. Website has been changed.
    I'm sorry but setting up new settings to retrieve the different tables is way beyond me using xpath,
    If someone smarter than me :oops: has managed to update their settings to grab NHL standings could you please share them here for others. Thanks.
     

    FredP42

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

    I am no longer getting NHL standings from The Score. Website has been changed.
    I'm sorry but setting up new settings to retrieve the different tables is way beyond me using xpath,
    If someone smarter than me :oops: has managed to update their settings to grab NHL standings could you please share them here for others. Thanks.

    I updated the NHL results.
    I couldn't used thescore.com for the results so I used yahoo sports.
    I added injuries, modified statistics.
    I had to remove some columns in the standings because it is too long (remove home, away, last10), I can add new entries if someone is interested by this.
    I remove team statistics and updated the team summary to a team fixtures. I just put one entry for boston but if you want another team, go to the score find your team and select "scores & schedules", copy the URL and replace the one in the settings and change the name.
    If you follow more than one team copy the entry.

    I'm working on the bug, I will try to release something this week.
     

    jamiro

    Portal Pro
    July 14, 2007
    117
    8
    52
    Home Country
    Re: My Score Center - version 1.1 - 13 dec 2009

    Thanks Frederic, the new settings file works perfect for NHL, much appreciated


    :D
     

    klara31

    Portal Member
    March 28, 2009
    43
    1
    Home Country
    Netherlands Netherlands
    Re: My Score Center - version 1.1 - 13 dec 2009

    Has someone figured out a nice XML for the Netherlands? If so: please post it!
     

    vrm

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

    Hey Frederic!

    Is it possible that you can provide additional, user chosen (in the config) controls to make plugins's first screen richer?
    I mean when I start plugin, I see a list in the left and a big empty space in the rest of the screen. This space can be filled with user choosen elements,
    for example current standings of PL, WTA ranking, last F1 results, you name it. The layout work would be the skinner's job, of course.
     

    Rico

    Portal Pro
    December 23, 2008
    188
    12
    Straelen
    Home Country
    Germany Germany
    Re: My Score Center - version 1.1 - 13 dec 2009

    Has someone figured out a nice XML for the Netherlands? If so: please post it!

    Here You go

    Voetbal International Xml

    Included
    :eek::eek::eek::eek::eek::eek::eek:
    :D:D:D:D:D:D

    Programma
    Uitslagen
    Stand
    Topscorers
    Assists
    Gele en Rode Kaarten
    Minst Gepasseerde Keeper
    Nul Wedstrijden Keeper


    en here also the logo for Eredivisie
     

    Attachments

    • eredivisie1.png
      eredivisie1.png
      2.2 KB
    • voetbal international.xml
      30.7 KB

    Rico

    Portal Pro
    December 23, 2008
    188
    12
    Straelen
    Home Country
    Germany Germany
    Re: My Score Center - version 1.1 - 13 dec 2009

    Updated Holland Version

    Voetbal International Xml

    Eredivisie Holland:

    Included

    Programma
    Uitslagen
    Stand
    Topscorers
    Assists
    Gele en Rode Kaarten
    Minst Gepasseerde Keeper
    Nul Wedstrijden Keeper



    Jupiler League Holland:


    Included

    Programma
    Periode Stand
    Uitslagen
    Stand
    Topscorers


    and the logo




    Enjoy :)
     

    Attachments

    • jupiler league.png
      jupiler league.png
      1.6 KB
    • Holland Soccer Eredivisie and Jupiler League.xml
      30.8 KB

    Users who are viewing this thread

    Top Bottom