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

03-26-2013 , 07:56 AM
Hi...

Hanging up my stats to analyze me I realized that there is RFI positions (Open raise), because when you apply the stats by position, RFI appears at each position in the BB less obviously.

Does anyone know that name carries a stat by position? For example, it gives the program name to VPIP from BU in order to deduce the positions of RFI name.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-26-2013 , 05:48 PM
Hey all -

I've been scouring the net the last few days trying to figure out if anyone has had any luck running FPDB with sealswithclubs, or any other site running the Briggsoft "Poker Mavens" software, but so far no dice..

I've also been in the freenode IRC channel for the last day or so trying to get advise or help, but no dice there either so far..

Is anyone aware of any attempts to get FPDB running on SWC? They *just* released a beta PC client (win only atm tmk, I plan to try it with WINE soon), Poker Mavens doesn't seem to be very widely used, so I'm thinking I may be one of the first to take a shot at this, but I'm *really* motivated to get this up and running as there doesn't seem to be many other HUD options for SWC.

Can anyone give my an idea of where/how to get started or how hard it is porting FPDB to a new site? I've got some hand histories for both the PC client and the flash based web client; I'm no guru, but I do have some coding experience (c/cpp/BASH, + a little perl & PHP) and I'm very comfortable with free *nix systems - I think I'm going to slap a system together for development and take a look at the code.

Anyway I'm more than willing to get my hands dirty trying to get something working for this site (cos bitcoin poker fukn rocks!), as I'd REALLY like to get a HUD up and running.

Any help or direction MUCH appreciated!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-27-2013 , 04:31 AM
Hi all,

I have a similar problem to Cangurino. The graphs and stats don't seem to work at all. I change the dates and the check boxes, but happens. Have pressed refresh multiple times, but the big area on the right stays blank all the time. This goes for any tab/feature - Ring game stats, Graphs, Hand viewer, Tourney stats etc.
Is there some kind of simple preference that I am missing?

I have Bulk Imported two sets of hand history folders, which seemed to work fine, and when clicking "Statistics" under Database, it comes up with 19k hands, which is the size of the second of my imports. But I'm pretty sure that there more than that number of hands in that folder. So is there a reason why it's settled on that number and not imported everything?

Thanks.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-28-2013 , 02:38 PM
Aight I've got the .39.5 branch of FPDB and Python 3.3 installed, and I'm looking at the code (and clearing out the cobwebs).

I'm guessing the place to start would be with Hand History conversion? It seems either editing HandHistoryConverter.py, or probably better: creating a new class for Seals HH conversion (hopefully starting with a template? I've really only a very cursory knowledge of OOP, if a template exists outside of the HH conversion classes included with the code, I'd be obliged..).

I've *just* started looking at the code and setting up IDLE. So again, any advice or direction much appreciated..

Thx.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-29-2013 , 10:55 AM
Checking to see if FPDB only loads hand histories for viewing from when the HUD was on.
I can't load hand histories for graphs and such for games where the HUD was off. Or at least I think that's the problem.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-29-2013 , 11:09 AM
My HUD is missing on pokerstars 180 man final table in v0.39.5, anyone has a similar problem? Thanks.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-30-2013 , 04:05 AM
Quote:
Originally Posted by Gunblade
Checking to see if FPDB only loads hand histories for viewing from when the HUD was on.
I can't load hand histories for graphs and such for games where the HUD was off. Or at least I think that's the problem.
You can load HH regardless of whether HUD was on or off. You must be doing something wrong.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-31-2013 , 10:04 AM
Still having a problem being able to see any graphs at all, or any results. Does anyone know why this might be? Thanks
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-31-2013 , 02:04 PM
Quote:
Originally Posted by Phoenix2104
You can load HH regardless of whether HUD was on or off. You must be doing something wrong.
Run program, go to "Viewiers" tab, select "Graph". Ensure everything is ticked. Except tournament dollarsd but that doesn't do anything. "None" is NOT selected in limits and click refresh and all I get is 1200 hands. It hasn't changed. I try to select just the month of march and it's the same hands no change.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-01-2013 , 03:38 AM
Hi,

I'm looking to install fpdb on Linux (Mint 14). I noticed that the v0.30 doesn't have a debian file and I'm wondering would it be easier to install the v0.26 and update the files separately, or should I just bite the bullet and get the .tar file down?

(I should point out that I'm still finding my feet with Linux, but I have used .tar files before, but would prefer debian.)

Thanks.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-01-2013 , 04:03 AM
Quote:
Originally Posted by Gunblade
Run program, go to "Viewiers" tab, select "Graph". Ensure everything is ticked. Except tournament dollarsd but that doesn't do anything. "None" is NOT selected in limits and click refresh and all I get is 1200 hands. It hasn't changed. I try to select just the month of march and it's the same hands no change.
You have to use "Bulk import" for the hands you played without the HUD on. Did you do that?
Other than that I can't think what might be your problem. I just used the directions in the wiki and everything worked fine for me.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-01-2013 , 04:12 PM
Quote:
Originally Posted by Kamaboko
Aight I've got the .39.5 branch of FPDB and Python 3.3 installed, and I'm looking at the code (and clearing out the cobwebs).

I'm guessing the place to start would be with Hand History conversion? It seems either editing HandHistoryConverter.py, or probably better: creating a new class for Seals HH conversion (hopefully starting with a template? I've really only a very cursory knowledge of OOP, if a template exists outside of the HH conversion classes included with the code, I'd be obliged..).

I've *just* started looking at the code and setting up IDLE. So again, any advice or direction much appreciated..

Thx.
Not sure if you've already found this, but there is a wiki that provides details on how to add a new site. Here are some links below.

http://****************/apps/mediawik...e_if_I_help.3F
http://****************/apps/mediawik..****e=HUD_Issues
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-02-2013 , 06:35 AM
Quote:
Originally Posted by Phoenix2104
You have to use "Bulk import" for the hands you played without the HUD on. Did you do that?
Other than that I can't think what might be your problem. I just used the directions in the wiki and everything worked fine for me.
Ah yes got it. Tried that before but this time I realised it was set to pacific poker and not pokerstars which was why it never updated past 1200 ^^

Thanks.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-05-2013 , 11:16 AM
Shame noone could help, but I fixed the graphing problem by reinstalling and clearing out all the old data and recreating the tables. Maybe the tables were your problem Cangurino.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-05-2013 , 11:30 AM
Hi,

Is it possible to take notes of players directly in fpdb?

thanks
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-06-2013 , 03:54 AM
Quote:
Originally Posted by MrNit
Hi,

Is it possible to take notes of players directly in fpdb?

thanks
I don't think so.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-06-2013 , 02:48 PM
Quote:
Originally Posted by Potamito
Got it to work. Another question, does fpdb supports PLO100+?, cheers.
Hello how have you fixed it?
Can you explain please?
I have exactly the same issue, but no clue on how to fix it.

Thanks!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-06-2013 , 04:27 PM
Quote:
Originally Posted by conmiedin
Hello how have you fixed it?
Can you explain please?
I have exactly the same issue, but no clue on how to fix it.

Thanks!
I post my log, just in case any one else can help. I'm running windows 7, 888 poker in english as well as fpdb. Running fpdb as admin. Hands import runs successfully, everything ok but the HUD is not showing on the window ( the HUD Main window is opening properly). Thanks!

2013-04-06 22:21:54,621 - parser INFO Pacific.getTableTitleRe: table_name='Bicorb 9 Max' tournament='None' table_number='None'
2013-04-06 22:21:54,621 - parser INFO Pacific.getTableTitleRe: returns: 'Bicorb 9 Max'
2013-04-06 22:21:54,621 - hud ERROR Error: self.window doesn't exist.
2013-04-06 22:21:54,622 - hud ERROR Error: self.window doesn't exist.
2013-04-06 22:21:54,624 - hud ERROR Error: self.window doesn't exist.
2013-04-06 22:21:54,625 - hud ERROR Error: self.window doesn't exist.
2013-04-06 22:21:54,625 - hud ERROR Error: self.window doesn't exist.
2013-04-06 22:21:54,625 - hud ERROR Can't find table Bicorb 9 Max
2013-04-06 22:21:54,625 - hud ERROR HUD create: table name Bicorb 9 Max not found, skipping.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-08-2013 , 04:02 AM
Is fpdb compatible with windows 8? Doing a new build soon and was going to go with win8, but if it’s going to cause issues I’ll just stick with win 7 for now.

Thanks
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-08-2013 , 10:18 AM
I have upgraded win 7 to win 8 + using dual monitor, everything looks fine.

Is 6 max tourney hud's stat include 9 max ? Is Hyper hud's stat also include turbo?

Thanks.

Last edited by riverofjustice; 04-08-2013 at 10:24 AM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-09-2013 , 02:32 PM
Hello all,

The wiki page for support sent me to this thread, so here goes? This'll be my first time getting a HUD/tracker and I was wondering if FPDB will grab my hand histories from BetOnline? See, I initially only want a HUD/tracker to grab my hand histories so that I can hopefully plug some leaks in my game. I was, at first, thinking of getting a trial to one of either PT or HEM, but then I'd have to deposit on Bovada just to be able to get my hand histories. So, for now, I figured on using FPDB where I'm currently at, and then maybe the US poker/legal climate will clear up a bit by the time I'm ready to make a deposit on another site. Thanks a lot for any info/advice!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-13-2013 , 12:45 AM
Hi guys.

I thought I had got it to work properly, but turns out it's just Stars that it works for. I have tried at least 4 times importing FTP hands, but they don't work properly. I have even just tried importing one table at a time, and it always says that the upload is complete, but then the results don't get displayed anywhere, and don't seem to be properly stored. And yes I set the site to FTP.

Could somebody help with this please? Thanks.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-13-2013 , 02:48 AM
All HUD freezes when bubble burst (27 remain) in pokerstar 180 man SNG! Insanity!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-15-2013 , 03:07 AM
Also my Tourney graphs and Tourney stats don't track/include my winnings or cashes at all (yes I have cashed). So my graph is just straight down. Help anyone?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-15-2013 , 03:28 AM
Quote:
Originally Posted by Hero Value
Also my Tourney graphs and Tourney stats don't track/include my winnings or cashes at all (yes I have cashed). So my graph is just straight down. Help anyone?
You have to use "Import tournament results" first.
I suspect you didn't do something correctly about your other problem too. Just make sure you follow the directions given in the wiki exactly.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m