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

02-18-2015 , 02:08 PM
Hello

Sorry for my bad English

I've installed fpbd on my Ubuntu 14.04. I play NLH SNG and MTT on pokerstars under wine. Database is PostreSQL.

fpbd works almost perfect: converts hands when i play, shows statistics and graphs for tournaments and cache. But HUD works only for cache tables not for SNG or MTT!

Does fpdb supports HUD for SNG and MTT on pokerstars? What should I do for viewing HUD.
May be something wrong with HUD_config.xml? I use default config (I change only required fileds - paths for PS, database, etc)

Thanks in advance
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-18-2015 , 03:19 PM
Quote:
Originally Posted by phil_r
I've put a very (very) brief guide here-ish. It shouldn't be all that hard though - if you search in your config file for "popup_windows" you should find a bunch of example popups used in the default HUDs. If you have specific questions after reading those + the link above let me know.
tyvm
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-18-2015 , 06:40 PM
Quote:
Originally Posted by Angriff07
Hello

Sorry for my bad English

I've installed fpbd on my Ubuntu 14.04. I play NLH SNG and MTT on pokerstars under wine. Database is PostreSQL.

fpbd works almost perfect: converts hands when i play, shows statistics and graphs for tournaments and cache. But HUD works only for cache tables not for SNG or MTT!

Does fpdb supports HUD for SNG and MTT on pokerstars? What should I do for viewing HUD.
May be something wrong with HUD_config.xml? I use default config (I change only required fileds - paths for PS, database, etc)

Thanks in advance
It should support tournaments. What version of FPDB? I have recently fixed some bugs with PostgreSQL specifically that affect tournaments. As a first step you could try changing to SQLite and see if that helps.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-20-2015 , 10:04 AM
I also am having problems getting a tournament to show up. I'm playing on Betonline. Cash games auto-import and get a hud, while tournament games do not. auto import and bulk import indicate that the hands are being imported, but no hud and if i pull up tournament stats there is no hand history.

I am using fpdb vo.40.5 and sqlite.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-20-2015 , 10:18 AM
Quote:
Originally Posted by mighty1u2
I also am having problems getting a tournament to show up. I'm playing on Betonline. Cash games auto-import and get a hud, while tournament games do not. auto import and bulk import indicate that the hands are being imported, but no hud and if i pull up tournament stats there is no hand history.

I am using fpdb vo.40.5 and sqlite.
Is there anything in the log files that might help us track down the problem?

Also, you could try one of my recent releases. At the very least it will mean I'm looking at the same code you are running.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-20-2015 , 06:01 PM
Just seeing that rc6 is out now. Sweet! Thanks for the update, phil! I'm downloading it now.

Also, on a more general note, is there any way to get your vpip/pfr/3-bet metrics from fpdb outside of the hud? Re-worded: Where can I see my all-time vpip/pfr/3-bet metrics outside of the hud?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-20-2015 , 06:02 PM
Quote:
Originally Posted by nookatee
Just seeing that rc6 is out now. Sweet! Thanks for the update, phil! I'm downloading it now.

Also, on a more general note, is there any way to get your vpip/pfr/3-bet metrics from fpdb outside of the hud? Re-worded: Where can I see my all-time vpip/pfr/3-bet metrics outside of the hud?
Cash->Ring player stats
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-20-2015 , 06:10 PM
ha, right in front of my face. nice.

Also wondering if there might be a way to shorten the bulk import time by only looking at HH files that are after a certain date (like date_of_file > max(starttime) ) or something like that? I'll look into it myself but just curious if there's some major reason preventing this from being the case to begin with.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-20-2015 , 06:12 PM
Quote:
Originally Posted by nookatee
ha, right in front of my face. nice.

Also wondering if there might be a way to shorten the bulk import time by only looking at HH files that are after a certain date (like date_of_file > max(starttime) ) or something like that? I'll look into it myself but just curious if there's some major reason preventing this from being the case to begin with.
I can't really think of a reason this would be impossible or even difficult, it just hasn't been done. Why wouldn't you deal with this outside of FPDB by archiving your old HH files to a different folder?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-20-2015 , 06:29 PM
that's what i've been doing, phil.

But it does seem like it should be simple enough to deal with from within fpdb. Even if the HH files vary wildly in terms of where the data of the history/session is, you could do it at the os level, right?

I'm only asking because I'm planning on taking a look when i have some time.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-20-2015 , 06:32 PM
Quote:
Originally Posted by nookatee
that's what i've been doing, phil.

But it does seem like it should be simple enough to deal with from within fpdb. Even if the HH files vary wildly in terms of where the data of the history/session is, you could do it at the os level, right?

I'm only asking because I'm planning on taking a look when i have some time.
Oh absolutely, it should be near trivial to slap a date modified filter on the import process. Knock yourself out.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-20-2015 , 07:17 PM
Too bad, @phil_r.
You just finished to polish SWC Parser, and the site died.
There will be a swc 2.0, but on a different software platform (grid instead of maven).

Now, I hope at least MySql can hold on.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-20-2015 , 07:18 PM
Quote:
Originally Posted by zannapp
Too bad, @phil_r.
You just finished to polish SWC Parser, and the site died.
There will be a swc 2.0, but on a different software platform (grid instead of maven).

Now, I hope at least MySql can hold on.
I know right! I want my money back.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-20-2015 , 08:43 PM
Everybody can and does get its btcs (everybody reports successful withdraw, but do it ASAP, dministrator urge you to do):
https://sealswithclubs.eu/

Double thread at 2+2:
from here, the fact: http://forumserver.twoplustwo.com/sh...postcount=8563
(before: lots of rumors)

dedicated thread:
http://forumserver.twoplustwo.com/29...-down-1512542/

and lot of talkings...

twitters

https://bitcointalk.org/index.php?topic=962440.0

http://pokerfraudalert.com/forum/sho...-shutting-down
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-20-2015 , 08:45 PM
Quote:
Originally Posted by zannapp
Everybody can and does get its btcs (everybody reports successful withdraw, but do it ASAP, dministrator urge you to do):
https://sealswithclubs.eu/

Double thread at 2+2:
from here, the fact: http://forumserver.twoplustwo.com/sh...postcount=8563
(before: lots of rumors)

dedicated thread:
http://forumserver.twoplustwo.com/29...-down-1512542/

and lot of talkings...

twitters

https://bitcointalk.org/index.php?topic=962440.0

http://pokerfraudalert.com/forum/sho...-shutting-down
I was making a joke. Good to see they seem to be honouring account balances.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-21-2015 , 09:13 AM
Quote:
Originally Posted by phil_r
40.5 doesn't use Qt at all so that's no surprise. I might set up an XP VM and try to fix this. I'm just lazy.

I mean, Microsoft doesn't even officially support XP any more.
Update: I did set up an XP VM and dig into this issue. I need either a medal or a psychiatric evaluation. TL;DR: it's a bug in Qt that has been fixed in a recent version. Here is the bug for anyone playing along at home.

I expect to have this fixed in a near future FPDB release.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-21-2015 , 01:17 PM
hi

i would like the hud to only display stats of opponents that have 1000+ hands.

i can't figure it out.

thank you!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-21-2015 , 06:07 PM
Quote:
Originally Posted by schlaucher
hi

i would like the hud to only display stats of opponents that have 1000+ hands.

i can't figure it out.

thank you!
As far as I know there is no option for this at present.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-21-2015 , 06:36 PM
Quote:
Originally Posted by phil_r
As far as I know there is no option for this at present.
ok, ty!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-23-2015 , 01:50 PM
Quote:
Originally Posted by phil_r
Is there anything in the log files that might help us track down the problem?

Also, you could try one of my recent releases. At the very least it will mean I'm looking at the same code you are running.
Still no hud for tournaments. I don't know why.
And by the way, thank you greatly for all your work here. It is appreciated. It's really helped my game.

Import message:
150223-6119373.txt 1 stored, 0 duplicates, 0 partial, 0 errors (time = 0.050000).

Log file exert:
2015-02-23 11:43:38,690 - importer INFO Converting C:\Users\wcoleman1\AppData\Roaming\betonline\Notes \handhistory\mighty1u2\150223-6119373.txt
2015-02-23 11:43:38,690 - parser INFO HandHistory init - BetOnline site, BetOnlineToFpdb.BetOnline subclass, in_path 'u'C:\\Users\\wcoleman1\\AppData\\Roaming\\betonli ne\\Notes\\handhistory\\mighty1u2\\150223-6119373.txt''; out_path ''-''
2015-02-23 11:43:38,690 - parser INFO Parsing 1 hands
2015-02-23 11:43:38,690 - parser INFO Removing partially written hand & resetting index
2015-02-23 11:43:38,690 - parser INFO Read 0 hands (0 failed) in 0.000 seconds
2015-02-23 11:43:43,711 - importer INFO Converting C:\Users\wcoleman1\AppData\Roaming\betonline\Notes \handhistory\mighty1u2\150223-6119373.txt
2015-02-23 11:43:43,711 - parser INFO HandHistory init - BetOnline site, BetOnlineToFpdb.BetOnline subclass, in_path 'u'C:\\Users\\wcoleman1\\AppData\\Roaming\\betonli ne\\Notes\\handhistory\\mighty1u2\\150223-6119373.txt''; out_path ''-''
2015-02-23 11:43:43,711 - parser INFO Parsing 1 hands
2015-02-23 11:43:43,721 - parser INFO Removing partially written hand & resetting index
2015-02-23 11:43:43,721 - parser INFO Read 0 hands (0 failed) in 0.010 seconds
2015-02-23 11:43:48,713 - importer INFO Converting C:\Users\wcoleman1\AppData\Roaming\betonline\Notes \handhistory\mighty1u2\150223-6119373.txt
2015-02-23 11:43:48,713 - parser INFO HandHistory init - BetOnline site, BetOnlineToFpdb.BetOnline subclass, in_path 'u'C:\\Users\\wcoleman1\\AppData\\Roaming\\betonli ne\\Notes\\handhistory\\mighty1u2\\150223-6119373.txt''; out_path ''-''
2015-02-23 11:43:48,723 - parser INFO Parsing 1 hands
2015-02-23 11:43:48,723 - parser INFO Removing partially written hand & resetting index
2015-02-23 11:43:48,723 - parser INFO Read 0 hands (0 failed) in 0.000 seconds
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-23-2015 , 04:09 PM
Hello,

I installed FPDB last year and then deleted the extracted folder from my desktop; i say installed but i had to run the run.bat file every time - is that the correct way?

Anyway, I would like to delete all my hands from last year, how do I do this? I have deleted the folder again, extracted the zip file and ran run.bat but all my old information that I want deleted is still there.

Thank you in advance.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-23-2015 , 07:45 PM
Are there any scripts or softwares which handles PS7 auto registration? smthng like sng sensei?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-23-2015 , 08:23 PM
Quote:
Originally Posted by BLACK DEATH
Hello,

I installed FPDB last year and then deleted the extracted folder from my desktop; i say installed but i had to run the run.bat file every time - is that the correct way?

Anyway, I would like to delete all my hands from last year, how do I do this? I have deleted the folder again, extracted the zip file and ran run.bat but all my old information that I want deleted is still there.

Thank you in advance.
You have 2 options:

1) Maintenance -> Create or Recreate Tables

2) The nuclear option: go to %appdata%\fpdb and delete the database folder.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-23-2015 , 08:24 PM
Quote:
Originally Posted by mighty1u2
Still no hud for tournaments. I don't know why.
And by the way, thank you greatly for all your work here. It is appreciated. It's really helped my game.

Import message:
150223-6119373.txt 1 stored, 0 duplicates, 0 partial, 0 errors (time = 0.050000).

Log file exert:
2015-02-23 11:43:38,690 - importer INFO Converting C:\Users\wcoleman1\AppData\Roaming\betonline\Notes \handhistory\mighty1u2\150223-6119373.txt
2015-02-23 11:43:38,690 - parser INFO HandHistory init - BetOnline site, BetOnlineToFpdb.BetOnline subclass, in_path 'u'C:\\Users\\wcoleman1\\AppData\\Roaming\\betonli ne\\Notes\\handhistory\\mighty1u2\\150223-6119373.txt''; out_path ''-''
2015-02-23 11:43:38,690 - parser INFO Parsing 1 hands
2015-02-23 11:43:38,690 - parser INFO Removing partially written hand & resetting index
2015-02-23 11:43:38,690 - parser INFO Read 0 hands (0 failed) in 0.000 seconds
2015-02-23 11:43:43,711 - importer INFO Converting C:\Users\wcoleman1\AppData\Roaming\betonline\Notes \handhistory\mighty1u2\150223-6119373.txt
2015-02-23 11:43:43,711 - parser INFO HandHistory init - BetOnline site, BetOnlineToFpdb.BetOnline subclass, in_path 'u'C:\\Users\\wcoleman1\\AppData\\Roaming\\betonli ne\\Notes\\handhistory\\mighty1u2\\150223-6119373.txt''; out_path ''-''
2015-02-23 11:43:43,711 - parser INFO Parsing 1 hands
2015-02-23 11:43:43,721 - parser INFO Removing partially written hand & resetting index
2015-02-23 11:43:43,721 - parser INFO Read 0 hands (0 failed) in 0.010 seconds
2015-02-23 11:43:48,713 - importer INFO Converting C:\Users\wcoleman1\AppData\Roaming\betonline\Notes \handhistory\mighty1u2\150223-6119373.txt
2015-02-23 11:43:48,713 - parser INFO HandHistory init - BetOnline site, BetOnlineToFpdb.BetOnline subclass, in_path 'u'C:\\Users\\wcoleman1\\AppData\\Roaming\\betonli ne\\Notes\\handhistory\\mighty1u2\\150223-6119373.txt''; out_path ''-''
2015-02-23 11:43:48,723 - parser INFO Parsing 1 hands
2015-02-23 11:43:48,723 - parser INFO Removing partially written hand & resetting index
2015-02-23 11:43:48,723 - parser INFO Read 0 hands (0 failed) in 0.000 seconds
Hmm, the import message doesn't match up with that log excerpt. Can you send me the hand history file? philip.roberts@gmail.com
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-24-2015 , 11:42 AM
Phil, just started playing at a different stakes and noticed that my hud only has 42 hands for me. I have well over 3K in my db. Does the hud only display your stats based on the stakes you're at or something?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m