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: 504888" data-attributes="member: 91354"><p><strong>v0.10</strong></p><p></p><p>Hello, v0.10 is available <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>Here are the new features:</p><p></p><p>First about the upgrade.</p><p><strong>Note that the new mpi contains an empty settings file</strong>.</p><p>If you have configure your own scores or modified the existing ones, before upgrading export you settings to an XML file (using the export button on the configuration screen, or by copying the settings file).</p><p>Then install the new version. Starts the plugin to synchronize the settings with the online file then import your scores.</p><p>My advice is to import your own scores (new) and use only the "name" option to merge the existing ones.</p><p></p><p><strong>Online Synchronization</strong></p><p>It is possible to let the plugin synchronize the settings with an online file.</p><p>For now the settings are hosted <a href="http://sites.google.com/site/myscorecenter/MyScoreCenter.Settings.xml" target="_blank">here</a>. </p><p>The plugin won't download any icons, but a zip file with all the icons is available <a href="http://sites.google.com/site/myscorecenter/ScoreCenter.zip?attredirects=0" target="_blank">here</a>.</p><p></p><p>If you want I can upload other files, someone sent me a Russian version of the initial settings.</p><p></p><p>By default the plugin is configure to synchronize only the first time (or when the scores list is empty), but you can change this in the configuration screen: to always (every time the plugin starts) or Manual (with the context menu). The option Never will actually do the same as Manual.</p><p>My advice is to set it to Manual since the file won't be updated every day.</p><p></p><p>The online file contains most of the new scores I proposed in previous post, plus many others:</p><p>- groups for champion's league and europa league</p><p>- groups for world cup qualification (europe only for now)</p><p>- Vuelta (Spain cycling race)</p><p>- US Open (Just a live table because I haven't found anything really good)</p><p>- A lot of 'history' tables</p><p></p><p><strong>Rules</strong></p><p>1 new operator is available: IsNull</p><p>2 new formatting actions:</p><p>- <em>ReplaceText</em>: to replace the text in value, if value contains a ',' the second element is used as the replacement</p><p> Example:</p><p> Text='abca' Value='a' => Result = 'bc'</p><p> Text='abca' Value='a,z' => Result = 'zbcz'</p><p>- <em>MergeCells</em>: Applies to the full line and basically it means that the column sizes are ignored and all the cell on the line are displayed one after another.</p><p> It is useful for example when sometimes a line contains only a value in the first cell and this value is larger than the other cells of the same column (in HTML a colspan is used).</p><p></p><p><strong>Column Sizes</strong></p><p>It is possible to specify that the text in a column needs to be center by using a '+'.</p><p>So '-' = Align left, '+' = Align center, nothing = Align right</p><p></p><p><strong>Paging</strong></p><p>If the score is too long for the screen a 'Next' button will appear. The navigation is right first then down. But try to avoid score too large because it is hard to read them.</p><p>For skinner, the 'Next' Button has the ID=40.</p><p>The Forward button on the remote can also be use to go to the next page.</p><p>When the last page is displayed, clicking next will send you back to the first page. For now it is not possible to go back.</p><p>I know there are still some issues about this in some weird case.</p><p></p><p><strong>Ordering scores</strong></p><p>The configuration screen allows you to change the order of the scores (not the categories or the leagues). Select a score and click the up or down buttons in the toolbar.</p><p>I also optimize the construction of the tree in the configuration screen since the list of scores was increasing quite a lot ans also when saving a score.</p><p></p><p>By the way, I'm thinking to remove this save button because I always forgot to click on it (I know I'm the one who put it here). This will means that the score will be committed when selecting another node. What do you think?</p><p></p><p>The plan now is to find a better solution to host the settings file, that will allow to also download the icons. Then I will submit a list of features I have in mind so you can vote for what you think</p></blockquote><p></p>
[QUOTE="FredP42, post: 504888, member: 91354"] [b]v0.10[/b] Hello, v0.10 is available :) Here are the new features: First about the upgrade. [B]Note that the new mpi contains an empty settings file[/B]. If you have configure your own scores or modified the existing ones, before upgrading export you settings to an XML file (using the export button on the configuration screen, or by copying the settings file). Then install the new version. Starts the plugin to synchronize the settings with the online file then import your scores. My advice is to import your own scores (new) and use only the "name" option to merge the existing ones. [B]Online Synchronization[/B] It is possible to let the plugin synchronize the settings with an online file. For now the settings are hosted [URL="http://sites.google.com/site/myscorecenter/MyScoreCenter.Settings.xml"]here[/URL]. The plugin won't download any icons, but a zip file with all the icons is available [URL="http://sites.google.com/site/myscorecenter/ScoreCenter.zip?attredirects=0"]here[/URL]. If you want I can upload other files, someone sent me a Russian version of the initial settings. By default the plugin is configure to synchronize only the first time (or when the scores list is empty), but you can change this in the configuration screen: to always (every time the plugin starts) or Manual (with the context menu). The option Never will actually do the same as Manual. My advice is to set it to Manual since the file won't be updated every day. The online file contains most of the new scores I proposed in previous post, plus many others: - groups for champion's league and europa league - groups for world cup qualification (europe only for now) - Vuelta (Spain cycling race) - US Open (Just a live table because I haven't found anything really good) - A lot of 'history' tables [B]Rules[/B] 1 new operator is available: IsNull 2 new formatting actions: - [I]ReplaceText[/I]: to replace the text in value, if value contains a ',' the second element is used as the replacement Example: Text='abca' Value='a' => Result = 'bc' Text='abca' Value='a,z' => Result = 'zbcz' - [I]MergeCells[/I]: Applies to the full line and basically it means that the column sizes are ignored and all the cell on the line are displayed one after another. It is useful for example when sometimes a line contains only a value in the first cell and this value is larger than the other cells of the same column (in HTML a colspan is used). [B]Column Sizes[/B] It is possible to specify that the text in a column needs to be center by using a '+'. So '-' = Align left, '+' = Align center, nothing = Align right [B]Paging[/B] If the score is too long for the screen a 'Next' button will appear. The navigation is right first then down. But try to avoid score too large because it is hard to read them. For skinner, the 'Next' Button has the ID=40. The Forward button on the remote can also be use to go to the next page. When the last page is displayed, clicking next will send you back to the first page. For now it is not possible to go back. I know there are still some issues about this in some weird case. [B]Ordering scores[/B] The configuration screen allows you to change the order of the scores (not the categories or the leagues). Select a score and click the up or down buttons in the toolbar. I also optimize the construction of the tree in the configuration screen since the list of scores was increasing quite a lot ans also when saving a score. By the way, I'm thinking to remove this save button because I always forgot to click on it (I know I'm the one who put it here). This will means that the score will be committed when selecting another node. What do you think? The plan now is to find a better solution to host the settings file, that will allow to also download the icons. Then I will submit a list of features I have in mind so you can vote for what you think [/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