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-23-2014 , 02:20 AM
Quote:
Originally Posted by bex989
Hello,
when ever I reach over 30k+ hands it seems to reset the count to like 25k, go up to 30k again, reset back to 25k, etc...
Is there some limit I need to set? Thank you.
If you press CTRL-F you should get a preferences dialogue.
Under HUD there is an item:
hero_stat_days
Mine is 30.

That is all I can think of that might apply.
There may be consequences to lengthening it, and some other item may have some bearing on this also.

I don't do 30K hands a month, so I've never encountered this.
My HUD stats seem to show my entire range (< 90 days).

Cheers,
--D
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-23-2014 , 02:28 AM
I obtained the source code, and installed python 2.7.6

when I attempt to run the module fpdb.pyw
I get the following:
Traceback (most recent call last):
File "H:\User\bmacd\fpdb-git\fpdboz\pyfpdb\fpdb.pyw", line 18, in <module>
_ = L10n.init_translation()
File "H:\User\bmacd\fpdb-git\fpdboz\pyfpdb\L10n.py", line 70, in init_translation
import Configuration
File "H:\User\bmacd\fpdb-git\fpdboz\pyfpdb\Configuration.py", line 46, in <module>
import winpaths
ImportError: No module named winpaths

from Configuration.py:
import platform
if platform.system() == 'Windows':
import winpaths <== fails here
winpaths_appdata = winpaths.get_appdata()
else:
winpaths_appdata = False

I'm guessing that I either cloned the source code incorrectly, or I'm going about it all wrong.

There is no file named winpaths.py (or even winpaths.*) anywhere on my computer.
On examining fpdb_prerun.py I can see that I'm also missing win32con.py
I have all the others.

Are there destructions on how to run from source?
Thanks,
--D

Last edited by TheDruid; 03-23-2014 at 02:42 AM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-23-2014 , 03:12 AM
I found and downloaded winpaths.py

So fpdb_prerun ran, and I find I have a shopping list of modules to install
PYWIN32
PYTZ
PyCairo, PyGObject and PyGTK

I'll jump that hurdle tomorrow.

Until then..
--D
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-23-2014 , 05:49 AM
Hi,
I'm currently using fpdb and would like to try pokertracker.
is there a way to import the fpdb database into pokertracker.

I don't have my complete hand history....
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-23-2014 , 12:11 PM
Quote:
Originally Posted by Asaf
Hi,
is there a way to import the fpdb database into pokertracker.

I don't have my complete hand history....
I'm pretty certain that it would not be possible.
The database structures are totally different -- I've seen them both.

Is it possible to request the hand histories from the poker room?

--D
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-23-2014 , 04:24 PM
Quote:
Originally Posted by TheDruid
I'm pretty certain that it would not be possible.
The database structures are totally different -- I've seen them both.

Is it possible to request the hand histories from the poker room?

--D
I can only request 10 days ago
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-23-2014 , 04:28 PM
Is there any way to get this working on WPN? Is there a reason why it isn't already supported?

Thanks, Nookx
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-23-2014 , 08:43 PM
Quote:
Originally Posted by TheDruid
If you press CTRL-F you should get a preferences dialogue.
Under HUD there is an item:
hero_stat_days
Mine is 30.

That is all I can think of that might apply.
There may be consequences to lengthening it, and some other item may have some bearing on this also.

I don't do 30K hands a month, so I've never encountered this.
My HUD stats seem to show my entire range (< 90 days).

Cheers,
--D
Hey,
I think it's working since it now shows 31.3k, after I had set it to 90 days.
Thanks.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-23-2014 , 10:32 PM
looking to use this for 5card o8. Will it work?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-29-2014 , 03:41 AM
Hi, i just started to use fpdb and i already moved from my previous pokerdata
I have a problem though. While my HUD works correctly, the sorting is wrong and i always have to move HUDs to correct player.
I had this problem also in pokerdata but this app solves this by cycling HUDs by keys until you correct them, without in fact moving them.

PS. I am a web / desktop developer (and the creator of hudcrusher.com ). I fortunately had not time to work on it (or the desire to go against already established products) and i'm all about open source poker trackers so i would love to take part in this.
Thanx for your devotion in this, i pretty much know myself what it takes to expect anything than money.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-29-2014 , 09:51 AM
Quote:
Originally Posted by vlzvl
I have a problem though. While my HUD works correctly, the sorting is wrong and i always have to move HUDs to correct player.
Open fpdb
Under Configure on the menu open preferences.
Under Sites find your poker room, open it and you will see a number of "fav" items.

for example under pokerstars the 3rd fav from the top has:
fav_seat 4
max 6

So on 6-seated tables, I prefer seat 4.

They default to 0 which means "not set"

Cheers,
--D
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-29-2014 , 11:38 AM
How do you change the default HUD that pops up? No matter how many times I edit the HUD, i'm still getting the default HUD that pops up when you first install FPDB. My hands are importing and updated stats are displaying, but not the one I want. Can anyone throw some advice my way?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-29-2014 , 12:54 PM
Quote:
Originally Posted by cakewalk
How do you change the default HUD that pops up? No matter how many times I edit the HUD, i'm still getting the default HUD that pops up when you first install FPDB. My hands are importing and updated stats are displaying, but not the one I want. Can anyone throw some advice my way?
Where and how are you editing the HUD?
If you are editing the file HUD_config.xml you need to ensure that you are editing the correct one.

If you're using Windows, open explorer and type %appdata%\fpdb in the address bar. The one in there is the one you want.

If you're on linux or a Mac, I'm not sure where it goes, but just make a change using the preferences dialogue, then search for HUD_confg.xml and the one you want will have the newest time stamp.

If using the preference dialogue to edit the HUD, find the game to which the HUD applies under the games branch.

In there will be one or more game_stat_set entries
Open them until you find the HUD you want to edit.

Note the name of the stat set.
Now go the stat_sets branch of the main tree, find your stat set and you can change several aspects of each HUD entry.

Note that you cannot add rows or columns in the preferences dialogue.
tbh, I find editing the HUD_config.xml file to be far easier and faster.

Keep a backup!

Use only a plain text editor.

That's all I can think of.
If you have any specific questions fire away.

Cheers,
--D
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-29-2014 , 01:31 PM
I'm on windows, I've been editing in the preferences menu.

Once I've changed the HUD and once i'm importing, how will FPDB know to use holdem_classic instead of holdem_ring? Or do I need to set holdem_classic to my default holdem hud?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-29-2014 , 07:11 PM
Under games / game holdem
check of the game_stat_set items.
I have two:
one has:
game_type tour
stat_set holdem_tour

the other has:
game type ring
stat_set holdem_ring

back to the main tree...
Under stat_sets
find the name of the one you're editing, then put that name in the stat_set field for the appropriate game_type above.

For example I have both
ss holdem_ring
ss holdem_ring_classic
but I am using the holdem_ring stat_set for holdem cash games.

Best of luck,
--VS
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-30-2014 , 07:04 AM
Thank you TheDruid, this worked exactly as i wanted - I wish had mentioned right away i'm playing 6-max on pokerstars to get these info right away
Thanx
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-31-2014 , 02:07 PM
Hi,
i have problems with Ongame HUD..
I know i setup correctly the folders because some players are indeed shown in the HUDs but no matter what fav_seat i set there is no sorting at all and always there will be players shown as xxx.xxx while i see them correctly in the history files.

PS. in play money
PS2. Im using the browser version of Ongame, dont know if that matters
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-01-2014 , 07:35 AM
Hi all,

I am new on 2+2, and I started using FPDB last week for razz CG (On Pokerstars).
For starters, thanks a lot guys for the tool, it's great!

I noticed a few things:
- the hand viewer does not work for razz (probably for all stud variants)
- when I want to modify my HUD, i have to reconfigure the whole HUD (for example if I already configured 2 lines of 3 stats and want a 3rd line, I have to select again the first 2 lines). This is kinda annoying and it is probably easy to fix.
- There is no EV curve available.

Are these issues known/is someone working on it?
I am a french engineer, and I am ready to get my hands dirty and do some python, I just want to avoid working on something which is currently developped.

About the EV curve, I don't know exactly how to calculate this but the basic idea would be to add the EV on each street (only for hands where we see the opponents cards). Are there some algorithms doing this for limit? (I only know the easy one for NL EV at all in).

PS: I am not sure if this topic is the right one for such questions, feel free to PM me to redirect me on the right path!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-01-2014 , 07:25 PM
Hello all,

first off all i want to say that your program is awesome and it helped me a lot already.
But i have some small problems and was hoping to find an answer here.

1.the HUD information always messes up the names. I always have to drag my information to my name at the table. It always puts my information under somebody else his name.
2.How can i see the hand review for tournaments? (just like there is for cash)
3.how does the HUD work when there are less than 9 players? (obviously the vpip and pfr are gonna be different)
4.How can i filter out the play money tournaments out the real tourmanents?

Edit: 1. i just read the thing about 'fav'. But which number is which position
is fav = 1 under position?

Last edited by TrueBloodz07; 04-01-2014 at 07:38 PM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-03-2014 , 06:35 AM
Quote:
Originally Posted by TrueBloodz07
1.the HUD information always messes up the names. I always have to drag my information to my name at the table. It always puts my information under somebody else his name.
@TrueBloodz07, for HUD position messing you need to specify the default positions per-site.
I personally use Pokerstars and play 6-max and i want my seat to be right-down, so what i needed to do in FPDB was:

- Click Configure
- Select Preferences
- Tick Sites cross
- Tick site Pokerstars

You'll see a bunch of fav crosses, each one having a max attribute specifying the x-max table you're in.
So my 6-max fav is the 3rd one.
I then set fav_seat to 4 so it can always position me to 4th position for a 6-max table (which is right-down)
Then, regardless of the position you're entering from in the table you'll be positioned (visually) to the specified position.
All of this worked for me for cash games, dunno if tournaments have other settings..
Also, i dont know if the other x-max fav positions (say max=2) are for heads-up or they count the active players in a given table but i left them all to 0 (no set); it seems they work.

GL
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-04-2014 , 03:58 PM
Quote:
Originally Posted by BorisHsArivd
found a glitch with seals

tables are named as numbers and if im on table #12 and table #1, the #1 stats popup on the #12 table

this cant be fixed just by moving them to the correct table, because they are linked to the wrong table and if you click on the correct table the stats will end up under it and you cant see them
another glitch with the table numbers

hud doesnt ever detect tables that are #0
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-08-2014 , 05:32 AM
Hi all,

I don't know how to contact the developpers so I hope they will see this message. (I can't PM people for some reason, probably because I didn't post enough on 2+2)
I tried to send an email at support@pokeit.com but the message cannot be delivered (it came back to me saying it is delayed).

Like I said in my last post, I am motivated to contribute to the SW (I spend 2 hours a day in the train so why not making something useful) but before doing so I want to be sure that I am not working on some code currently modified by someone else. It would be nice to also know where there are known issues to be fixed/known gaps to be coded (for example Hand Replayer for Stud).

Could you please also clarify which git repository should be used as basis? ('chaz' or 'oz')?

If I understand correctly, you have currently no developper for the GUI so I could help in this area if needed.

Thanks for the answers!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-08-2014 , 06:06 AM
Sorry for the double post (I can't edit).
I used a wrong email adress, .com instead of .co...
So forget the above post (and this one obviously).
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-08-2014 , 09:40 AM
Quote:
Originally Posted by Wicket74
Hi all,

I don't know how to contact the developpers so I hope they will see this message. (I can't PM people for some reason, probably because I didn't post enough on 2+2)
Posting here is as good a method as any.

Cheers,
--D
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-08-2014 , 10:59 PM
Quote:
Originally Posted by Wicket74
Hi all,

I don't know how to contact the developpers so I hope they will see this message. (I can't PM people for some reason, probably because I didn't post enough on 2+2)
I tried to send an email at support@pokeit.com but the message cannot be delivered (it came back to me saying it is delayed).

Like I said in my last post, I am motivated to contribute to the SW (I spend 2 hours a day in the train so why not making something useful) but before doing so I want to be sure that I am not working on some code currently modified by someone else. It would be nice to also know where there are known issues to be fixed/known gaps to be coded (for example Hand Replayer for Stud).

Could you please also clarify which git repository should be used as basis? ('chaz' or 'oz')?

If I understand correctly, you have currently no developper for the GUI so I could help in this area if needed.

Thanks for the answers!
My repo is oz, and I've had to step back due to work for the last year or two.

Chaz is definitely the repo to start from at the moment.

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

      
m