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

09-17-2012 , 06:58 AM
Hi, I got another little request:
is it possible to show, on the replayer window,
which player is in the button's position?
I know it's a stupid request cause it can be easily
figured it out, but a little icon/pic of a dealer button
would be nice to see and helpful to get immediately
who is IP and who is OOP. Thanks!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-17-2012 , 10:39 AM
Quote:
Originally Posted by sorrow
PokerStars has another directory that it stores tournament results in:

C:/Program Files/PokerStars/TournSummary/username/

You need to import those files to see results.

Sorrow
Ok, thank you this was the mistake. I didn't saw this file. Now it works fine.
Another one I want to change is the display of the values in the HUD.
I dont want to have stats like 10.0, I prefer only 10. I have seen I could change it when I added _0 to the stats but I dont know where in the config file I have to do this.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-17-2012 , 10:59 AM
Quote:
Originally Posted by TheGrinder23
I dont want to have stats like 10.0, I prefer only 10. I have seen I could change it when I added _0 to the stats but I dont know where in the config file I have to do this.
Open with a text editor the config file (HUD_config.xml) and find the
string "game cols" (I guess holdem is the first one) and add the suffix
"_0" to the name of the stats like this (look for the bold text near
the end of the line)

Code:
<stat click="tog_decorate" col="1" popup="default" row="0" stat_hicolor="#F05000" stat_hith="30" stat_locolor="#408000" stat_loth="14" stat_name="vpip_0" tip="tip1"/>
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-18-2012 , 01:24 AM
Quote:
Originally Posted by TheGrinder23
Ok, thank you this was the mistake. I didn't saw this file. Now it works fine.
Another one I want to change is the display of the values in the HUD.
I dont want to have stats like 10.0, I prefer only 10. I have seen I could change it when I added _0 to the stats but I dont know where in the config file I have to do this.
Generally the config file is in hide folder, you can to go writing in explorer:

%appdata% and the look the fpdb folder or directly %appdata%\fpdb

In XP is C:\Documents and Settings\user\Datos de programa

when user is your name or sesion name.

Try...
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-18-2012 , 01:28 AM
Quote:
Originally Posted by Arsil
Open with a text editor the config file (HUD_config.xml) and find the
string "game cols" (I guess holdem is the first one) and add the suffix
"_0" to the name of the stats like this (look for the bold text near
the end of the line)

Code:
<stat click="tog_decorate" col="1" popup="default" row="0" stat_hicolor="#F05000" stat_hith="30" stat_locolor="#408000" stat_loth="14" stat_name="vpip_0" tip="tip1"/>
Ok, thank you it works fine.
I have just another two questions please: How Can I put a slash between the stats and is there a possibility to save two HUDs. One for Cash and one for sng?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-18-2012 , 02:11 AM
Quote:
Originally Posted by TheGrinder23
How Can I put a slash between the stats and
hudsuffix="/"
or
hudsuffix=" / " (with blanks)

Quote:
is there a possibility to save two HUDs. One for Cash and one for sng?
I guess you also want to have 2 databases so you don't mess cash stats
with sng stats. I use another database (but with the same HUD) as an
archive for interesting hands to review. You have to add to the command
to launch the program (I guess you are a windows' user) 2 params

Code:
python run_fpdb.py -d <path>/replayer.db3 -c <path>/HUD_config.xml
You can make a copy of your config file and edit it to change the hud
and use another database

Code:
<supported_databases>
   <database db_ip="localhost" db_name="replayer.db3" db_pass="fpdb" db_server="sqlite" db_user="fpdb" default="True"/>
</supported_databases>
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-18-2012 , 03:32 AM
hey guys, stupid question.

i've done a little python development myself, say i wanted to help or at least look around the code...

i clone the git repo, i get that, then what? on windows machine, anything needs compiling or how do you get it running from source on win?

edit: in fact, i don't even find git repo
edit2: found it here git://git.assembla.com/fpdboz.git - this is it right? i'll clone it, see if i can get a hang of it

Last edited by primski; 09-18-2012 at 03:54 AM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-19-2012 , 03:47 AM
Quote:
Originally Posted by Arsil
Hi, I got another little request:
is it possible to show, on the replayer window,
which player is in the button's position?
I know it's a stupid request cause it can be easily
figured it out, but a little icon/pic of a dealer button
would be nice to see and helpful to get immediately
who is IP and who is OOP. Thanks!
Sounds reasonable

Quote:
Originally Posted by primski
hey guys, stupid question.

i've done a little python development myself, say i wanted to help or at least look around the code...

i clone the git repo, i get that, then what? on windows machine, anything needs compiling or how do you get it running from source on win?

edit: in fact, i don't even find git repo
edit2: found it here git://git.assembla.com/fpdboz.git - this is it right? i'll clone it, see if i can get a hang of it
Thats my repo, feel free to ask question.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-19-2012 , 06:52 AM
Hello again! I did some more little experimenting.

Sure knowing aggression frequency is nice, but that stat also includes
c-betting, so some more detailed data would be even better. In order
to get a better reading of my opponents I "made" this new stats:

dbr (donkbet or raise) and f_dbr (fold to donket or raise)

(of course they also include bets on limped pots, with no
aggressor I mean, I'm not sure if those too are called donkbets)

I don't think there's a way to have them separated (al least not just
by "playing" with the Stats.py file like I do) but it's better than nothing.

I tested them a bit and seem to work fine, but please check them out.

Code:
def dbr1(stat_dict, player):
    stat_descriptions["dbr1"] = _("DonkBetAndRaise frequency flop/4th street") + " (dbr1)"
    stat = 0.0
    try:
        stat = float(stat_dict[player]['aggr_1']) - float(stat_dict[player]['cb_1'])
        stat /= float(stat_dict[player]['saw_f']) - float(stat_dict[player]['cb_opp_1'])
        return (stat,
                '%3.1f'             % (100.0*stat),
                'dbr1=%3.1f%%'        % (100.0*stat),
                'dbr1=%3.1f%%'    % (100.0*stat),
                '(%d/%d)'      % (float(stat_dict[player]['aggr_1']) - float(stat_dict[player]['cb_1']), float(stat_dict[player]['saw_f']) - float(stat_dict[player]['cb_opp_1'])),
                _('DonkBetAndRaise frequency flop/4th street'))
    except:
        return (stat,
                'NA',
                'dbr1=NA',
                'dbr1=NA',
                '(0/0)',
                _('DonkBetAndRaise frequency flop/4th street'))

def dbr2(stat_dict, player):
    stat_descriptions["dbr2"] = _("DonkBetAndRaise frequency turn/4th street") + " (dbr2)"
    stat = 0.0
    try:
        stat = float(stat_dict[player]['aggr_2']) - float(stat_dict[player]['cb_2'])
        stat /= float(stat_dict[player]['saw_2']) - float(stat_dict[player]['cb_opp_2'])
        return (stat,
                '%3.1f'             % (100.0*stat),
                'dbr2=%3.1f%%'        % (100.0*stat),
                'dbr2=%3.1f%%'    % (100.0*stat),
                '(%d/%d)'      % (float(stat_dict[player]['aggr_2']) - float(stat_dict[player]['cb_2']), float(stat_dict[player]['saw_2']) - float(stat_dict[player]['cb_opp_2'])),
                _('DonkBetAndRaise frequency turn/4th street'))
    except:
        return (stat,
                'NA',
                'dbr2=NA',
                'dbr2=NA',
                '(0/0)',
                _('DonkBetAndRaise frequency turn/4th street'))

def dbr3(stat_dict, player):
    stat_descriptions["dbr3"] = _("DonkBetAndRaise frequency river/4th street") + " (dbr3)"
    stat = 0.0
    try:
        stat = float(stat_dict[player]['aggr_3']) - float(stat_dict[player]['cb_3'])
        stat /= float(stat_dict[player]['saw_3']) - float(stat_dict[player]['cb_opp_3'])
        return (stat,
                '%3.1f'             % (100.0*stat),
                'dbr3=%3.1f%%'        % (100.0*stat),
                'dbr3=%3.1f%%'    % (100.0*stat),
                '(%d/%d)'      % (float(stat_dict[player]['aggr_3']) - float(stat_dict[player]['cb_3']), float(stat_dict[player]['saw_3']) - float(stat_dict[player]['cb_opp_3'])),
                _('DonkBetAndRaise frequency river/4th street'))
    except:
        return (stat,
                'NA',
                'dbr3=NA',
                'dbr3=NA',
                '(0/0)',
                _('DonkBetAndRaise frequency river/4th street'))
Code:
def f_dbr1(stat_dict, player):
    stat_descriptions["dbr1"] = _("% Fold to DonkBetAndRaise flop/4th street") + " (f_dbr1)"
    stat = 0.0
    try:
        stat = float(stat_dict[player]['f_freq_1']) - float(stat_dict[player]['f_cb_1'])
        stat /= float(stat_dict[player]['was_raised_1']) - float(stat_dict[player]['f_cb_opp_1'])
        return (stat,
                '%3.1f'             % (100.0*stat),
                'f_dbr1=%3.1f%%'        % (100.0*stat),
                'f_dbr1=%3.1f%%'    % (100.0*stat),
                '(%d/%d)'      % (float(stat_dict[player]['f_freq_1']) - float(stat_dict[player]['f_cb_1']), float(stat_dict[player]['was_raised_1']) - float(stat_dict[player]['f_cb_opp_1'])),
                _('% Fold to DonkBetAndRaise flop/4th street'))
    except:
        return (stat,
                'NA',
                'f_dbr1=NA',
                'f_dbr1=NA',
                '(0/0)',
                _('% Fold DonkBetAndRaise flop/4th street'))

def f_dbr2(stat_dict, player):
    stat_descriptions["dbr1"] = _("% Fold to DonkBetAndRaise turn") + " (f_dbr2)"
    stat = 0.0
    try:
        stat = float(stat_dict[player]['f_freq_2']) - float(stat_dict[player]['f_cb_2'])
        stat /= float(stat_dict[player]['was_raised_2']) - float(stat_dict[player]['f_cb_opp_2'])
        return (stat,
                '%3.1f'             % (100.0*stat),
                'f_dbr2=%3.1f%%'        % (100.0*stat),
                'f_dbr2=%3.1f%%'    % (100.0*stat),
                '(%d/%d)'      % (float(stat_dict[player]['f_freq_2']) - float(stat_dict[player]['f_cb_2']), float(stat_dict[player]['was_raised_2']) - float(stat_dict[player]['f_cb_opp_2'])),
                _('% Fold to DonkBetAndRaise turn'))
    except:
        return (stat,
                'NA',
                'f_dbr2=NA',
                'f_dbr2=NA',
                '(0/0)',
                _('% Fold DonkBetAndRaise turn'))

def f_dbr3(stat_dict, player):
    stat_descriptions["dbr3"] = _("% Fold to DonkBetAndRaise river") + " (f_dbr3)"
    stat = 0.0
    try:
        stat = float(stat_dict[player]['f_freq_3']) - float(stat_dict[player]['f_cb_3'])
        stat /= float(stat_dict[player]['was_raised_3']) - float(stat_dict[player]['f_cb_opp_3'])
        return (stat,
                '%3.1f'             % (100.0*stat),
                'f_dbr3=%3.1f%%'        % (100.0*stat),
                'f_dbr3=%3.1f%%'    % (100.0*stat),
                '(%d/%d)'      % (float(stat_dict[player]['f_freq_3']) - float(stat_dict[player]['f_cb_3']), float(stat_dict[player]['was_raised_3']) - float(stat_dict[player]['f_cb_opp_3'])),
                _('% Fold to DonkBetAndRaise river'))
    except:
        return (stat,
                'NA',
                'f_dbr3=NA',
                'f_dbr3=NA',
                '(0/0)',
                _('% Fold DonkBetAndRaise river'))
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-19-2012 , 11:50 AM
I'm really really sorry, the code in the previous post was bugged:
- some copy/paste mistakes (fixed)
- sometimes I get for f_dbr* a value > 100% (not sure if I fixed this one)

Code:
def dbr1(stat_dict, player):
    stat_descriptions["dbr1"] = _("% DonkBetAndRaise flop/4th street") + " (dbr1)"
    stat = 0.0
    try:
        stat = float(stat_dict[player]['aggr_1']) - float(stat_dict[player]['cb_1'])
        stat /= float(stat_dict[player]['saw_f']) - float(stat_dict[player]['cb_opp_1'])
        return (stat,
                '%3.1f'             % (100.0*stat),
                'dbr1=%3.1f%%'        % (100.0*stat),
                'dbr1=%3.1f%%'    % (100.0*stat),
                '(%d/%d)'      % (float(stat_dict[player]['aggr_1']) - float(stat_dict[player]['cb_1']), float(stat_dict[player]['saw_f']) - float(stat_dict[player]['cb_opp_1'])),
                _('% DonkBetAndRaise flop/4th street'))
    except:
        return (stat,
                'NA',
                'dbr1=NA',
                'dbr1=NA',
                '(0/0)',
                _('% DonkBetAndRaise flop/4th street'))

def dbr2(stat_dict, player):
    stat_descriptions["dbr2"] = _("% DonkBetAndRaise turn/5th street") + " (dbr2)"
    stat = 0.0
    try:
        stat = float(stat_dict[player]['aggr_2']) - float(stat_dict[player]['cb_2'])
        stat /= float(stat_dict[player]['saw_2']) - float(stat_dict[player]['cb_opp_2'])
        return (stat,
                '%3.1f'             % (100.0*stat),
                'dbr2=%3.1f%%'        % (100.0*stat),
                'dbr2=%3.1f%%'    % (100.0*stat),
                '(%d/%d)'      % (float(stat_dict[player]['aggr_2']) - float(stat_dict[player]['cb_2']), float(stat_dict[player]['saw_2']) - float(stat_dict[player]['cb_opp_2'])),
                _('% DonkBetAndRaise turn/5th street'))
    except:
        return (stat,
                'NA',
                'dbr2=NA',
                'dbr2=NA',
                '(0/0)',
                _('% DonkBetAndRaise turn/5th street'))

def dbr3(stat_dict, player):
    stat_descriptions["dbr3"] = _("% DonkBetAndRaise river/6th street") + " (dbr3)"
    stat = 0.0
    try:
        stat = float(stat_dict[player]['aggr_3']) - float(stat_dict[player]['cb_3'])
        stat /= float(stat_dict[player]['saw_3']) - float(stat_dict[player]['cb_opp_3'])
        return (stat,
                '%3.1f'             % (100.0*stat),
                'dbr3=%3.1f%%'        % (100.0*stat),
                'dbr3=%3.1f%%'    % (100.0*stat),
                '(%d/%d)'      % (float(stat_dict[player]['aggr_3']) - float(stat_dict[player]['cb_3']), float(stat_dict[player]['saw_3']) - float(stat_dict[player]['cb_opp_3'])),
                _('% DonkBetAndRaise river/6th street'))
    except:
        return (stat,
                'NA',
                'dbr3=NA',
                'dbr3=NA',
                '(0/0)',
                _('% DonkBetAndRaise river/6th street'))


def f_dbr1(stat_dict, player):
    stat_descriptions["f_dbr1"] = _("% Fold to DonkBetAndRaise flop/4th street") + " (f_dbr1)"
    stat = 0.0
    try:
        stat = float(stat_dict[player]['f_freq_1']) - float(stat_dict[player]['f_cb_1'])
        stat /= float(stat_dict[player]['was_raised_1']) - float(stat_dict[player]['f_cb_opp_1'])
        return (stat,
                '%3.1f'             % (100.0*stat),
                'f_dbr1=%3.1f%%'        % (100.0*stat),
                'f_dbr1=%3.1f%%'    % (100.0*stat),
                '(%d/%d)'      % (float(stat_dict[player]['f_freq_1']) - float(stat_dict[player]['f_cb_1']), float(stat_dict[player]['was_raised_1']) - float(stat_dict[player]['f_cb_opp_1'])),
                _('% Fold to DonkBetAndRaise flop/4th street'))
    except:
        return (stat,
                'NA',
                'f_dbr1=NA',
                'f_dbr1=NA',
                '(0/0)',
                _('% Fold DonkBetAndRaise flop/4th street'))

def f_dbr2(stat_dict, player):
    stat_descriptions["f_dbr2"] = _("% Fold to DonkBetAndRaise turn") + " (f_dbr2)"
    stat = 0.0
    try:
        stat = float(stat_dict[player]['f_freq_2']) - float(stat_dict[player]['f_cb_2'])
        stat /= float(stat_dict[player]['was_raised_2']) - float(stat_dict[player]['f_cb_opp_2'])
        return (stat,
                '%3.1f'             % (100.0*stat),
                'f_dbr2=%3.1f%%'        % (100.0*stat),
                'f_dbr2=%3.1f%%'    % (100.0*stat),
                '(%d/%d)'      % (float(stat_dict[player]['f_freq_2']) - float(stat_dict[player]['f_cb_2']), float(stat_dict[player]['was_raised_2']) - float(stat_dict[player]['f_cb_opp_2'])),
                _('% Fold to DonkBetAndRaise turn'))
    except:
        return (stat,
                'NA',
                'f_dbr2=NA',
                'f_dbr2=NA',
                '(0/0)',
                _('% Fold DonkBetAndRaise turn'))


def f_dbr3(stat_dict, player):
    stat_descriptions["f_dbr3"] = _("% Fold to DonkBetAndRaise river") + " (f_dbr3)"
    stat = 0.0
    try:
        stat = float(stat_dict[player]['f_freq_3']) - float(stat_dict[player]['f_cb_3'])
        stat /= float(stat_dict[player]['was_raised_3']) - float(stat_dict[player]['f_cb_opp_3'])
        return (stat,
                '%3.1f'             % (100.0*stat),
                'f_dbr3=%3.1f%%'        % (100.0*stat),
                'f_dbr3=%3.1f%%'    % (100.0*stat),
                '(%d/%d)'      % (float(stat_dict[player]['f_freq_3']) - float(stat_dict[player]['f_cb_3']), float(stat_dict[player]['was_raised_3']) - float(stat_dict[player]['f_cb_opp_3'])),
                _('% Fold to DonkBetAndRaise river'))
    except:
        return (stat,
                'NA',
                'f_dbr3=NA',
                'f_dbr3=NA',
                '(0/0)',
                _('% Fold DonkBetAndRaise river'))
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-19-2012 , 03:28 PM
Hello, I use FPDB and upgrade to 0.30.5 ... Normally, I study my sessions and review hands, but now I cant see the hand replayer. When double click to specific session the new tab windows is blank. Neither read in this tab the hands. I playing in Pokerstars... and a friends say the same problem else he can see the hand replayer with Party Poker hands... any suggestions? Thank...

Last edited by Nicaindio; 09-19-2012 at 03:34 PM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-19-2012 , 05:07 PM
I have error when i run it

No handlers could be found for logger "config"
Traceback (most recent call last):
File "Configuration.pyc", line 772, in __init__
File "xml\dom\minidom.pyc", line 1911, in parse
File "xml\dom\expatbuilder.pyc", line 924, in parse
File "xml\dom\expatbuilder.pyc", line 207, in parseFile
ExpatError: not well-formed (invalid token): line 27, column 17
Traceback (most recent call last):
File "fpdb.pyw", line 18, in <module>
File "L10n.pyc", line 73, in init_translation

What should I do, reinstall doesnt work Help!!!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-22-2012 , 01:59 AM
Quote:
Originally Posted by Arsil
I'm really really sorry, the code in the previous post was bugged:
- some copy/paste mistakes (fixed)
- sometimes I get for f_dbr* a value > 100% (not sure if I fixed this one)
Added to my master branch. Thanks!

Quote:
Originally Posted by Misiek94
I have error when i run it

No handlers could be found for logger "config"
Traceback (most recent call last):
File "Configuration.pyc", line 772, in __init__
File "xml\dom\minidom.pyc", line 1911, in parse
File "xml\dom\expatbuilder.pyc", line 924, in parse
File "xml\dom\expatbuilder.pyc", line 207, in parseFile
ExpatError: not well-formed (invalid token): line 27, column 17
Traceback (most recent call last):
File "fpdb.pyw", line 18, in <module>
File "L10n.pyc", line 73, in init_translation

What should I do, reinstall doesnt work Help!!!
This looks like a broken config file, but it might be a language problem.

What language are you running?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-22-2012 , 02:00 AM
Quote:
Originally Posted by Nicaindio
Hello, I use FPDB and upgrade to 0.30.5 ... Normally, I study my sessions and review hands, but now I cant see the hand replayer. When double click to specific session the new tab windows is blank. Neither read in this tab the hands. I playing in Pokerstars... and a friends say the same problem else he can see the hand replayer with Party Poker hands... any suggestions? Thank...
What version did you upgrade from?

0.29 -> 0.30 requires that you delete the existing config before starting. Blank tabs usually indicate that you have an old config file.

Sorrow.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-22-2012 , 04:38 AM
Thank you, Sorrow. Working now... I think was a memory problem, I have +100k hands and use sqlite yet.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-23-2012 , 03:49 AM
Hey Dear Mods/ Fellow FPDB users:

Is it possible to configure your HUD,
To display only 3-6 handed stats of players?

Thanks
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-23-2012 , 09:21 AM
Hey,

is it possible to import and use HUD on PAYNORAKE?

I tried to import put just get partitial import and errors

Thanks
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-24-2012 , 02:36 AM
Quote:
Originally Posted by heybaby123
Is it possible to configure your HUD,
To display only 3-6 handed stats of players?
Sure. You have to choose the option "Custom" on "For #Seats:"
on the menu you get right-clicking on "FTDB Menu" on the HUD itself.

You should check how they're filtered in the Configuration.py file.
Look for the string seats_cust_nums.

I changed it myself to do exactly what you need.

(for opponents)
Code:
        except: hui['seats_cust_nums']    = ['n/a', 'n/a', (2,2), (3,6), (3,6), (3,6), (5,7), (6,8), (7,9), (8,10), (8,10)]
the meaning is:
from 2 to 2 players
from 3 to 6 players
...
from 5 to 7 players
...


and

(for hero, these are the default values for the filter, I didn't change them)
Code:
        except: hui['h_seats_cust_nums']    = ['n/a', 'n/a', (2,2), (3,4), (3,5), (4,6), (5,7), (6,8), (7,9), (8,10), (8,10)]
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-24-2012 , 03:14 AM
Quote:
Originally Posted by Arsil
Sure. You have to choose the option "Custom" on "For #Seats:"
on the menu you get right-clicking on "FTDB Menu" on the HUD itself.

You should check how they're filtered in the Configuration.py file.
Look for the string seats_cust_nums.

I changed it myself to do exactly what you need.

(for opponents)
Code:
        except: hui['seats_cust_nums']    = ['n/a', 'n/a', (2,2), (3,6), (3,6), (3,6), (5,7), (6,8), (7,9), (8,10), (8,10)]
the meaning is:
from 2 to 2 players
from 3 to 6 players
...
from 5 to 7 players
...


and

(for hero, these are the default values for the filter, I didn't change them)
Code:
        except: hui['h_seats_cust_nums']    = ['n/a', 'n/a', (2,2), (3,4), (3,5), (4,6), (5,7), (6,8), (7,9), (8,10), (8,10)]
Hey Arsil, thanks so much for the help.

May i know where to locate this py file for the HUD,
you are not refering to the HUD_config.xml file right?

As for the code you have posted,
Pardon me for being confused,
Could you explain in more detail what does the command "except" do.
And how i should edit the script to fulfill my request

Thanks.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-24-2012 , 06:40 AM
Quote:
Originally Posted by heybaby123
May i know where to locate this py file for the HUD,
you are not refering to the HUD_config.xml file right?
Nope.

Quote:
As for the code you have posted,
Pardon me for being confused,
Could you explain in more detail what does the command "except" do.
And how i should edit the script to fulfill my request

Thanks.
I can try (not a native english speaker/writer as you can guess) ^^

You don't have to understand the command
you just have to edit that line to fulfill your request.

If you are a window user I'm not sure it can be helped,
cause if I remember well some windows fpdb packages
come with only the pre-compiled code so you don't have
access to the source code.

Anyway, try to find a file named "Configuration.py",
but I'm afraid you'll find only "Configuration.pyc"
(the uneditable pre-compiled code).
If you find it, look for the string I mentioned in the
previous post and modify that line.

EDIT to avoid double posting
Request for the coders.
On the "Ring Player Stats" "Detailed filters"'s window,
is there a way to add a checkbox to show only hands where HERO "vpip"s?
Can we put those same filters ("Detailed filters") in the Hand Viewer too?

Last edited by Arsil; 09-24-2012 at 06:49 AM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-25-2012 , 10:35 AM
Thanks Arsil for your inputs.

I am a windows user, seems that i can't find the file.
Are there any windows users out there that could help me with my query?

Thanks.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-25-2012 , 10:37 AM
Does fpdb work for PokerStars 2-7 Triple Draw? The supported_games setting for Stars is:

Code:
supported_games="holdem,razz,omahahi,omahahilo,studhi,studhilo"
27_3draw is not included. Does that mean it's not supported?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-25-2012 , 12:18 PM
Quote:
Originally Posted by Arsil
hudsuffix="/"
or
hudsuffix=" / " (with blanks)



I guess you also want to have 2 databases so you don't mess cash stats
with sng stats. I use another database (but with the same HUD) as an
archive for interesting hands to review. You have to add to the command
to launch the program (I guess you are a windows' user) 2 params

Code:
python run_fpdb.py -d <path>/replayer.db3 -c <path>/HUD_config.xml
You can make a copy of your config file and edit it to change the hud
and use another database

Code:
<supported_databases>
   <database db_ip="localhost" db_name="replayer.db3" db_pass="fpdb" db_server="sqlite" db_user="fpdb" default="True"/>
</supported_databases>
I've tried to add the 2 parameters to the icon on the desktop under the tab of characteristics, but i failed. I am not a windows specialist. I am sure you mean another way to launch the programm. But which?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-25-2012 , 01:06 PM
Quote:
Originally Posted by olavfo
Does fpdb work for PokerStars 2-7 Triple Draw? The supported_games setting for Stars is:

Code:
supported_games="holdem,razz,omahahi,omahahilo,studhi,studhilo"
27_3draw is not included. Does that mean it's not supported?
It is supported and it should import fine. Pretty sure this isn't used anymore, but if i'm wrong, it should work if you simply add 27_3draw to the end.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
09-25-2012 , 01:33 PM
A new version of the software (0.30.6) is available in the downloads area on sourceforge.

Most poker rooms have fixes or updates. Thanks to Chaz and Sorrow.

Detailed code changes can be seen here:
https://www.assembla.com/code/fpdboz...intenance#open
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m