MySports Plugin 1.0.0.0 [25-03-2018] (1 Viewer)

Should thesportsdb data have separate plugin?

  • No, stay with ScoreCenter

    Votes: 0 0.0%

  • Total voters
    7

Edalex

Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    Is this not related to tags #MySports.LeagueDetails.View and #MySports.TeamDetails.View? I have one question for them ...
    Nope, they're working fine as I think
    <visible>string.equals(#MySports.LeagueDetails.View,Table)</visible> determines whether table header should be visible. In other cases I'm using them in screen name on top of the screen in DefaultWide. And don't forget to disable table item for non-soccer event like I did in latest skin files.
    My confusion is about Fanart/standart backgroung showing. Sometimes I see them both due to colordiffuse settings (not familiar with them too) so it means skin expression is not working :oops:
     

    123vak123

    Portal Pro
    December 13, 2010
    207
    161
    Minsk
    Home Country
    Belarus Belarus
    string.eq or string.equals?
    !string.equals or string.!equals?
    !string.equals(#MySports.Fanart,'') or !string.equals(#MySports.Fanart,)?
    Correctly string.equals, !string.equals, control.hasthumb(ID) (???) - ID- block identifier with a fanart

    Code:
            <control>
                  <description>Fanart background</description>
                  <type>image</type>
                  <id>7979</id>
                  <posX>0</posX>
                  <posY>0</posY>
                  <texture>#MySports.Fanart</texture>
                  <width>1920</width>
                  <height>1080</height>
            </control>
    
         <control>
                  <description>DEFAULT BACKGROUND</description>
                  <type>image</type>
                  <id>0</id>
                  <posX>0</posX>
                  <posY>0</posY>
                  <width>1920</width>
                  <height>1080</height>
                  <texture>background.png</texture>
            <visible>!control.hasthumb(7979)</visible>
         </control>

    Maybe somehow?
     

    123vak123

    Portal Pro
    December 13, 2010
    207
    161
    Minsk
    Home Country
    Belarus Belarus
    This is what I unearthed.
    1. About the tag #MySports.LeagueDetails.View for soccer. In soccer there are leagues with tournament tables (I will name their league type 1) and without them, for example, Bundesliga 2, (I will name their league type 2). For leagues of type 1, tag #MySports.LeagueDetails.View can take the value Result, Schedule, Table. For leagues of type 2, tag 1 can only take a value of Result, Schedule. If I exit from league of type 1 when tournament table is active and enter the league of type 2, then tag #MySports.LeagueDetails.View will retain the value Table. Accordingly, the table header will be visible. :)
    2. If I go to a lower level without waiting for the full load of all images (for example, switching to the players without waiting for the loading of the logos of the commands), the underloaded images will be displayed in all panels as they load. In this case helps only exit from the plugin.
     

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    1. About the tag #MySports.LeagueDetails.View for soccer. In soccer there are leagues with tournament tables (I will name their league type 1) and without them, for example, Bundesliga 2, (I will name their league type 2). For leagues of type 1, tag #MySports.LeagueDetails.View can take the value Result, Schedule, Table. For leagues of type 2, tag 1 can only take a value of Result, Schedule. If I exit from league of type 1 when tournament table is active and enter the league of type 2, then tag #MySports.LeagueDetails.View will retain the value Table. Accordingly, the table header will be visible. :)
    Nice find! I didn't expect leagues could miss tables. Even russian league has one! Now I see some league has not table and at the same time they do not have seasons and results as well. I could add this scenario to plugin. Also I'll ask zag on site's forum.
    2. If I go to a lower level without waiting for the full load of all images (for example, switching to the players without waiting for the loading of the logos of the commands), the underloaded images will be displayed in all panels as they load. In this case helps only exit from the plugin.
    Don't do this! Please, be patient :D:D:D:D:D I swear I'm cancelling previous downloading process :oops::oops::oops::oops:
    Speaking seriously I know about it for a long time. That's a price for async loading facade. Cancelation is not momentary. I will try to fix it someday but I'm not sure I could do it now without breaking all.
     

    zag2me

    Portal Pro
    April 11, 2006
    216
    68
    Home Country
    England England
    Actually the Bundesliga 2 is broken for imports because the team data has not been completed (probably a side promoted or relegated at the end of the season). I will take a look but anyone can fix this on the site.
     

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    Actually the Bundesliga 2 is broken for imports because the team data has not been completed (probably a side promoted or relegated at the end of the season). I will take a look but anyone can fix this on the site.
    Bindesliga.2 was not the single example of tableless league unfortunately. Welsh and some others were broken as well

    Отправлено с моего Redmi 3S через Tapatalk
     

    123vak123

    Portal Pro
    December 13, 2010
    207
    161
    Minsk
    Home Country
    Belarus Belarus
    New bugs, questions and wishes.
    Bugs:
    1. Jump to the EventDetails from the list of results from the MySports.LeagueDetails - OK, from the MySports.PlayerDetails - OK, from the MySports.TeamDetails - does not work.
    2. It is possible that the plugin has tag #MySports.PlayerDetals.View. But it does not change the value while navigating in the menu in MySports.PlayerDetails.
    Questions:
    1. For what purpose can I choose favourite sports, league, teams, players?
    2. Playing a local video when pressing F3 - this is so planning? It might be better to make the jump to MySports.EventDetails.Multi or MySports.EventDetails.Two?
    Wishes in addition to already voiced:
    1. More data in the list of local videos. Maybe add grouping and sorting options?
    2. The plugin database stores much more data than it displays in the skin. Can you add tags to the skin, such as seasons, circuit (for Formula-1), addresses of links to posters and maps?

    And, of course, the language file :)
     

    Users who are viewing this thread

    Top Bottom