- Thread starter
- #431
Re : Re: My Score Center - version 2.3.0 - 24 Septmber 2011 With Live Plugin
Hello jameson_uk,
Yes, you are right it is not obvious. The idea is that the user will go directly in MP and the first time the settings will be downloaded.
Maybe if you go directly to the config, a popup should ask the user if he wants to download the settings or explain how to do it.
I don't want to include the complete settings in the package because after some time it won't be up to date.
I fixed the issue when trying to add scores when the settings is empty.
What you are suggesting is to split the ScoreCenter screen to have the vidi-printer show the last X lines?
Why not? I already need to do a better job for the RSS scores, I will lonk into this too.
If you want to add the vidi-printer, you can do it with this rule:
XPATH = //div[@id="footballVideprinter"]//li
Width = -50 (not necessary but nicer)
Then set Max Lines to 5 (or more or less) and activate the live, it should work.
Don't put too many lines because you will get all the changes in one notification dialog.
I'm already looking into this because I want to improve the live for WorldFootball by using the game page (example: Chelsea-Arsenal) which will give goal scorer and some other info like cards and substitute.
The thing is that I need to do either a specific code for each site (and each user request) or add configuration parameters to be generic. For WorldFootball it don't bothers me to do a specific code since the site is very exhaustive and most users will use it.
For what I saw, the game page is updated in 1-2 minutes then the round page in another 1-2 minutes and then the main page.
I'm already working on using the round page rather than the main page, and as I said in the future I plan to use the game page to get more information.
Hello jameson_uk,
It is not obvious to setup. I installed opened MP and config section was empty. When I tried to add something I got unhandled .NET exceptions (think it was a null pointer exception).
Opening up the plugin in MP seemed to then populate the config. Would it be possible to have the defaults already setup before you open it in MP?
Yes, you are right it is not obvious. The idea is that the user will go directly in MP and the first time the settings will be downloaded.
Maybe if you go directly to the config, a popup should ask the user if he wants to download the settings or explain how to do it.
I don't want to include the complete settings in the package because after some time it won't be up to date.
I fixed the issue when trying to add scores when the settings is empty.
I don't know if it is possible? and I think it would be a workaround to MP plugins standards.With the process plugin I know you are going to make it enabled by default but I think you can actually get rid of it all together by just starting some background thread inside the main plugin if this option is enabled?
I didn't know what vidi-printer means, so I googled it and laugh.Another really cool thing would be a vidi-printer (BBC SPORT | Football | Live Videprinter or as you can see at the bottom of the screen BBC SPORT | TV/Radio Listings | Grandstand | Grandstand interactive)
So rather than navigating to something you would have a live feed with the latest scores on top and the old ones drop off as they get replaced with new ones. Then whatever you have setup as a live feed would appear on this feed.
What you are suggesting is to split the ScoreCenter screen to have the vidi-printer show the last X lines?
Why not? I already need to do a better job for the RSS scores, I will lonk into this too.
If you want to add the vidi-printer, you can do it with this rule:
XPATH = //div[@id="footballVideprinter"]//li
Width = -50 (not necessary but nicer)
Then set Max Lines to 5 (or more or less) and activate the live, it should work.
Don't put too many lines because you will get all the changes in one notification dialog.
I don't understand what your saying about adding sendings off.If you could add sendings off (I am thinking of football here then that would be good too)
Of Course that would be great, but the difficult part is to connect a line for a score with a URL.And the other thing I thought was about being able to link completed games to a review or news article on it (or even to some live text commentary about games that are in progress) (Eg. BBC Sport - Sunderland v Aston Villa for live or BBC Sport - Chelsea 3-5 Arsenal for completed games)
I'm already looking into this because I want to improve the live for WorldFootball by using the game page (example: Chelsea-Arsenal) which will give goal scorer and some other info like cards and substitute.
The thing is that I need to do either a specific code for each site (and each user request) or add configuration parameters to be generic. For WorldFootball it don't bothers me to do a specific code since the site is very exhaustive and most users will use it.
Yes, maybe I can add a filter for the live feature.Edit: and some more ideas.... With the live plugin can we make the football scores show what is going on (most pages should L for Latest, HT for Half Time and FT for full time) which would be good
Also could we have something about favourite teams so you can get pop up dialogs only for selected teams?
No I think it is working, but for the live I'm using the main page of the league (ex: Premier League) and I saw too that it took up to 5 minutes to be updated.And finally.... Am I doing something wrong?? I have enabled live updates but I am not getting anything. I am say on the "next round" screen for English Premier League and I know scores have changed well over 10 minutes ago but nothing on screen. Earlier I only seemed to get an update when I changed screen ??
For what I saw, the game page is updated in 1-2 minutes then the round page in another 1-2 minutes and then the main page.
I'm already working on using the round page rather than the main page, and as I said in the future I plan to use the game page to get more information.