Page 1 of 1

Retrieving ASR League Results via AsrScore (software)

Posted: Wed Oct 06, 2010 10:08 pm
by cgbspender
AsrScore is an utility that was programmed by Frango whose aim is to make informations about the league games easier of access.
And, not only it will give you the result, but it will also indicate the ranks of the other players who are in the same group as you. (assuming, they have at least played one league game, and that they don't hide their rank)

It is currently still under development. Here are its features:

- Retrieves League Result (Ranking inside the class, Wins/losses ratio, and the number of points)
- Displays your classmates' ranks.
- Enables downloading of all league games from one player at once (soon, this will be extended to "download all league games from the current month", or the previous ones)

Take a look :

Image
Image

Many other interesting features can be implemented, according to Frango. If you have good ideas to make this software of greater interest for whatever purpose (get statistics, etc ?), feel free to post here. (pay attention not to drown Frango under countless hours of works, though, I'd feel bad if he got scared away ;-)

Oh, the programm is a .jar ( I think it should run automatically by double-clicking on Linux or Windows, but i'm not sure about Mac, so if anyone could confirm ?)

Just in case it doesn't, here is the command for Linux :

Code: Select all

$ cd PathToTheFolderThatContainsMyJarFile

then..

Code: Select all

$ java -jar AsrScore.jar



The link for download can be found in Frango's kgs profile.

Cgbspender

Re: Retrieving ASR League Results via AsrScore (software)

Posted: Thu Oct 07, 2010 1:15 am
by montchik
Double click in mac too.

Re: Retrieving ASR League Results via AsrScore (software)

Posted: Thu Oct 07, 2010 7:32 pm
by cgbspender
Alright, I'm going first for suggestions then :)

1/ possibility of updating all the classes at once ?
2/ sorting players by their kgs ranks (at least those who do have one)
3/being able to change the "save sgf to" folder by default.
4/ associating an sgf reader to the sgfs, so that a double click will open the game.
5/ download all league games at once.
6/ retrieving the previous months archives
7/separating player A from player B (a bolder line ?)
8/use colors to indicate the top/ bottom 3 or 4 players in each class

I have no idea whether those requests are complex to program or not. Let us know if that's the case. (@Frango)

Others, don't be shy, share your thoughts ^^

CGB'

Re: Retrieving ASR League Results via AsrScore (software)

Posted: Wed Oct 13, 2010 4:30 am
by Frango
Most of these features have been added to the version you can find a link to in my kgs profile.



The program is now at version 0.91 and starting at 1.00 I will provide more detailed documentation.

Feel free to comment here or to talk to me on kgs.

Some things worth mentioning so you can start using the program now:
  • click on table headers to sort the table. This works on the 2 table available (class results and games table)
  • double click (single click in Linux) on rows in the games table to open games in an editor. Gowrite ships with the program and works out of the box. If you want to use another editor, add the path to your program in asr.ini

Re: Retrieving ASR League Results via AsrScore (software)

Posted: Mon Oct 25, 2010 1:47 pm
by Frango
ASR League Score Retriever 0.93 released

Link in Frango's info on kgs as usual.

fixes a small bug that rejected some good games (could only be seen if you updated while a league game was being played).

I recommend that you delete the previous folder, old data files can't be used in the new version, data format was slightly modified. However, the version in my info comes with up to date data files.

Re: Retrieving ASR League Results via AsrScore (software)

Posted: Fri Nov 12, 2010 3:50 am
by kirkmc
Why not post the link here as well? Just sayin'...

BTW, it doesn't work reliably for me on Mac OS X 10.6.5. Sometimes it quits, sometimes it flashes a window then the window disappears, and sometimes, after one minute or so, it displays the info.

Re: Retrieving ASR League Results via AsrScore (software)

Posted: Sat Nov 13, 2010 7:41 pm
by Frango
Hi,

thank you for the feedback on Mac. So far I had positive feedback from mac users, I will need more details.

Version 0.94 has been released, fixes a bug in the kgs ranks displayed (it did not update properly), and connects to the new servers (old one will no longer be used).

About not releasing the links here, I find it easier to have it in my info, this way if I forget to update this thread, you always get the latest links in my info.

And this is a kgs thing, I'd like the link to be on kgs only. Some will agree, others won't. I think the link is easy enough to get, I see no problem here.

Re: Retrieving ASR League Results via AsrScore (software)

Posted: Sat Jan 01, 2011 6:11 pm
by Frango
Version 0.95 released.

It includes more accurate ranks and some some minor gui fixes.

As usual, download link is in Frango's kgs info.

edit: version 0.97 released

It adds automatic support for games that were added manually on the server by admins upon requests from the players, as an example games in which the players forgot to say "ASR League".

Re: Retrieving ASR League Results via AsrScore (software)

Posted: Mon Jan 24, 2011 4:20 pm
by xed_over
nice app.

how easy would it be to adapt this app to other leagues/tourneys? For example, the recent YKNOT tournament?

Are the ASR league and player names hardcoded into the app? What about making a config file to load this app with alternate names?