Re: Free/open source poker tracking software: FPDB - (Release Candidate 0.29.905) - 17 Feb 2012
Hi all! With MergePoker i understood. I can not understand as to clean a mistake which appears at program start: "Warning: unable to find site 'Win2day'"? and at any movement HUD of the statistician it is chaotically scattered on a table and doesn't fasten on the place. how to fix the stats?
Ty !
Re: Free/open source poker tracking software: FPDB - (Release Candidate 0.29.905) - 17 Feb 2012
I am using MYSQL and the database has like 500k hand histories. When multitabling like 10 tables, HUD seems a like bit laggy and take very long time or sometimes not update itself when new players join the table. Sometimes I cant even open fpdb window. Do I need to change the time between imports, do housekeeping work for fpdb? Some ideas would be nice. Thanks.
Last edited by riverofjustice; 09-01-2012 at 11:19 AM.
Re: Free/open source poker tracking software: FPDB - (Release Candidate 0.29.905) - 17 Feb 2012
hi all, please help
I have the version fpdb-0.30.5
the problem is not on the table shows the HUD.
imported database, the default settings, HUD table 3x3
turn on the Auto Import, it works, hands to read, but on the table is clear.
What settings should I look?
Re: Free/open source poker tracking software: FPDB - (Release Candidate 0.29.905) - 17 Feb 2012
Hi guys,
I had a problem when Pokerstars updated their handhistory format and the problem did not go away for some time. My old laptop died and a got a new one but the same problem with fpdb still persisted. The problem was that even though fdpb was taking on hands it was not showing them via the HUD.
Gimick and Sorrow gave me much help. One of them pointed me to HUD_config
and told me that a particular thing should read such and such. Well, I corrected that but it would show the HUD stats initially over Pokerstars table graphics but any opening and shutting and they went away.
The problem was not proving easy to solve. Much time passed. I decided to do without fpdb. Not the best answer but it was so frustrating.
Today, I gave it another go after some time. In HUD_config there was a 'string' that read stat_name="car_0" as an educated guess I changed it to read stat_name="car0". Bingo. Problem solved.
Many thanks to sorrow and gimmick and anyone else who may have given me help.
Last edited by Al Mirpuri; 09-09-2012 at 04:16 PM.
Re: Free/open source poker tracking software: FPDB - (Release Candidate 0.29.905) - 17 Feb 2012
Hello. I've been using FPDB for a couple of days now, and I have a couple of questions/suggestions. I'll list them as I have thought of them, and probably there are things easy to implement but I haven't found anything in the FAQ and I am not much confident to play with the source code. None of them is a life or death situation, of course, but probably it can help improve the software
HUD:
1) Is there anyway to change hud default text font? I'd like to make the stats look [/b]bold[b], so it's easier to find.
2) When I get many hands of a player, the column with the number of hands get too wide. Is there anyway it could be colapsed, like writing 1204 -> 1.2k?
3) The stats, when they are 100.0, also widen the column [this is, I guess, the least important of all, because all 100.0 will soon lower]. Maybe it could be set to be an int when it's 100, or do 100.0-> 99.9?
4) Can somehow the columns be combined? (I understand this one as the most complicated one, since the xml configuration doesn't seem to be able to do that easily)
5) Is there anyway to change the popup configuration? Adding more columns and such?
Software:
1) Maybe it would be nice to have a button to directly set the dates for "Today" in the graph/stats tab.
2) Is there anyway to export the stats report as a CSV file or anything like that? I've searched but I found none.
Of course, these are just suggestions, and I understand I have no right to ask for anything, mostly since I am not a developer, but at least it might help you to make slight changes that can be helpful.
Thanks very much! I think you did a pretty great work with this software
EDIT: One more thing I forgot. I use FPDB with wine, so probably it's a wine issue. In that case, disregard this. But:
I have set "Pop-up table when user action is required" in Multitable options. When I have that, and the table pops up, it gets drawn on top of the HUD, so the HUD gets invisible until I actually clic on the table. Once I clic on the table, the HUD goes up again, and is drawn on top of the table as it should.
Re: Free/open source poker tracking software: FPDB - (Release Candidate 0.29.905) - 17 Feb 2012
2) When I get many hands of a player, the column with the number of hands get too wide. Is there anyway it could be colapsed, like writing 1204 -> 1.2k?
Yes. Actually that works with more than 10k hands, but you can change that:
File: Stats.py, search "def n"
3) The stats, when they are 100.0, also widen the column [this is, I guess, the least important of all, because all 100.0 will soon lower]. Maybe it could be set to be an int when it's 100, or do 100.0-> 99.9?
Add the suffix "_0" to the name of the stat (edit: in Hud_config.xml)
4) Can somehow the columns be combined? (I understand this one as the most complicated one, since the xml configuration doesn't seem to be able to do that easily)
Nope, it's a grid.
5) Is there anyway to change the popup configuration? Adding more columns and such?
Yes. Hud_config.xml, search pu_name="default"
Too bad there's only one popup, i'd like to have one for each stats' family.
EDIT: One more thing I forgot. I use FPDB with wine, so probably it's a wine issue. In that case, disregard this. But:
I have set "Pop-up table when user action is required" in Multitable options. When I have that, and the table pops up, it gets drawn on top of the HUD, so the HUD gets invisible until I actually clic on the table. Once I clic on the table, the HUD goes up again, and is drawn on top of the table as it should.
I use fpdb with wine too and don't have that issue, maybe the window/desktop manager you are using is the problem.
I hope that helps, sorry for my bad english and the poor quoting.
Re: Free/open source poker tracking software: FPDB - (Release Candidate 0.29.905) - 17 Feb 2012
Quote:
Originally Posted by Arsil
2) When I get many hands of a player, the column with the number of hands get too wide. Is there anyway it could be colapsed, like writing 1204 -> 1.2k?
Yes. Actually that works with more than 10k hands, but you can change that:
File: Stats.py, search "def n"
3) The stats, when they are 100.0, also widen the column [this is, I guess, the least important of all, because all 100.0 will soon lower]. Maybe it could be set to be an int when it's 100, or do 100.0-> 99.9?
Add the suffix "_0" to the name of the stat (edit: in Hud_config.xml)
4) Can somehow the columns be combined? (I understand this one as the most complicated one, since the xml configuration doesn't seem to be able to do that easily)
Nope, it's a grid.
5) Is there anyway to change the popup configuration? Adding more columns and such?
Yes. Hud_config.xml, search pu_name="default"
Too bad there's only one popup, i'd like to have one for each stats' family.
EDIT: One more thing I forgot. I use FPDB with wine, so probably it's a wine issue. In that case, disregard this. But:
I have set "Pop-up table when user action is required" in Multitable options. When I have that, and the table pops up, it gets drawn on top of the HUD, so the HUD gets invisible until I actually clic on the table. Once I clic on the table, the HUD goes up again, and is drawn on top of the table as it should.
I use fpdb with wine too and don't have that issue, maybe the window/desktop manager you are using is the problem.
I hope that helps, sorry for my bad english and the poor quoting.
Thank you very much for the help, I'll soon try these things.
POPUP related:, I haven't played much with it yet, but I have two things to mention.
ONE:
Spoiler:
About being only one popup, I don't know if this is the idea of the tag in the stat, but one of my stats (VPIP) looks like this:
I believe that changing the value of that popup="default" to popup="preflop" and writing, in the <popup_windows> a
Code:
<pu pu_name="preflop">
with the stats you want, you'll be able to set different popups for each stat. I haven't tried this yet [I am willing to do it soon] but I think that's the idea of it.
TWO:
Spoiler:
I am afraid I wasn't clear enough on my question. By changing the pop-up I meant being able to write it as a table also, like the HUD, instead of a single column, setting color ranges, etc.
General HUD related: How can I import statistics to the HUD? Suppose I want the 3rd barrel statistics, that I believe are already in the FPDB. How can I put that on the HUD?
I hope what I pointed out here can help some of you, and thanks in advance for all the help you can give me!
Re: Free/open source poker tracking software: FPDB - (Release Candidate 0.29.905) - 17 Feb 2012
Quote:
Originally Posted by Al Mirpuri
Today, I gave it another go after some time. In HUD_config there was a 'string' that read stat_name="car_0" as an educated guess I changed it to read stat_name="car0". Bingo. Problem solved.
This line has to be changed for each individual game you are playing thus once for draw, 7 stud, omaha, holdem etc.
Re: Free/open source poker tracking software: FPDB - (Release Candidate 0.29.905) - 17 Feb 2012
Quote:
Originally Posted by Laimo
I believe that changing the value of that popup="default" to popup="preflop" and writing ...
I tried, but it's not implemented yet.
Quote:
By changing the pop-up I meant being able to write it as a table also, like the HUD, instead of a single column, setting color ranges, etc.
It's actually not possibile, the popup has only that fixed structure.
Quote:
How can I import statistics to the HUD? Suppose I want the 3rd barrel statistics, that I believe are already in the FPDB. How can I put that on the HUD?
Edit the file HUD_config.xml.
You can use the "cb3" stat but that means a cbet on the river,
not a third barrel (stat not avaiable in the current code).
For a complete list of stats you can use the "Hud preferences"
option on the "Main" menu. I recommend to use that interface
only to see the complete list of stats avaiable and don't save it
(because it messes the layout of the HUD in my experience).
To change the HUD edit the configuration's file.