-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pokerstars SnGs stats #46
Comments
Yeah unfortunately tourney support is not very good. I don't play them myself so it's not really on my radar. |
Wow that was fast. Any chance you could point me to the correct files to alter. I am a software developer myself, maybe i can have a look myself in the future if it's not too much work. |
If you start at GuiTourneyPlayerStats.py you can probably follow the spaghetti where you need to go. :) Also I have a vague recollection that you need some kind of tournament summary file for the ITM/ROI things, not just the hand history. But I could be mistaken on that. |
ok thx. I got some better results now for what ever reason. *edit: Ah, the difference is that i only imported the tournament summary files now. Which does what i wanted in the first place. Pokerstars saves a detailed tournament file in the normal hh file location which seems to confuse fpdb. So just importing the summary files seems to work. *edit2: But this also means no hud of course, cause you have no detailed player stas in the database. |
Hmm that's interesting. Maybe the order of import matters? I feel like this is something that could be fixed without too much work. As a workaround you could have one database for the summary stats and another one for the hands/HUD. |
Yeah having two databases would work i guess, but right now i am not that mich interested in hud stats. A way to get a summary of my results is all i need. Sadly knockout tourneys will not index correctly, cause there is no reference to the bounties in the tourney summary hhs. |
Bounties will get picked up in the hand histories themselves. I'm not sure i understand why importing both the hands and the tournaments summaries didn't work. Could you explain that a bit more? |
@ChazDazzle sure. I made some screenshots to make it more easy to follow.
Hope that helps. Let me know if you need the hhs or the logs. Greetings |
Could you expand out the first column in the last image?
It looks like the hand histories are adding information to the database to
split off 5 of the tournaments into a separate category. Otherwise
everything is the same just out of order.
I'll have to take a look at the kos to see where they should be pulled in.
…On Fri, May 26, 2017 at 3:08 PM, Andy ***@***.***> wrote:
@ChazDazzle <https://github.com/chazdazzle> sure.
I made some screenshots to make it more easy to follow.
1.
This is how my tourney stats look like when i just import the tourney
summaries: http://i.imgur.com/6Ofqovp.png The stats here look ok but
the bounties are missing.
2.
This is how it looks like after i selected the normal hand history
folder in the settings and clicked "bulk import" again:
http://i.imgur.com/9dQS7f5.png As you can see. The stats don't look
correct anymore. The tourneys are split up differently and the bounties are
still missing i guess.
3.
Interestingly i get yet an other result when i delete the database and
hit "bulk import" again, so all hhs (normal and summary) are imported at
the same time. http://i.imgur.com/g0mDJkH.png
Hope that helps. Let me know if you need the hhs or the logs.
Greetings
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#46 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAXWLMkjrhnIS4fSO1ZSMcypnKItvblaks5r9yMggaJpZM4Nk0I9>
.
|
What do you mean by "expand out"? If you mean, making the column wider, there is nothing there. The value is just "PokerStars" in all rows. Also, Won, ROI% and $/Tour is missing compared to the first image. |
Ok, thanks. Can you try importing just the tournament summaries?
…On Fri, May 26, 2017 at 3:30 PM, Andy ***@***.***> wrote:
What do you mean by "expand out"? If you mean, making the column wider,
there is nothing there. The value is just "PokerStars" in all rows. Also,
Won, ROI% and $/Tour is missing compared to the first image.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#46 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAXWLLum_Kk3b3WuSx9SeFTXlU6cykmFks5r9yhDgaJpZM4Nk0I9>
.
|
That's what i did in my first screenshot. |
The first screenshot is tourney summaries only, correct? The second
screenshot is hands + tourney summaries. I think the third screenshot is
probably hand histories only. Since there's no results my guess is the
tournament summaries only get imported correctly if you do them on their
own.
…On Fri, May 26, 2017 at 3:36 PM, Andy ***@***.***> wrote:
That's what i did in my first screenshot.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#46 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAXWLKTdq56FRN-J1pwryEKuF5xa-EG4ks5r9ym8gaJpZM4Nk0I9>
.
|
So we have two problems. The split of the turbos and the missing bounties. Thx for your time looking at this mate. |
How many bounty tournaments would you say you played?
…On Fri, May 26, 2017 at 3:49 PM, Andy ***@***.***> wrote:
1. Summaries only, yes.
2. First Summaries, then All
3. Yeah you are right. I imported the summaries again and now the last
screen looks like the second one. :) I was wrongfully under the impression
that the "bulk import" imports both the normal and the summary hhs at the
same time.
So we have two problems. The split of the turbos and the missing bounties.
Thx for your time looking at this mate.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#46 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAXWLI9cn7q9kLc98zN0ftrPM2WfN9Elks5r9yzXgaJpZM4Nk0I9>
.
|
Also, i'll make sure to update this view to include rebuys, addons, and
bounties for the next version.
…On Fri, May 26, 2017 at 3:50 PM, Chaz ***@***.***> wrote:
How many bounty tournaments would you say you played?
On Fri, May 26, 2017 at 3:49 PM, Andy ***@***.***> wrote:
>
> 1. Summaries only, yes.
> 2. First Summaries, then All
> 3. Yeah you are right. I imported the summaries again and now the
> last screen looks like the second one. :) I was wrongfully under the
> impression that the "bulk import" imports both the normal and the summary
> hhs at the same time.
>
> So we have two problems. The split of the turbos and the missing bounties.
>
> Thx for your time looking at this mate.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#46 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AAXWLI9cn7q9kLc98zN0ftrPM2WfN9Elks5r9yzXgaJpZM4Nk0I9>
> .
>
|
Sounds nice. I played 4 bounty tourney. No Limit Hold'em $1.01 + $0.09 Zoom Let me know if you need some testing. |
Hi,
i imported a couple of sngs and some random tournaments. That worked without problems as far as i can tell but the "Tourney Stas" window does not seem to show correct data.
The # column for example shows 67 what might be correct but so does the Rank? column. What does that mean?
The Spent column seems to be correct as well but ITM%, the rank colums (1st,2sr ..), Won, ROI%, $/Tour are all empty or zero.
Any chance to fix that? Maybe i forgot something?
I am using teh latest fpdb version and pokerstars.
Thx
The text was updated successfully, but these errors were encountered: