home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
My Score Center - version 2.12.0.0 - 4 May 2014 (for MP 1.6/1.7)
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="FredP42" data-source="post: 819319" data-attributes="member: 91354"><p><strong>Re : My Score Center - version 2.5.0 - 9 December 2011</strong></p><p></p><p>Hello All,</p><p>I just uploaded version 2.5.0, the new features are:</p><p></p><p><strong>WorldFootball scores analyzed which items to show (last results, ranking, scorer).</strong></p><p>For WorldFootball scores, now it will analyzed the "home page" of the league and display/hide the sub items such as Top Scorer, History....</p><p>With the same idea, the results item will show the "current round" (define in the home page).</p><p>This should fix the issue when the results is empty.</p><p></p><p><strong>WorldFootball add Assist, Stadium and Referee.</strong></p><p>New items displayed (if available).</p><p></p><p><strong>WorldFootball possibility to navigate through rounds.</strong></p><p>For leagues, it is now possible to navigate through the rounds.</p><p>So there is no more "Next Round" item.</p><p>To have this working the skin must contains two additional controls: prev score button (id = 70) and next score button (id = 80).</p><p>Additionally (recommended) the round name can be displayed by <strong>#ScoreCenter.Round</strong> property.</p><p></p><p><strong>Localization for scores.</strong></p><p>It is possible to define a dictionary in the <em>score_xx.xml</em>.</p><p>You can have more than one dictionary, each dictionary has a name.</p><p>The <em>LocString</em> works like previous usage.</p><p>To use a dictionary, in the score definition, enter the name of the dictionary in the <em>Dictionary</em> field.</p><p>The following example, will replace "10" by "Ten" and everything starting with "2" by "#2*"</p><p>[CODE]</p><p> <ScoreDictionaries></p><p> <ScoreDictionary name="Sample"></p><p> <LocString id="10">Ten</LocString></p><p> <LocString id="2(?&lt;grp&gt;\.*)" isRegEx="true">#2${grp}</LocString></p><p> </ScoreDictionary></p><p> </ScoreDictionaries>[/CODE]</p><p><strong>Note:</strong> WorldFootball scores will use the following dictionaries WF.scorer, WF.archives, WF.table, WF.last (for results)</p><p></p><p><strong>Improve parsing to use "alt" attribute of img tag when the column contains only images.</strong></p><p>For Columns which contain only an image <em><img src=...</em>, the <em>alt</em> property will be used (if it exists).</p><p></p><p><strong>Alternate color for rows.</strong></p><p>It is possible to use an alternate color to make the score more readable.</p><p>There is an option in the setting scree "Use alternate color" (checked by default).</p><p>The alternate is defined in the skin by the <strong>colordiffuse</strong> property of the control with id <strong>20</strong>.</p><p></p><p><strong>Reorganize Generic Score Editor with tabs. </strong></p><p>I reorganize the score editor to separate parsing, and formatting elements.</p></blockquote><p></p>
[QUOTE="FredP42, post: 819319, member: 91354"] [b]Re : My Score Center - version 2.5.0 - 9 December 2011[/b] Hello All, I just uploaded version 2.5.0, the new features are: [B]WorldFootball scores analyzed which items to show (last results, ranking, scorer).[/B] For WorldFootball scores, now it will analyzed the "home page" of the league and display/hide the sub items such as Top Scorer, History.... With the same idea, the results item will show the "current round" (define in the home page). This should fix the issue when the results is empty. [B]WorldFootball add Assist, Stadium and Referee.[/B] New items displayed (if available). [B]WorldFootball possibility to navigate through rounds.[/B] For leagues, it is now possible to navigate through the rounds. So there is no more "Next Round" item. To have this working the skin must contains two additional controls: prev score button (id = 70) and next score button (id = 80). Additionally (recommended) the round name can be displayed by [B]#ScoreCenter.Round[/B] property. [B]Localization for scores.[/B] It is possible to define a dictionary in the [I]score_xx.xml[/I]. You can have more than one dictionary, each dictionary has a name. The [I]LocString[/I] works like previous usage. To use a dictionary, in the score definition, enter the name of the dictionary in the [I]Dictionary[/I] field. The following example, will replace "10" by "Ten" and everything starting with "2" by "#2*" [CODE] <ScoreDictionaries> <ScoreDictionary name="Sample"> <LocString id="10">Ten</LocString> <LocString id="2(?<grp>\.*)" isRegEx="true">#2${grp}</LocString> </ScoreDictionary> </ScoreDictionaries>[/CODE] [B]Note:[/B] WorldFootball scores will use the following dictionaries WF.scorer, WF.archives, WF.table, WF.last (for results) [B]Improve parsing to use "alt" attribute of img tag when the column contains only images.[/B] For Columns which contain only an image [I]<img src=...[/I], the [I]alt[/I] property will be used (if it exists). [B]Alternate color for rows.[/B] It is possible to use an alternate color to make the score more readable. There is an option in the setting scree "Use alternate color" (checked by default). The alternate is defined in the skin by the [B]colordiffuse[/B] property of the control with id [B]20[/B]. [B]Reorganize Generic Score Editor with tabs. [/B] I reorganize the score editor to separate parsing, and formatting elements. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
My Score Center - version 2.12.0.0 - 4 May 2014 (for MP 1.6/1.7)
Contact us
RSS
Top
Bottom