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

01-24-2015 , 02:58 PM
Okay thanks, that helped a lot!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-24-2015 , 04:26 PM
Is this Up to date?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-24-2015 , 05:23 PM
Hello
I clicked on the FAQs link on the very first page of this thread but it seems to be taking me to a download page?
I have just downloaded this software and would like to explore the most common configurations and settings
Like how to set a seat preference for the HUD for example
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-24-2015 , 07:20 PM
PS:
I was trying to set a favorite seat for HUD display on PokerStars but it doesn't look like it's working for some reason

Code:
<supported_sites>
        <site site_name="PokerStars"
                enabled="True"
                screen_name="XXX"
                site_path="C:/Program Files (x86)/PokerStars/"
                HH_path="C:/Users/Mr.Adam/AppData/Local/PokerStars.UK/HandHistory/XXX/"
                TS_path="C:/Users/Mr.Adam/AppData/Local/PokerStars.UK/TournSummary/XXX/"
                aux_enabled="True" hud_menu_xshift="20" hud_menu_yshift="-20">
            <email fetchType="request-summary" host="YOUR_EMAIL_SERVER"
                username="YOUR_EMAIL_USERNAME" password="YOUR_EMAIL_PASSWORD"
                useSsl="True" folder="INBOX"/>
            <layout_set game_type="ring" ls="ps_default"/>
            <layout_set game_type="tour" ls="ps_default"/>
            <fav max="2" fav_seat="1"/>
            <fav max="4" fav_seat="1"/>
            <fav max="6" fav_seat="3"/>
            <fav max="7" fav_seat="3"/>
            <fav max="8" fav_seat="3"/>
            <fav max="9" fav_seat="4"/>
            <fav max="10" fav_seat="4"/>
        </site>
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-24-2015 , 10:46 PM
Quote:
Originally Posted by Pavulon
PS:
I was trying to set a favorite seat for HUD display on PokerStars but it doesn't look like it's working for some reason
What file are you editing?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-25-2015 , 12:51 PM
Hi,

i noticed that there's one annoying thing in the HUD.

After the hand, the HUD will show the known hands and the table once again. I can't see the hand cards since their under the "main"HUD. Is there a way to change their place in the config file?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-25-2015 , 02:15 PM
hi Phil

Before i first opened it, it was called something like HUD_config.xml.example.
Now is called HUD_config.xml but description says EXAMPLE FILE
is in the fpdb-0.40.5\pyfpdb folder

ps. I think this software is great bytheway and I greatly appreciate the time and effort you are putting into it
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-25-2015 , 03:40 PM
Phil,

Is there any way to manually edit the tourney results? As the Hive Torneys areshowing in reports but no info would be great if I could add these in, it does however seem to be picking up the buy in/amount spent etc.

Havent checked its accuraccy with rebuys etc. yet, will reportback
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-25-2015 , 07:43 PM
Quote:
Originally Posted by phil_r
Great! Someone else had some MySQL problems, hopefully you can either reproduce and help us debug or confirm that rc5 is not the source of the problem.
I did some tests.
Nice work, Phil. Thanks a lot.
I sent you an email with detailed notes, hhs and logs.

User Interface and SWC parsing are very good.
There is a problem with rc5 on INSERT new data in MySql...
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-25-2015 , 08:29 PM
Quote:
Originally Posted by Liivik
Hi,

i noticed that there's one annoying thing in the HUD.

After the hand, the HUD will show the known hands and the table once again. I can't see the hand cards since their under the "main"HUD. Is there a way to change their place in the config file?
No. I have been thinking about adding this. For now you can turn off the mucked card display if you want by deleting the highlighted bit:

Code:
        <game aux="mucked,Classic_HUD" game_name="holdem">
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-25-2015 , 08:31 PM
Quote:
Originally Posted by Pavulon
hi Phil

Before i first opened it, it was called something like HUD_config.xml.example.
Now is called HUD_config.xml but description says EXAMPLE FILE
is in the fpdb-0.40.5\pyfpdb folder

ps. I think this software is great bytheway and I greatly appreciate the time and effort you are putting into it
Help menu -> About, License and Copying

It should say somewhere "Your config file is: ..." - edit that file.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-25-2015 , 08:37 PM
Quote:
Originally Posted by coolhandpuke
Phil,

Is there any way to manually edit the tourney results? As the Hive Torneys areshowing in reports but no info would be great if I could add these in, it does however seem to be picking up the buy in/amount spent etc.

Havent checked its accuraccy with rebuys etc. yet, will reportback
Do you have tournament summaries turned on in your client options?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-25-2015 , 10:03 PM
Right, thanks

1) So do I still need to keep those initial files and folders? I seems to have FPDB in two locations. One is on my C drive in users/app/roaming and the other location is in my other folder when i think i just extracted it thinking i was installing it.

2) I'm currently trying to personalise my HUD. I chanched number of rows and columns in the configure/preferences menu but after saving changes and restarting FPDB the HUD stopped showing. i reversed the changes and is back to normal. any clues?

3) Do you do private FBPD coaching for money on Skype or Team Viewer or something like that?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-25-2015 , 10:08 PM
Quote:
Originally Posted by Pavulon
Right, thanks

1) So do I still need to keep those initial files and folders? I seems to have FPDB in two locations. One is on my C drive in users/app/roaming and the other location is in my other folder when i think i just extracted it thinking i was installing it.
The stuff in blah/roaming is your config and database. The other folder is the actual program. You need both.

Quote:
Originally Posted by Pavulon
2) I'm currently trying to personalise my HUD. I chanched number of rows and columns in the configure/preferences menu but after saving changes and restarting FPDB the HUD stopped showing. i reversed the changes and is back to normal. any clues?
Sounds like you are using 0.40.5, from sourceforge? I took out the HUD config thing from the GUI in my version, cos it stinks. Edit config directly like a real man! Look upthread a few posts and you will find links to my releases on github and my wiki on github, which has some info about customising the HUD.

Quote:
Originally Posted by Pavulon
3) Do you do private FBPD coaching for money on Skype or Team Viewer or something like that?
I have helped a couple of people over skype. So far nobody has convinced me to take money.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-26-2015 , 11:03 AM
Ok I will try
Your github posts are very helpful
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-26-2015 , 02:23 PM
Is there any way to get this to work with pt4 so that pt4 takes all the holdem hands and fpdb takes all the other games?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-26-2015 , 03:04 PM
Quote:
Originally Posted by phil_r
Do you have tournament summaries turned on in your client options?

Hi Phil as far as I can tell there is no setting for tournament history in my hive client, I am assuming that there either is no separate tourney history file or if it is then its not readable also, would it be difficult to add the ability to enter values into reports?

regards

Jas
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-26-2015 , 07:53 PM
Quote:
Originally Posted by ibavly
Is there any way to get this to work with pt4 so that pt4 takes all the holdem hands and fpdb takes all the other games?
Configure -> Import Filters. Check the holdem checkbox. FPDB will ignore holdem hands.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-26-2015 , 07:55 PM
Quote:
Originally Posted by coolhandpuke
Hi Phil as far as I can tell there is no setting for tournament history in my hive client, I am assuming that there either is no separate tourney history file or if it is then its not readable also, would it be difficult to add the ability to enter values into reports?

regards

Jas
I don't play tournaments so I've never really looked at that part of FPDB. It's probably a huge PITA to do it manually. What tournament things do we even have, just a profit graph and some kind of stats table, right?

Edit: looks like if you super duper care about this, you could write your own tournament summary file. You _may_ be able to get away with a truncated format that only has your personal result in it. Example summary files here.

Is there an option at Hive to have them email you tourney summaries?

Last edited by phil_r; 01-26-2015 at 08:10 PM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-26-2015 , 09:16 PM
Quote:
Originally Posted by phil_r
Configure -> Import Filters. Check the holdem checkbox. FPDB will ignore holdem hands.
Thanks, I'm a bit confused. I just downloaded the most recent version. Under configure, I see 'Site settings', 'HUD stat settings', 'Preferences'. I can go to preferences and theres a dropdown box with all the games, but I don't see any checkboxes.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-26-2015 , 09:41 PM
Quote:
Originally Posted by ibavly
Thanks, I'm a bit confused. I just downloaded the most recent version. Under configure, I see 'Site settings', 'HUD stat settings', 'Preferences'. I can go to preferences and theres a dropdown box with all the games, but I don't see any checkboxes.
Did you get the most recently recent version?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-26-2015 , 11:43 PM
Quote:
Originally Posted by phil_r
This is one of the crappier parts of FPDB.
Phil,

We are impressed with your ability to understand, update, and improve the FPDB code, and with your productivity and ability to prioritize.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-26-2015 , 11:45 PM
Quote:
Originally Posted by VP$IP
Phil,

We are impressed with your ability to understand, update, and improve the FPDB code, and with your productivity and ability to prioritize.
The royal "we"? Thank you for the compliment, your majesty.

Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-27-2015 , 01:01 AM
Quote:
Originally Posted by phil_r
The royal "we"? Thank you for the compliment, your majesty.

http://en.wikipedia.org/wiki/Royal_we

Good catch. It was originally "I" but I hoped that I was speaking for some others as well, so I upgraded it. You appear to be well-educated.

Your future's so bright, you gotta wear shades.
https://www.youtube.com/watch?v=8qrriKcwvlY
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
01-27-2015 , 01:21 AM
After trying to tweak the omaha hud via the program I'm no longer getting a hud. Log files are showing parser errors for my SWC hands. I'm running Windows and MySQL. Any ideas?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m