Open Side Menu Go to the Top
Register
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013

10-25-2009 , 02:49 PM
Quote:
Originally Posted by BigBiceps
How good / developed is this software?
It's better than last week, and not as good as next week.

It's good enough that I use it every day, 3 to 4 hrs a day, basically 7 days a week. It works well, and is in a constant state of flux as the coders/developers are able to devote time to it. If you are looking for an "in the box ready to install" program, this is not for you. The good part is this project will probably never be "finished" like software you buy. It's a project of the heart, and the people working on this have a lot of heart!

It is beta, and the users contribute input to help development. This is a team effort, although some of us are merely "on the bench" and are more users than helpers

Quote:
Does it have a HUD too?
Yes. And the stats shown in the screen shot below, as well as others, can be configured as a user sees fit in the HUD

Here's a screen shot of the player stats page...





Dog

Last edited by 1meandog4u; 10-25-2009 at 03:16 PM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-25-2009 , 03:07 PM
Quote:
Originally Posted by AsRequested
alright, works with english hh's.

is there any way to get make it show the dead/folded cards in stud games? can this be added or is there a way for me to add some lines of code to it to make it work?

ty
There is a stud mucked card viewer. This is the wiki article on how to set it up.

It looks like the HUD_config.xml.example has everything set up for the stud mucked card viewer to work by default, so you only need to specify your screen name in config--see the MobyWhale bit in the wiki article.

Wait--what this does is a traditional mucked cards display--it doesn't show the folded (dead) cards during the play of the hand. I wrote a dead card detector a few years ago and never really used it because I am so used to just remembering them. What I might do is set up an aux window that displays a deck and the player clicks off the dead cards with the mouse. That would be easy to do and wouldn't require any dirty tricks to detect the dead cards.

Last edited by Eratosthenes; 10-25-2009 at 03:12 PM. Reason: Corrected the link.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-25-2009 , 03:11 PM
Quote:
Originally Posted by 1meandog4u
It's better than last week, and not as good as next week.
LOL, sometimes it is better than next week, but then it will be better the week after that. The releases do get better with every release. If you use the git code, then sometimes we break something.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-25-2009 , 03:18 PM
Quote:
Originally Posted by Ohh shiet
okay so im not good with understanding all this stufff...

my question is i already have pt3 is this better than that?
if yes in what way?

also im thinking of buying poker tracker omaha
does this program support omaha

thx for the replies yo.
You should stay with pt3, at least for the time being.

fpdb works for all forms of omaha. Give it a try. (All means Omaha and O8, limit, pot limit and no limit.)
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-25-2009 , 03:24 PM
Has anybody tried fpdb with the new PokerStars Euro HHs? I put Euro support into the import function a while back, but I didn't have a real HH to test with. If you are having trouble with PokerStars euro tables and would like to send me some HHs so I can straighten it out, send me a PM and I'll reply with my email address. (Testing with copy/pasted HHs isn't a good test.)
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-25-2009 , 03:49 PM
Quote:
Originally Posted by BigBiceps
How good / developed is this software?

Does it have a HUD too?
Here's a small shot of the HUD. It defaults to 2 rows, 3 columns, but is customizable as I have changed it to 2 x 4, and removed "%" icons.



Here's a partial shot of the Positional Stats. It is longer, wider and has more columns, but this is a sample...



Dog (In a calmer state)


Last edited by 1meandog4u; 10-25-2009 at 04:17 PM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-25-2009 , 11:58 PM
Quote:
Originally Posted by elwood42
Code:
re_HandInfo = re.compile(ur".*\n.* partie (?P<HID>[0-9]+).*\n(Blinds )?(?:\$| €|)(?P<SB>[.0-9]+)/(?:\$| €|)(?P<BB>[.0-9]+) (?P<GAMETYPE>.*) - (?P<DATETIME>\d\d\d\d/\d\d/\d\d - \d\d:\d\d:\d\d)\nTable (?P<TABLE>.+$)", re.MULTILINE)
Hmm. Thats irritating that there isn't a '#' to indicate the start of the hid. I'll have to subclass it for that regex.

I'll PM you my email address - i need a zipped (rather than copy/pasted) hh file to test with.

Sorrow

Edit: Ok - your blocking PMs - i'm Carl on the mailing list.

Last edited by sorrow; 10-26-2009 at 12:05 AM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-26-2009 , 11:20 AM
from where i can download version 0.12 ?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-26-2009 , 11:26 AM
Quote:
Originally Posted by ColdRock
from where i can download version 0.12 ?
There is no official 0.12 release. I've released a development snapshot into the snapshots directory:

http://****************/projects/fpdb/files/

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-26-2009 , 03:55 PM
I was playing around with 0.12 last night, and got it working, and after recreating the tables, and then doing a bulk import, I have roughly 2000 hands in my database, but the HUD is only showing 20 or 30 (which is what I played last night). I have it set in the HUD_config.xml file AND by the HUD right-click menu to "All levels", "All time".
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-26-2009 , 04:11 PM
Quote:
Originally Posted by BirdRacer
I was playing around with 0.12 last night, and got it working, and after recreating the tables, and then doing a bulk import, I have roughly 2000 hands in my database, but the HUD is only showing 20 or 30 (which is what I played last night). I have it set in the HUD_config.xml file AND by the HUD right-click menu to "All levels", "All time".
Okay, please show me the <hud_ui> element from your configuration. Let's see if there's something weird.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-26-2009 , 04:30 PM
Quote:
Originally Posted by Bostik
Okay, please show me the <hud_ui> element from your configuration. Let's see if there's something weird.
Ok, will do tonight. It's on the PC at home, and I'm at work.

Just curious, if it is set wrong in the config, would the HUD right-click menu not override it?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-26-2009 , 04:48 PM
Quote:
Originally Posted by BirdRacer
Ok, will do tonight. It's on the PC at home, and I'm at work.

Just curious, if it is set wrong in the config, would the HUD right-click menu not override it?
Only for that HUD instance - and every table has its own. We discussed this on the dev channel a few days back. Even then it only toggles a config option, and the change wouldn't show up until the next HUD update.

To be honest, I haven't used the menu for that at all. I went directly for the config; partly to test that my code worked right. And now that it does work, I haven't had the need to tweak it further.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-26-2009 , 07:47 PM
Here is the hud_ui section of my config:

Code:
<hud_ui
    aggregate_ring_game_stats="False"
    aggregate_tourney_stats="True"
    stat_aggregation_range="A"
    aggregation_days="90"
    aggregation_level_multiplier="1"

    aggregate_hero_ring_game_stats="True"
    aggregate_hero_tourney_stats="True"
    hero_stat_aggregation_range="A"
    hero_aggregation_days="30"
    hero_aggregation_level_multiplier="100"

    label="FPDB Menu - Right-click
Left-Drag to Move"
    />
I originally had the hero_aggregation_level_multiplier="1", but after reading the explanation, I thought it may have some affect on the blind levels, but it didn't in my case. I thought with the hero stats set to True and hero aggregation set to "A", it would give me all levels for all time, but it is not working for me.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-26-2009 , 11:40 PM
Quote:
Originally Posted by BirdRacer
Here is the hud_ui section of my config:
Code:
<hud_ui
...

    aggregate_hero_ring_game_stats="False"
You might want to try that. The configuration is still something of a dark art but that value sets several other keys at runtime. Mainly it ignores the levels, and since your aggregation range is "A", the multiplier part will do nothing.

I'll need to rework the comments section a bit for the aggregation config, I think. My own config gives all-time data for all players, including hero, and the relevant keys are probably these:

Code:
    <hud_ui
...
        aggregate_ring_game_stats="False"
        stat_aggregation_range="A"
        aggregation_level_multiplier="1"

        aggregate_hero_ring_game_stats="False"
        hero_stat_aggregation_range="A"
        hero_aggregation_level_multiplier="1"
...

Last edited by Bostik; 10-26-2009 at 11:48 PM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-26-2009 , 11:54 PM
can someone please post a easy to follow instillation guide? I DLd the files from http://****************/projects/fpdb/ but there is no installer or anything of that kind. I can't even seem to find a .exe file.

any help would be appreciated, thanks
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-27-2009 , 02:11 AM
GutPunch,

You can try this:

http://****************/projects/fpdb...r.exe/download

However, I will warn you in advance: After you get that all setup, you'll still need to create your database and database user by hand, and edit the fpdb config file to put in your database username and password.

You may want to wait.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-27-2009 , 10:31 AM
Quote:
Originally Posted by GutPunch
can someone please post a easy to follow instillation guide? I DLd the files from http://****************/projects/fpdb/ but there is no installer or anything of that kind. I can't even seem to find a .exe file.

any help would be appreciated, thanks
the install section of the wiki is here
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-27-2009 , 01:13 PM
There can be it will to someone interestingly, I have made this bat file and then converted its program QuickBatchFileCompiler3.2.1.0 in exe basically that not Mysql didn't guzzle memory when I do not use fpdb
the code bat

net start MySQL
start /wait C:\"fpdb\pyfpdb\fpdb.py"
net stop MySQL

Somebody can make ico for fpdb?)

It is preliminary necessary in windows the administrator manager - services to stop service mysql and to put start type manually
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-27-2009 , 01:32 PM
Quote:
Originally Posted by ColdRock
There can be it will to someone interestingly, I have made this bat file and then converted its program QuickBatchFileCompiler3.2.1.0 in exe basically that not Mysql didn't guzzle memory when I do not use fpdb
the code bat

net start MySQL
start /wait C:\"fpdb\pyfpdb\fpdb.py"
net stop MySQL

Somebody can make ico for fpdb?)

It is preliminary necessary in windows the administrator manager - services to stop service mysql and to put start type manually
Hi ColdRock,

Bostik recently made an icon for fpdb that has now been uploaded to the wiki and now shows on the application.

Thanks for the .bat file, at least one of the developers was looking at doing something similar. I actually have other databases running in MySQL so this isnt how i'd like it to work.

I think i'll make a FAQ page on the wiki and add your script and a couple of other questions.

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-27-2009 , 02:14 PM
Quote:
Originally Posted by Bostik
Code:
<hud_ui
...

    aggregate_hero_ring_game_stats="False"
You might want to try that. The configuration is still something of a dark art but that value sets several other keys at runtime. Mainly it ignores the levels, and since your aggregation range is "A", the multiplier part will do nothing.

I'll need to rework the comments section a bit for the aggregation config, I think. My own config gives all-time data for all players, including hero, and the relevant keys are probably these:

Code:
    <hud_ui
...
        aggregate_ring_game_stats="False"
        stat_aggregation_range="A"
        aggregation_level_multiplier="1"

        aggregate_hero_ring_game_stats="False"
        hero_stat_aggregation_range="A"
        hero_aggregation_level_multiplier="1"
...
I'll try that tonight Bostik, thanks. I guess I was thinking the aggregate had to be set to true to show all stats.

Another issue I noticed is that after a few hands, the auto-import hangs. I have to close the program and re-open for it to resume, then after a few hands, it does it again.

This is on Vista.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-27-2009 , 02:21 PM
Quote:
Originally Posted by BirdRacer
Another issue I noticed is that after a few hands, the auto-import hangs. I have to close the program and re-open for it to resume, then after a few hands, it does it again.
This happens to me on Linux every now and then. There's no need to restart FPDB, you just need to kill the HUD's "main" window and then click again on the autoimport start button.

Trust me, I've been trying to figure out what exactly goes wrong there but so far I haven't even managed to find any kind of log from the hang. It's almost as if some weird concurrency bug raises its ugly head and causes a deadlock.

Since the issue is rather uncommon in my setup I haven't had the opportunity to trace the bug yet. Hard to reproduce -> hard to understand -> really hard to fix.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-27-2009 , 03:03 PM
Quote:
Originally Posted by Bostik
This happens to me on Linux every now and then. There's no need to restart FPDB, you just need to kill the HUD's "main" window and then click again on the autoimport start button.

Trust me, I've been trying to figure out what exactly goes wrong there but so far I haven't even managed to find any kind of log from the hang. It's almost as if some weird concurrency bug raises its ugly head and causes a deadlock.

Since the issue is rather uncommon in my setup I haven't had the opportunity to trace the bug yet. Hard to reproduce -> hard to understand -> really hard to fix.
Understood. I couldn't remember from last night, but I thought that closing the HUD and restarting the import didn't work, but I'm not positive on that.

I just started playing around with it here at work....(don't tell the boss), and I seem to be having the same issues on XP with the aggregates. It's only showing hands I have played during this session, (73), and I have over 6000 in my database. I changed my hud_ui section to look like yours. I'm not sure what's going on there.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-27-2009 , 05:27 PM
Quote:
Originally Posted by Bostik
This happens to me on Linux every now and then. There's no need to restart FPDB, you just need to kill the HUD's "main" window and then click again on the autoimport start button.
Do you guys have a feel for how long this has been going on? The HUD is not completely frozen because you can still kill it through the gui. Next time it happens try to kill the HUD by clicking on the stop import button in the fpdb import gui and let me know what happens.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
10-27-2009 , 06:17 PM
Quote:
Originally Posted by Eratosthenes
Do you guys have a feel for how long this has been going on? The HUD is not completely frozen because you can still kill it through the gui. Next time it happens try to kill the HUD by clicking on the stop import button in the fpdb import gui and let me know what happens.
This has always happened to me on Vista every time I recreate and bulk import. I just let it "finish" and start it again. Somewhere, about the 2nd or 3rd try, it kicks in and picks up all the files. Not sure if that is what the problem is your discussing, but similar.

Dog
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m