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

02-15-2011 , 01:41 PM
hi all,

i am the author of TableCrab [http://code.google.com/p/tablecrab/]. i plan on extending TableCrab in the time to come in regards to hand parsing - an area where TableCrab and fpdb do overlap. so my first thought was to drop a message here to see if there is interest in building up a generic python library for hand parsing / formatting that could benefit both, TableCrab and fpdb (as well as other projects).

PM me for comments / thought exchange, mme
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-15-2011 , 05:10 PM
Hello. I am player 5 card draw on PS, FTP, (in the near future I will add Ongame and Bossmedia). Has wanted to use your program and has understood that it imports hands only with PS, with FTP for any reason of a hand aren't imported. You couldn't help me? At me windows 7 (maximum). If it will be necessary for you HH on 5cd or still any questions on this game address, than to a smog I will help.
Excuse for my knowledge of language, I badly know English language, I use the translator.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-15-2011 , 06:56 PM
A short FPDB installation video is now available. This shows FPDB being downloaded, installed, configured and run for the first time on XP.

Download the video from http://sf.net/projects/fpdb/files/fpdb/help/
Choose exe021install.avi (18mb)

Some users may need to install the Microsoft visual c++ runtime package before installing FPDB for the first time.
Full FPDB installation information, including the c++ runtime and info for vista/win7 is at this link
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-15-2011 , 07:47 PM
Your program not correctly considers results of a won\loss. I have counted all and have verified also it really so. Probably fpdb considers incorrectly rake.
All results from limit 5 card draw PS.
1)The first result(This all the same hands).
a)Not the correct(fpdb):


b)And correct:

a) and b) itsall the same hands, but are counted by different programs.

2)And the following result (second).
a) Not correct is FPDB:



b)And correct:

a) and b) itsall the same hands, but are counted by different programs

You see that results differ cardinally from each other.
Variant b) is true correct 100 %. Filters and the rest I have exposed truly therefore problems in it wasn't present.

As you see FPDB considers the incorrectly general result. You couldn't correct it?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-15-2011 , 11:46 PM
If I have a hand that I think FPDB is importing incorrectly, should I post it here? Send it to someone? It is a 2-7 NL Single Draw hand on Stars.
Edit: I am using the v0.21-rc2 build, if that matters.
Edit2: Maybe I will just use the email address above.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-16-2011 , 03:10 AM
Quote:
Originally Posted by Elroch
My mistake - I made a typo in your e-mail address. Resent just now.
Got them, thanks for that.

The grapher and the stats view were not displaying CAP hands at all, it is fixed will be in the next release.

Quote:
Originally Posted by Bes
Your program not correctly considers results of a won\loss. I have counted all and have verified also it really so. Probably fpdb considers incorrectly rake.
All results from limit 5 card draw PS.
1)The first result(This all the same hands).
a)Not the correct(fpdb):


b)And correct:

a) and b) itsall the same hands, but are counted by different programs.

2)And the following result (second).
a) Not correct is FPDB:



b)And correct:

a) and b) itsall the same hands, but are counted by different programs

You see that results differ cardinally from each other.
Variant b) is true correct 100 %. Filters and the rest I have exposed truly therefore problems in it wasn't present.

As you see FPDB considers the incorrectly general result. You couldn't correct it?
Quote:
Originally Posted by gammoner
If I have a hand that I think FPDB is importing incorrectly, should I post it here? Send it to someone? It is a 2-7 NL Single Draw hand on Stars.
Edit: I am using the v0.21-rc2 build, if that matters.
Edit2: Maybe I will just use the email address above.
Hi Bes, Gammoner,

I received a hand history from Gammoner. Closer inspection has revealed a nasty bug in single draw games that affects all hands with a raise after the draw. Triple draw games are unaffected.

This appears to affect FTP too.

I should have both sites fixed by the end of the day.

Thanks

Sorrow.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-16-2011 , 07:13 AM
Great job on the software!
I am having few issues. I followed the video and was able to bulk import my HH and see graphs. When I kicked off the HUD I saw the hud menu within the FT table but did not see the stats overlay on each seat as shown in the video. Am I doing something wrong.
Using Windows 7 (don't know if it is relevant or not).

Anybody else with the same issue? How did you resolve it? Any help + pointers would be great!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-16-2011 , 09:34 AM
I have question, I have Ubuntu and managed to get Poker tracker to work, but I am interested to get FPDB to track my hands.

Can I use database (postgres) which I set for poker tracker 3 (i only played omaha/lo hands) to work FPDB instead?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-16-2011 , 09:45 AM
Quote:
Originally Posted by omaha8grinding
I have question, I have Ubuntu and managed to get Poker tracker to work, but I am interested to get FPDB to track my hands.

Can I use database (postgres) which I set for poker tracker 3 (i only played omaha/lo hands) to work FPDB instead?
The best way for you to install is to just download the Ubuntu .deb file and install that. The install on Ubuntu page in the wiki is pretty good and gives an example of setting up postgresql.

By default, the sqlite db is configured. I suggest trying fpdb with sqlite first to make sure you have a good install and then configuring the DB.

Or are you asking can fpdb connect to the existing database and use that data? No. You should be able to export those HHs and import in fpdb though.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-16-2011 , 09:52 AM
Quote:
Originally Posted by Eratosthenes
The best way for you to install is to just download the Ubuntu .deb file and install that. The install on Ubuntu page in the wiki is pretty good and gives an example of setting up postgresql.

By default, the sqlite db is configured. I suggest trying fpdb with sqlite first to make sure you have a good install and then configuring the DB.

Or are you asking can fpdb connect to the existing database and use that data? No. You should be able to export those HHs and import in fpdb though.
Okay, thx for the answer. Need to export hands then.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-16-2011 , 10:51 AM
Another one, How to remove my nickname from graphs? Other than Gimping/photoshopping it out.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-16-2011 , 11:07 AM
Quote:
Originally Posted by omaha8grinding
Another one, How to remove my nickname from graphs? Other than Gimping/photoshopping it out.
I don't think there is a way to do that in fpdb.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-16-2011 , 11:10 AM
Hello,
Thank you for the software.

Could you add a scroll to Ring player stats? Because unless I hide all the filters, I cannot see the bottom part (including Filter and Refresh buttons).
Another problem is that play money stats are treated like real money.
Also, an error in tournament stats. I played a single 2.25 Euro tournament, but in the column "Spent" the number is 200, instead of 2.
Finally, I have a question about mucked cards: is it possible to display cards only when the hand has ended? You cannot see players cards during the hand if he folded, f.e., on 5th street?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-16-2011 , 05:39 PM
Is there some kind of minimum hand requirements before new limit is shown on Ring Player Stats?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-16-2011 , 07:19 PM
Oh I need to restart FPDB more often to get updated. So there is no minimum hand requirement. Problem solved.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-17-2011 , 01:46 AM
Quote:
Originally Posted by omaha8grinding
Another one, How to remove my nickname from graphs? Other than Gimping/photoshopping it out.
We dont support that.

Quote:
Originally Posted by kexas
Hello,
Thank you for the software.

Could you add a scroll to Ring player stats? Because unless I hide all the filters, I cannot see the bottom part (including Filter and Refresh buttons).
This is a real issue, and one thats bugging me at the moment. Expect a fix by the next release.
Quote:
Originally Posted by kexas
Another problem is that play money stats are treated like real money.
'Feature' not issue.

I'd prefer to remove play money entirely, but the support we have is treated as equivalent to cash.
Quote:
Originally Posted by kexas
Also, an error in tournament stats. I played a single 2.25 Euro tournament, but in the column "Spent" the number is 200, instead of 2.
I believe i've already fixed this issue since rc2.
Quote:
Originally Posted by kexas
Finally, I have a question about mucked cards: is it possible to display cards only when the hand has ended? You cannot see players cards during the hand if he folded, f.e., on 5th street?
Que? Mucked cards will only display after the end of a hand, so i'm not sure what you mean here.

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-17-2011 , 07:31 AM
Hello. How I can learn that updating left also errors which me interested are already corrected? Whether there is any reference.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-17-2011 , 11:32 AM
I very badly know English language, therefore I use the translator. I apologize if I somehow wasn't correctly expressed. I will try to paraphrase the text. I above asked questions how I can learn about that that have solved them? Whether there is a link on new updatings.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-17-2011 , 11:45 AM
Quote:
Originally Posted by sorrow
Que? Mucked cards will only display after the end of a hand, so i'm not sure what you mean here.
I think his question is about using fpdb to keep track of dead cards.
Two things that I'm pretty sure of:
1) HUDs aren't allowed to do this - it's considered part of the game.
2) fpdb gets all its data from hand histories which are generated after a hand is completed.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-18-2011 , 12:43 AM
Quote:
Originally Posted by Bes
Hello. How I can learn that updating left also errors which me interested are already corrected? Whether there is any reference.
The source commits are the best way to track the errors, but this is difficult unless you are a developer.

Reporting any issues and hand histories to the bug tracker will also get you a response.

I also keep write the occasional blog post on http://****************/apps/wordpress/fpdb/

Sorrow.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-19-2011 , 05:21 PM
Sorrow,

Thanks a ton for working on this project.

I went through and re-configured all of my HUD layouts, now the HUD won't pop up for any games. Have you encountered this issue?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-19-2011 , 10:53 PM
Quote:
Originally Posted by Tim Reynolds
Sorrow,

Thanks a ton for working on this project.

I went through and re-configured all of my HUD layouts, now the HUD won't pop up for any games. Have you encountered this issue?
You have probably introduced an error into your config. Try rolling back to a "known good" config. You could just use the HUD_config.xml.example file and just change your screen name.

Always back up your config before editing.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-20-2011 , 09:12 PM
Hi guys, just wanted to tell you that this is really impressive, I am just a begginer into phyton so no able to help, but me and the community apreciate your efforts a lot!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-21-2011 , 11:49 AM
Okay, I am such a tech-idiot that I can't even get started here. I tried to find post about importing HHs, but all anybody says here is "I imported my HHs, etc. etc. blah blah," like it's the most obvious thing in the world to them. I don't even have a clue how import a HH from PS. I have a number of them in email form, but you know, they're just text. How am I supposed to import these "files"? Also, if my version of FPDB is 2.0, is it out of date?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-21-2011 , 12:08 PM
Quote:
Originally Posted by Jon Superdeath
Okay, I am such a tech-idiot that I can't even get started here. I tried to find post about importing HHs, but all anybody says here is "I imported my HHs, etc. etc. blah blah," like it's the most obvious thing in the world to them. I don't even have a clue how import a HH from PS. I have a number of them in email form, but you know, they're just text. How am I supposed to import these "files"? Also, if my version of FPDB is 2.0, is it out of date?
OK, the first thing you should do is bulk import the hands you have saved. That is "Bulk Import" under the Import menu. Use the handy file selection widget to select the folder containing your hand histories. That will be something like "Program Files\PokerStars\HandHistory\YOUR_SCREEN_NAME". Then make sure the Site filter has the correct poker room selected and click "Bulk Import". It will take a while to import everything, depending on how many HHs you have. Then you can go to viewers and look at stats, graphs, etc.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m