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

04-07-2009 , 09:47 AM
Quote:
Originally Posted by RainmanTrail
sweet thanks!

I assume then, that I can also add in AF and anything else I desire? Is there somewhere I can look to find out all the stats I could potentially use?
There's no list that I could find, but have a look in pyfpdb/Stats.py for lines that look like the following:

def vpip(stat_dict, player):
""" Voluntarily put $ in the pot."""
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-07-2009 , 10:12 AM
Quote:
Originally Posted by sorrow
My suggestion is that you aren't using the config file you think you are. This was set in the default config a while ago, but looks like it was reverted since.

Eratosthenes has now fixed it permanently i'm sure
Yeh, thanks guys I now have this working though on my work machine (XP) never did seems to work properly on the box at home (vista). I was looking at the wrong xml file as you thought.

Suppose I want to track a new stat such as flop c-bet % .. how would this be done ? fwiw I am a coder though I don't know Python. If you could let me know what the degree of difficulty for this would be, that would be great.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-07-2009 , 10:48 AM
Quote:
Originally Posted by indigo
Suppose I want to track a new stat such as flop c-bet % .. how would this be done ? fwiw I am a coder though I don't know Python. If you could let me know what the degree of difficulty for this would be, that would be great.
Couple of ways to grab the available stats.

python Stats.py
or
http://fpdb.wiki.****************/Howto+HUD

Where I just dumped the list to the wiki. Its a page in progress - feel free to make additions.

Pretty sure cb_1 represents flop continuation bet.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-07-2009 , 11:50 AM
Hi All--

Release 0.11 is now available. Get it from the sourceforge download page.

Git users can get it from my git repo, as usual. Using git is the best way to get the up-to-the-minute code--it ain't that hard. I have been taking care to keep my repo as stable as possible, given this is a development project.

The best information about installing and using is in the wiki.

Here is my stream of conciousness release notes:
  • Numerous bug fixes
  • Numerous speed and reliability changes
  • mucked cards display for flop games
  • mucked cards display for stud games
  • aux_window framework - used by mucked cards displays
  • Everleaf network support via new importer
  • handles player names with special chars
  • faster imports
  • HORSE HHs are now correctly imported--no HUD yet
  • 4Bets are correctly imported on the sites that have them
  • other stuff I have forgotten
  • 465 revisions since last release

A few things:
"Full Tilt Poker" v "Full Tilt" - If you have an exising HUD_config.xml file you might need to change this:
site_name="Full Tilt"
to this:
site_name="Full Tilt Poker"

Flop Games Mucked Cards Display: If you want to use the mucked cards display you will have to make some changes to your config file. The HUD_config.xml.example in the release has the display enabled and there is a quick and dirtly how to in the wiki.

A lot of work has been going in to the infrastructure, especially the new HH importer. The new importer is mature enough that it is now working with Everleaf network HHs. When the converter is ready for prime time it will be "easy" to add new sites by writing a plug-in.

Version 0.11 -- This is the 11th release and we are no longer calling it alpha, mainly because that designation causes some confusion. IMO fpdb is now fully usable on Stars and FTP, and probably Everleaf (I don't have an account there, but I know people are using fpdb there)--calling it alpha leads people to think that it is a steaming pile of poop and should not be used.

As usual we (the devs) would be happy to have your feedback.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-08-2009 , 11:41 AM
not even sure how to install this...
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-08-2009 , 12:23 PM
Quote:
Originally Posted by effang
not even sure how to install this...
installation help in the wiki
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-08-2009 , 04:22 PM
I'm playing in the Razz SCOOP right now on stars, and every time the limits go up, my HUD stats reset, do you know where I can fix this?

thanks
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-08-2009 , 04:47 PM
Quote:
Originally Posted by RainmanTrail
I'm playing in the Razz SCOOP right now on stars, and every time the limits go up, my HUD stats reset, do you know where I can fix this?

thanks
The current in my repo has that fixed ( I think ). There might be other problems, though. I just sat down at a $5DoN to test and it is not importing correctly. I didn't change anything in the importing .

If you try it and it works, let me know.

Last edited by Eratosthenes; 04-08-2009 at 04:48 PM. Reason: thought of something else
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-08-2009 , 05:19 PM
Grabbed the 0.11 & I didn't have any problems. Otoh it didn't seem to resolve any of the problems I had previously (but I haven't investigated the linux ones further to be honest & they probably should be just a uestion of pointing things at the right directories).

On the numbering: usually 0.11 is a bug fix for 0.1 and some where before 0.2, .., 0.9. Would it be better for the number to reflect the more mature status?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-08-2009 , 05:34 PM
Quote:
Originally Posted by Eratosthenes
The current in my repo has that fixed ( I think ). There might be other problems, though. I just sat down at a $5DoN to test and it is not importing correctly. I didn't change anything in the importing .

If you try it and it works, let me know.
how do I use git?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-08-2009 , 05:49 PM
Quote:
Originally Posted by tchaz
On the numbering: usually 0.11 is a bug fix for 0.1 and some where before 0.2, .., 0.9. Would it be better for the number to reflect the more mature status?
For now, we are just incrementing by .01 for every new release. I think we are a pretty long way away from a 1.0 release (which has little significance for open source projects these days, anyway).

Unfortunately, there is not a whole lot of difference between a release and the contents of my repo at any particular time. I make a little more effort to ensure that the release is pretty stable and bug-free and I do some testing (other than my normal play). If needed, I will catch up some of the docs to agree with the release. (On this release I got caught up in an infinite loop of fixing one more bug--which usually broke something else.)
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-08-2009 , 06:00 PM
Quote:
Originally Posted by RainmanTrail
how do I use git?
I thought you were already using git. If you just want to change the code do this:

Open HUD_main.py and find this line (line 155 in my current code):

Code:
stat_dict = self.db_connection.get_stats_from_hand(new_hand_id)
change it to this:
Code:
stat_dict = self.db_connection.get_stats_from_hand(new_hand_id, aggregate = True)
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-08-2009 , 06:33 PM
Where exactly is Everleaf support? Does it require that converter that's been posted here forever? Or does FPDB natively convert/import Everleaf HHs now?
The "Features" page didn't make it 100% clear.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-08-2009 , 06:39 PM
Quote:
Originally Posted by RainmanTrail
how do I use git?
OK, here is quick how to use git:

Install git:
  • Linux: yum|apt-get|wtf-ever install git
  • Windows: Download and run this. I got the full installer of the official release.
Start a fpdb local repository:
  • Open a terminal and cd to where you want to set up your repo.
  • Code:
    git clone git://git.assembla.com/free_poker_tools.git
To run fpdb:
  • The git clone command made a "free_poker_tools" folder which has a "pyfpdb" folder. That is the same as the pyfpdb folder in the release.
  • cd to the pyfpdb folder and do "python fpdb" as usual (or double click the icon)
To update fpdb:
  • Open a terminal window, cd to the free_poker_tools folder.
  • Code:
    git pull origin master
This is pretty good--I think I'll put this in the wiki now.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-08-2009 , 06:46 PM
Quote:
Originally Posted by GrindUnumb
Where exactly is Everleaf support? Does it require that converter that's been posted here forever? Or does FPDB natively convert/import Everleaf HHs now?
The "Features" page didn't make it 100% clear.
The everleaf uses the new fpdb converter. You don't have to monkey with the other converter (you just have to monkey with fpdb!).

I don't use Everleaf, so I don't know, but I think you just need to copy the everleaf section of the HUD_config.xml.example in the latest release and paste it into the "supported sites" element of your working config file. One of the devs has been using it for holdem and omaha.

edited to say that you'll need to edit that bit in your config file so that it points at the right folders, knows your screen name, etc. I'm sure you already knew that.

Last edited by Eratosthenes; 04-08-2009 at 06:48 PM. Reason: thought of something else, again
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-08-2009 , 07:33 PM
Ha. Sorry, it was right in your alpha11 post. I will try to set it up for some HE & PLO, and see how the new importer works
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-08-2009 , 07:58 PM
Ok, sorry, I erred earlier.

Graphing: Previously I was getting n copies of the nth graph on the nth time I called the function. Now I'm getting graphs 1-n on the nth time I call the function. (WinXP).
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-08-2009 , 08:54 PM
Quote:
Originally Posted by Eratosthenes
I thought you were already using git. If you just want to change the code do this:

Open HUD_main.py and find this line (line 155 in my current code):

Code:
stat_dict = self.db_connection.get_stats_from_hand(new_hand_id)
change it to this:
Code:
stat_dict = self.db_connection.get_stats_from_hand(new_hand_id, aggregate = True)
hmm, I changed it and it gives me an error...
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-08-2009 , 09:10 PM
Quote:
Originally Posted by RainmanTrail
hmm, I changed it and it gives me an error...
It is pretty hard to believe that I screwed up. what error?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-08-2009 , 09:26 PM
Quote:
Originally Posted by Eratosthenes
It is pretty hard to believe that I screwed up. what error?
this one... lol

C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb.py:2 41: DeprecationWarning: use gtk.UIManager
self.item_factory = gtk.ItemFactory(gtk.MenuBar, "<main>", accel_group)
Traceback (most recent call last):
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_impo rt.py", line 360, in import_fpdb_file
,self.fdb.cursor, site, category, hand, self.config)
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_pars e_logic.py", line 99, in mainParser
fpdb_simple.parseActionLine(site, base, isTourney, line, lineStreets[i], playerIDs, names, actionTypes, allIns, actionAmounts, actionNos, actionTypeByNo)
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_simp le.py", line 849, in parseActionLine
amount = parseActionAmount(line, atype, site, isTourney)
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_simp le.py", line 806, in parseActionAmount
amount = float2int(line[pos1os2])
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_simp le.py", line 728, in float2int
result = int(string)
ValueError: invalid literal for int() with base 10: ''
Traceback (most recent call last):
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_impo rt.py", line 360, in import_fpdb_file
,self.fdb.cursor, site, category, hand, self.config)
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_pars e_logic.py", line 99, in mainParser
fpdb_simple.parseActionLine(site, base, isTourney, line, lineStreets[i], playerIDs, names, actionTypes, allIns, actionAmounts, actionNos, actionTypeByNo)
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_simp le.py", line 849, in parseActionLine
amount = parseActionAmount(line, atype, site, isTourney)
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_simp le.py", line 806, in parseActionAmount
amount = float2int(line[pos1os2])
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_simp le.py", line 728, in float2int
result = int(string)
ValueError: invalid literal for int() with base 10: ''
Traceback (most recent call last):
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_impo rt.py", line 360, in import_fpdb_file
,self.fdb.cursor, site, category, hand, self.config)
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_pars e_logic.py", line 99, in mainParser
fpdb_simple.parseActionLine(site, base, isTourney, line, lineStreets[i], playerIDs, names, actionTypes, allIns, actionAmounts, actionNos, actionTypeByNo)
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_simp le.py", line 849, in parseActionLine
amount = parseActionAmount(line, atype, site, isTourney)
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_simp le.py", line 806, in parseActionAmount
amount = float2int(line[pos1os2])
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_simp le.py", line 728, in float2int
result = int(string)
ValueError: invalid literal for int() with base 10: ''
Traceback (most recent call last):
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_impo rt.py", line 360, in import_fpdb_file
,self.fdb.cursor, site, category, hand, self.config)
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_pars e_logic.py", line 99, in mainParser
fpdb_simple.parseActionLine(site, base, isTourney, line, lineStreets[i], playerIDs, names, actionTypes, allIns, actionAmounts, actionNos, actionTypeByNo)
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_simp le.py", line 849, in parseActionLine
amount = parseActionAmount(line, atype, site, isTourney)
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_simp le.py", line 806, in parseActionAmount
amount = float2int(line[pos1os2])
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_simp le.py", line 728, in float2int
result = int(string)
ValueError: invalid literal for int() with base 10: ''
Traceback (most recent call last):
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_impo rt.py", line 360, in import_fpdb_file
,self.fdb.cursor, site, category, hand, self.config)
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_pars e_logic.py", line 99, in mainParser
fpdb_simple.parseActionLine(site, base, isTourney, line, lineStreets[i], playerIDs, names, actionTypes, allIns, actionAmounts, actionNos, actionTypeByNo)
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_simp le.py", line 849, in parseActionLine
amount = parseActionAmount(line, atype, site, isTourney)
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_simp le.py", line 806, in parseActionAmount
amount = float2int(line[pos1os2])
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_simp le.py", line 728, in float2int
result = int(string)
ValueError: invalid literal for int() with base 10: ''
Traceback (most recent call last):
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_impo rt.py", line 360, in import_fpdb_file
,self.fdb.cursor, site, category, hand, self.config)
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_pars e_logic.py", line 99, in mainParser
fpdb_simple.parseActionLine(site, base, isTourney, line, lineStreets[i], playerIDs, names, actionTypes, allIns, actionAmounts, actionNos, actionTypeByNo)
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_simp le.py", line 849, in parseActionLine
amount = parseActionAmount(line, atype, site, isTourney)
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_simp le.py", line 806, in parseActionAmount
amount = float2int(line[pos1os2])
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_simp le.py", line 728, in float2int
result = int(string)
ValueError: invalid literal for int() with base 10: ''
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-09-2009 , 09:43 AM
Quote:
Originally Posted by RainmanTrail
this one... lol

C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb.py:2 41: DeprecationWarning: use gtk.UIManager
...
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_simp le.py", line 806, in parseActionAmount
amount = float2int(line[pos1os2])
File "C:\Documents and Settings\Travis\Desktop\fpdb_0.11\pyfpdb\fpdb_simp le.py", line 728, in float2int
result = int(string)
ValueError: invalid literal for int() with base 10: ''
This error is in importing and is not related to that change in HUD_main.

I have just fixed a bug in the import section that affected some tournaments on PokerStars. That fix is now in my git repo.

I don't think that my fix corrects the problem you see in the previous post. If you will send me that HH file, I'll sort it out--you have my email address.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-09-2009 , 11:47 PM
Hi guys I just used the new version of fpdb (0.11) by extracting to my desktop and overwriting the old files don't know if this was the right way.

I have tried to set up mucked cards display for both stud and flop games but have not been able to get it to work.

Also after trying for flop games today my hud no longer works. What have I done wrong? I have posted the relevant parts of Hud_config.xml below.

</layout>
</site>
</supported_sites>
- <supported_games>
- <game cols="3" db="fpdb" game_name="holdem" rows="2" aux="mucked">
<stat click="tog_decorate" col="0" popup="default" row="0" stat_name="vpip" tip="tip1" />
<stat click="tog_decorate" col="1" popup="default" row="0" stat_name="pfr" tip="tip1" />
<stat click="tog_decorate" col="2" popup="default" row="0" stat_name="ffreq_1" tip="tip1" />
<stat click="tog_decorate" col="0" popup="default" row="1" stat_name="n" tip="tip1" />
<stat click="tog_decorate" col="1" popup="default" row="1" stat_name="wtsd" tip="tip1" />
<stat click="tog_decorate" col="2" popup="default" row="1" stat_name="wmsd" tip="tip1" />
</game>
- <game cols="3" db="fpdb" game_name="omahahi" rows="2" aux="mucked">
<stat click="tog_decorate" col="0" popup="default" row="0" stat_name="vpip" tip="tip1" />
<stat click="tog_decorate" col="1" popup="default" row="0" stat_name="pfr" tip="tip1" />
<stat click="tog_decorate" col="2" popup="default" row="0" stat_name="ffreq_1" tip="tip1" />
<stat click="tog_decorate" col="0" popup="default" row="1" stat_name="n" tip="tip1" />
<stat click="tog_decorate" col="1" popup="default" row="1" stat_name="wtsd" tip="tip1" />
<stat click="tog_decorate" col="2" popup="default" row="1" stat_name="wmsd" tip="tip1" />
</game>
- <game cols="3" db="fpdb" game_name="omahahilo" rows="2" aux="mucked">
<stat click="tog_decorate" col="0" popup="default" row="0" stat_name="vpip" tip="tip1" />
<stat click="tog_decorate" col="1" popup="default" row="0" stat_name="pfr" tip="tip1" />
<stat click="tog_decorate" col="2" popup="default" row="0" stat_name="ffreq_1" tip="tip1" />
<stat click="tog_decorate" col="0" popup="default" row="1" stat_name="n" tip="tip1" />
<stat click="tog_decorate" col="1" popup="default" row="1" stat_name="wtsd" tip="tip1" />
<stat click="tog_decorate" col="2" popup="default" row="1" stat_name="wmsd" tip="tip1" />
</game>
- <game cols="3" db="fpdb" game_name="studhi" rows="2">
<stat click="tog_decorate" col="0" popup="default" row="0" stat_name="vpip" tip="tip1" />
<stat click="tog_decorate" col="1" popup="default" row="0" stat_name="pfr" tip="tip1" />
<stat click="tog_decorate" col="2" popup="default" row="0" stat_name="ffreq_1" tip="tip1" />
<stat click="tog_decorate" col="0" popup="default" row="1" stat_name="n" tip="tip1" />
<stat click="tog_decorate" col="1" popup="default" row="1" stat_name="wtsd" tip="tip1" />
<stat click="tog_decorate" col="2" popup="default" row="1" stat_name="wmsd" tip="tip1" />
</game>
- <game cols="3" db="fpdb" game_name="studhilo" rows="2">
<stat click="tog_decorate" col="0" popup="default" row="0" stat_name="vpip" tip="tip1" />
<stat click="tog_decorate" col="1" popup="default" row="0" stat_name="pfr" tip="tip1" />
<stat click="tog_decorate" col="2" popup="default" row="0" stat_name="ffreq_1" tip="tip1" />
<stat click="tog_decorate" col="0" popup="default" row="1" stat_name="n" tip="tip1" />
<stat click="tog_decorate" col="1" popup="default" row="1" stat_name="wtsd" tip="tip1" />
<stat click="tog_decorate" col="2" popup="default" row="1" stat_name="wmsd" tip="tip1" />
</game>
</supported_games>
- <popup_windows>
- <pu pu_name="default">
<pu_stat pu_stat_name="n" />
<pu_stat pu_stat_name="vpip" />
<pu_stat pu_stat_name="pfr" />
<pu_stat pu_stat_name="three_B_0" />
<pu_stat pu_stat_name="steal" />
<pu_stat pu_stat_name="f_BB_steal" />
<pu_stat pu_stat_name="f_SB_steal" />
<pu_stat pu_stat_name="wmsd" />
<pu_stat pu_stat_name="wtsd" />
<pu_stat pu_stat_name="WMsF" />
<pu_stat pu_stat_name="a_freq_1" />
<pu_stat pu_stat_name="a_freq_2" />
<pu_stat pu_stat_name="a_freq_3" />
<pu_stat pu_stat_name="a_freq_4" />
<pu_stat pu_stat_name="cb_1" />
<pu_stat pu_stat_name="cb_2" />
<pu_stat pu_stat_name="cb_3" />
<pu_stat pu_stat_name="cb_4" />
<pu_stat pu_stat_name="ffreq_1" />
<pu_stat pu_stat_name="ffreq_2" />
<pu_stat pu_stat_name="ffreq_3" />
<pu_stat pu_stat_name="ffreq_4" />
</pu>
</popup_windows>
<import callFpdbHud="True" interval="10" />
<tv combined2B3B="True" combinedPostflop="True" combinedStealFold="True" />
- <supported_databases>
<database db_ip="" db_name="fpdb" db_pass=" " db_server="mysql" db_type="fpdb" db_user="fpdb" />
</supported_databases>
- <mucked_windows>
<mw card_ht="42" card_wd="30" cols="11" deck="Cards01.png" format="stud" mw_name="stud1" rows="8" />
</mucked_windows>
- <aw class="Flop_Mucked" module="Mucked" name="mucked" card_ht="42" card_wd="30" deck="Cards0-HMHUD.png" opacity="0.7" timeout="3">
- <layout height="546" max="9" width="792">
<location seat="1" x="486" y="113" />
<location seat="2" x="555" y="169" />
<location seat="3" x="572" y="276" />
<location seat="4" x="522" y="345" />
<location seat="5" x="333" y="354" />
<location seat="6" x="217" y="341" />
<location seat="7" x="150" y="273" />
<location seat="8" x="150" y="169" />
<location seat="9" x="230" y="115" />
<location common="1" x="307" y="146" />
</layout>
</aw>
</FreePokerToolsConfig>
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-10-2009 , 12:25 AM
I've found a bizarre error after my hand history count was different between fpdb and pt3. Then I found a bunch of files that are classified as executable text files for some reason. I had a look and they're just normal HH files. I cleaned out pt3 and imported everything again and it didn't have any issues. I'm not sure if I can think of a convenient way to convert a bunch of 'executable' .txt's to normal .txt's.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-10-2009 , 06:55 AM
Quote:
Originally Posted by donkequity
Hi guys I just used the new version of fpdb (0.11) by extracting to my desktop and overwriting the old files don't know if this was the right way.

I have tried to set up mucked cards display for both stud and flop games but have not been able to get it to work.
I can't help with this, except to report that after pulling the latest version from Git I got the mucked-cards display to work almost without problems. You might be able to determine what's wrong with your HUD_config by looking very closely at how it differs from the new HUD_config.example. I simply pasted the bits that seemed new into my existing file and was successful.

Dear developers: Thanks for the work on the mucked-cards display. It looks very nice, and is a very useful feature.

There were two minor problems. Firstly, the effect is marred by what I think is a variant of the focus-stealing problem of the HUD (which I've reported): that new HUD windows, when created, jump to the top of the window stack even if the table they belong to is not visible. I've noticed this because I use stacked tables (under Linux). Similarly, whenever there is a showdown the hole- and board-cards always appear, even if the table currently visible is a different table.

Secondly, when I tried to play with 12 tables the HUD crashed. I re-started it and it crashed again. Then I switched off the mucked cards and it worked properly. There was nothing untoward in the log files. I wouldn't give this problem too high a priority as yet, since it is not really very useful to have a mucked-cards display when playing on so many tables.

A final comment: Regarding the appearance of the cards, because the corners are slightly curved, strange white pixels appear there, i.e. at the very corners where the background is probably supposed to show through (but doesn't). This is not a problem as such; but if you can't make the background show through, it would look better if the cards were rectangular.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
04-10-2009 , 07:11 AM
Quote:
Originally Posted by donkequity
Hi guys I just used the new version of fpdb (0.11) by extracting to my desktop and overwriting the old files don't know if this was the right way.

I have tried to set up mucked cards display for both stud and flop games but have not been able to get it to work.

Also after trying for flop games today my hud no longer works. What have I done wrong? I have posted the relevant parts of Hud_config.xml below.

...
E.S.'s suggestion to look at the HUD_config.xml.example is a good one. Even better might be to copy over the example and edit it. I see 2 things about what you have pasted in: 1) Delete the mucked element--I don't think it actually hurts anything and 2) make sure that all the CardsXX*.png file called for in the config file are actually in your pyfpdb folder. When I say delete the mucked element, I mean this bit:
Code:
- <mucked_windows>
  <mw card_ht="42" card_wd="30" cols="11" deck="Cards01.png" format="stud" mw_name="stud1" rows="8" /> 
  </mucked_windows>
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m