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

08-19-2010 , 01:52 PM
Quote:
Originally Posted by sorrow
Thanks Over, i'll wait for the pristine versions.

Sorrow

sent again!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
08-19-2010 , 02:28 PM
Quote:
Originally Posted by Banzai
Thanks, got it installed on both my laptops.

Should all the cells of stats be filled in?

I have no ITM, Finishing Position, $Won, ROI or $/Tourney data, just the game, limit, currency, buy-in, fee, name and total number played is complete.

Is it planned to show all opponents overall stats like for cash?

At the moment I guess I can replace my own name to get other player stats.
Yes recording finishing position from the histories is on my high priority todo list. However you can get that data from your email account. Request the tourney histories through the PS client and then enter your email settings into the dialogue in fpdb
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
08-19-2010 , 02:35 PM
Quote:
Originally Posted by steffen123
Yes recording finishing position from the histories is on my high priority todo list. However you can get that data from your email account. Request the tourney histories through the PS client and then enter your email settings into the dialogue in fpdb

FWIW these are FTP tourneys and I have imported the hh and summary files.

Looking forward to improved tourney support that's on the way.

Thanks again and keep up the excellent work.

EDIT: I think there is a bug, if you select under "Tourney Player Stats" a number of players between (for example) 3 and 4 it includes HU tourneys (I know this because I only have HU tourneys imported).
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
08-19-2010 , 02:44 PM
Quote:
Originally Posted by Banzai
FWIW these are FTP tourneys and I have imported the hh and summary files.
Ah sorry I didn't realise. Yes, FTP summary import is also on the todo list
Hopefully the localisation will bring in some new code contributors, we could really use them.
Quote:
Originally Posted by Banzai
Looking forward to improved tourney support that's on the way.

Thanks again and keep up the excellent work.

EDIT: I think there is a bug, if you select under "Tourney Player Stats" a number of players between (for example) 3 and 4 it includes HU tourneys (I know this because I only have HU tourneys imported).
That shouldn't be hard to fix, can you mail me a hand? steffen@schaumburger.info
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
08-19-2010 , 05:55 PM
Quote:
Originally Posted by steffen123
can you mail me a hand?
Done.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
08-19-2010 , 06:25 PM
What does this mean?

[PHP]response to logging in: ('OK', ['xxx.x.xxxxx@xxxmail.com authenticated (Success)'])
in not result starttime
[/PHP]

[PHP]fpdb starting ...Traceback (most recent call last):
File "/usr/share/pyshared/fpdb/GuiImapFetcher.py", line 94, in importAllClicked
result=ImapFetcher.run(self.config.emails[email], self.db)
File "/usr/share/pyshared/fpdb/ImapFetcher.py", line 70, in run
result=PokerStarsSummary.PokerStarsSummary(db=db, config=config, siteName=u"PokerStars", summaryText=summaryText, builtFrom = "IMAP")
File "/usr/share/pyshared/fpdb/TourneySummary.py", line 115, in __init__
self.parseSummary()
File "/usr/share/pyshared/fpdb/PokerStarsSummary.py", line 139, in parseSummary
result=result.groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'[/PHP]
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
08-19-2010 , 06:33 PM
This is my first post on this forum so hello all.

I try to install Fpdb on an Ubuntu 10.04. Everything was ok but when I launch it I've got a very quick message in a terminal saying that there's not HUD_config.xml while this file exists in /usr/share/python-fpdb.

Is this the wrong folder? Any idea to resolves my problem?

Thanks,
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
08-19-2010 , 07:06 PM
first of all thanks!How long should it take to import initially?Thanks again
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
08-20-2010 , 01:20 AM
Quote:
Originally Posted by PhenixRising
What does this mean?

[PHP]response to logging in: ('OK', ['xxx.x.xxxxx@xxxmail.com authenticated (Success)'])
in not result starttime
[/PHP]

[PHP]fpdb starting ...Traceback (most recent call last):
File "/usr/share/pyshared/fpdb/GuiImapFetcher.py", line 94, in importAllClicked
result=ImapFetcher.run(self.config.emails[email], self.db)
File "/usr/share/pyshared/fpdb/ImapFetcher.py", line 70, in run
result=PokerStarsSummary.PokerStarsSummary(db=db, config=config, siteName=u"PokerStars", summaryText=summaryText, builtFrom = "IMAP")
File "/usr/share/pyshared/fpdb/TourneySummary.py", line 115, in __init__
self.parseSummary()
File "/usr/share/pyshared/fpdb/PokerStarsSummary.py", line 139, in parseSummary
result=result.groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'[/PHP]
A new section needs to be added to to the config file for this to function, we haven't as yet got around to making sane defaults.

Code:
    <email>
        <email siteName="PokerStars" fetchType="request-summary" host="YOUR_EMAIL_SERVER" username="YOUR_EMAIL_USERNAME" password="YOUR_EMAIL_PASSWORD" useSsl="True" folder="INBOX"/>
    </email>
</FreePokerToolsConfig>
<!-- IMPORTANT: Please note that fpdb stores your email password in clear text. 
So do not post a config containing a password on the Internet or anywhere else without removing the password! -->
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
08-20-2010 , 01:21 AM
Quote:
Originally Posted by Rwan
This is my first post on this forum so hello all.

I try to install Fpdb on an Ubuntu 10.04. Everything was ok but when I launch it I've got a very quick message in a terminal saying that there's not HUD_config.xml while this file exists in /usr/share/python-fpdb.

Is this the wrong folder? Any idea to resolves my problem?

Thanks,
On linux this file isn't automatically created.

Create ~/.fpdb/ and copy the file into that directory.

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
08-20-2010 , 01:24 AM
Quote:
Originally Posted by h2005
first of all thanks!How long should it take to import initially?Thanks again
On my laptop for 6 max Stars cash games I average between 70 and 100 hands per second for import.

If the importer crashes (becoming more and more infrequent) then it will never end.

hth

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
08-20-2010 , 01:32 AM
How do I setup FPDB to work with Ultimate Bet?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
08-20-2010 , 02:30 AM
Quote:
Originally Posted by DrTrentRaisner
How do I setup FPDB to work with Ultimate Bet?
UB isn't all that well tested. I'm only aware of one user, ekdikeo, but he was a dev.

Assuming the conversion process still works (last edit to that importer was 2009) this is still a multistep process - what are your computer skills like?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
08-20-2010 , 08:41 AM
Quote:
Originally Posted by sorrow
On linux this file isn't automatically created.

Create ~/.fpdb/ and copy the file into that directory.

Sorrow
Thanks a lot Sorrow, it works. Now I just have to set it up and become more familiar with this tool. I've never used a tracker before.

BTW Thanks to the all the guys who spent time on this project.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
08-20-2010 , 09:59 AM
Finally I've got another problem. Import is ok but I don't see the hand in the ring play stats. For tournament it's ok.

I think it's due to the currency: I play on french version of full tilt (french player can't play with the .com one anymore).

Are € games can be imported on fpdb?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
08-20-2010 , 10:10 AM
Yesterday I updated via snapshot on XP and Vista, what's the most likely reason why mucked cards don't display?

EDIT: I think I'm using hud_config.xml.example in my c:\fpdb-0.20.904anycpu\pyfpdb directory- should this be renamed, moved etc?

Last edited by Banzai; 08-20-2010 at 10:26 AM.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
08-20-2010 , 10:12 AM
Quote:
Originally Posted by sorrow
A new section needs to be added to to the config file for this to function, we haven't as yet got around to making sane defaults.

Code:
    <email>
        <email siteName="PokerStars" fetchType="request-summary" host="YOUR_EMAIL_SERVER" username="YOUR_EMAIL_USERNAME" password="YOUR_EMAIL_PASSWORD" useSsl="True" folder="INBOX"/>
    </email>
</FreePokerToolsConfig>
<!-- IMPORTANT: Please note that fpdb stores your email password in clear text. 
So do not post a config containing a password on the Internet or anywhere else without removing the password! -->

I have that section added to my config and I've moved the Tourn Histories to my Inbox.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
08-20-2010 , 10:28 AM
Quote:
Originally Posted by Rwan
Finally I've got another problem. Import is ok but I don't see the hand in the ring play stats. For tournament it's ok.

I think it's due to the currency: I play on french version of full tilt (french player can't play with the .com one anymore).

Are € games can be imported on fpdb?
I committed the required changes to my tree earlier this week, but I haven't had confirmation that it works as yet. I expect a few more minor issues to come.

If you are feeling game you can clone a git version that should function for FTP.fr

Sorrow.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
08-20-2010 , 10:36 AM
Quote:
Originally Posted by Banzai
Yesterday I updated via snapshot on XP and Vista, what's the most likely reason why mucked cards don't display?

EDIT: I think I'm using hud_config.xml.example in my c:\fpdb-0.20.904anycpu\pyfpdb directory- should this be renamed, moved etc?
It can't find the card image is probably the most likely - is nothing being logged?

Them appearing at coordinates off screen.

Removed from config.

Quote:
Originally Posted by PhenixRising
I have that section added to my config and I've moved the Tourn Histories to my Inbox.
I've only been paying cursory attention to your issue Phenix.

Right now tourney import only works for
a) IMAP email
b) Stars requested summary files. (with a pretty specific subject line)
c) Steffen?

Sorrow
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
08-20-2010 , 11:02 AM
Quote:
Originally Posted by sorrow
It can't find the card image is probably the most likely - is nothing being logged?

Them appearing at coordinates off screen.

Removed from config.

OK,, I just realised, I'm using an old copy of the hud_config.

Should I edit and over right the old version with the new .xml.example from the latest update?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
08-20-2010 , 11:45 AM
Quote:
Originally Posted by sorrow
On linux this file isn't automatically created.

Create ~/.fpdb/ and copy the file into that directory.
I believe the problem only applies to the .deb package, and perhaps the gentoo ebuild. It has been fixed in the .deb and I asked Erki to check the ebuild.
Quote:
Originally Posted by Rwan
Finally I've got another problem. Import is ok but I don't see the hand in the ring play stats. For tournament it's ok.

I think it's due to the currency: I play on french version of full tilt (french player can't play with the .com one anymore).

Are € games can be imported on fpdb?
Just wanted to add that a french language version of fpdb is in the works, but I don't have an ETA.
Quote:
Originally Posted by Banzai
OK,, I just realised, I'm using an old copy of the hud_config.

Should I edit and over right the old version with the new .xml.example from the latest update?
The best option is to simply copy the new sections from the example file into your existing config.
But if you haven't made significant changes you can also simply delete/move your existing config and fpdb will automatically copy the example
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
08-20-2010 , 12:15 PM
Quote:
Originally Posted by sorrow
I committed the required changes to my tree earlier this week, but I haven't had confirmation that it works as yet. I expect a few more minor issues to come.

If you are feeling game you can clone a git version that should function for FTP.fr

Sorrow.
Thanks for your response. Unfortunately I don't know python and I've got a very few skill in dev.

Perhaps I can find a french guy who like poker and free dev.

Thanks
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
08-20-2010 , 12:19 PM
Quote:
Originally Posted by steffen123
I believe the problem only applies to the .deb package, and perhaps the gentoo ebuild. It has been fixed in the .deb and I asked Erki to check the ebuild.

Just wanted to add that a french language version of fpdb is in the works, but I don't have an ETA.
So I'll check this regularly. Congratulations and thanks a lot for your work.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
08-20-2010 , 12:47 PM
Quote:
Originally Posted by sorrow
Right now tourney import only works for
a) IMAP email
b) Stars requested summary files. (with a pretty specific subject line)
c) Steffen?

Sorrow
Just to avoid misunderstanding, he means tourney summary email import, not the importing of regular tourney histories
Couple of comments on the actual points:
b) The subject line must contain: PokerStars Tournament History Request
It's for the tourney histories that you can request through the PS client. I thought importing the win notifications is a half measure (since we wouldnt get a ranking for lost tourneys) but might implement that in the future.
c) I'm pretty sure someone said in IRC or on IM that it worked
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
08-20-2010 , 05:43 PM
Quote:
Originally Posted by Rwan
Thanks for your response. Unfortunately I don't know python and I've got a very few skill in dev.

Perhaps I can find a french guy who like poker and free dev.

Thanks
That would certainly help
Sorrow is very close to completing support for FTP.fr but there's plenty of "French things" left (e.g. PS.fr or importing of history files stored in French). And having a language developer is really helpful for maintaining the code (the French version could be easily tested by him/her) and, if the person doesn't mind, giving language support.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m