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-27-2016 , 05:47 AM
Quote:
Originally Posted by TechMo
I am on Windows, I know pitty me...

As I saw it is just the 2nd line that changed.

For normal play it is:
***** 888poker Hand History for Game 411524094 *****

and for Snap it is:
***** 888poker Snap Poker Hand History for Game 840559569 *****

So its just an added Snap Poker. If you would add it It would be great.

But it would be great, if you could help me getting the thing to work.
It's really painful to get the dev environment set up on windows. I don't think it's a good idea, but if you hate yourself, a guy made a script to install the stuff. It's included as part of his pull request here.

Some of the things it tries to download might not be available any more, you might need to get newer versions. And it patches a couple of things that might not need patching any more, if you get something newer. I dunno.

Edit: meanwhile, I can probably add that Snap thing in the parser. I'll look into that now.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-27-2016 , 07:41 AM
Okay. So what you recommend to develop? I have the possibility to do it on Mac. Or if necessary i would install some linux..
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-27-2016 , 12:12 PM
Quote:
Originally Posted by TechMo
Okay. So what you recommend to develop? I have the possibility to do it on Mac. Or if necessary i would install some linux..
Either of those would be easier, pick the one you prefer. The main pain point on windows is Qt + PyQt, which you have to compile from source. On other platforms they're available from package managers (I use macports on OSX).
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-29-2016 , 02:23 PM
Hi..
I have a problem with SWC poker.
It doesnt start autoimporting.
(bulk importing doesnt work either)

Am i doing it right ( i quess not )

Here are some screenshots







Any help would be appreciated. Thank you
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
02-29-2016 , 09:19 PM
Quote:
Originally Posted by Steez
Hi..
I have a problem with SWC poker.
It doesnt start autoimporting.
(bulk importing doesnt work either)

Am i doing it right ( i quess not )



Any help would be appreciated. Thank you
Unfortunately the new SWC HH format is not supported.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-04-2016 , 02:38 PM
Hi. When I run the last relase of FPDB in Grand Poker network , FPDB crashes and shut downs when I start auto import (while ayutoimport is reading the 1st hand)
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-04-2016 , 02:41 PM
Quote:
Originally Posted by fountouris
Hi. When I run the last relase of FPDB in Grand Poker network , FPDB crashes and shut downs when I start auto import (while ayutoimport is reading the 1st hand)
Anything helpful in the log files?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-06-2016 , 05:16 AM
Hi,
how to import hand history by mail in FPDB?

I recently plan on ipad so i get my hand history by mail in text message. I really cant do anything with that. When i copy/paste it to netepad and save as .txt, FPDB see nothing there.

Please help.. i have there like 20000 hands...
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-06-2016 , 05:17 AM
Quote:
Originally Posted by Koyot
Hi,
how to import hand history by mail in FPDB?

I recently plan on ipad so i get my hand history by mail in text message. I really cant do anything with that. When i copy/paste it to netepad and save as .txt, FPDB see nothing there.

Please help.. i have there like 20000 hands...
What site do you play on?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-08-2016 , 10:10 AM
Quote:
Originally Posted by TechMo
I am on Windows, I know pitty me...

As I saw it is just the 2nd line that changed.

For normal play it is:
***** 888poker Hand History for Game 411524094 *****

and for Snap it is:
***** 888poker Snap Poker Hand History for Game 840559569 *****

So its just an added Snap Poker. If you would add it It would be great.

But it would be great, if you could help me getting the thing to work.
Really meanwhile you could try do it by using different folders for exporting HH from the poker client, and importing to fpdb. And using some bat script or any software like @ text replacer, Search & Replace, multireplace and so on, which should autostart every say 10 sec and delete "Snap Poker" in any text string during copying from one folder to another.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-10-2016 , 05:52 PM
Hey guys, trying to make fpdb run on Ubuntu with FullTiltPoker.

It seems really hard to configure, spent hours fixing errors, now i am stuck at this (after pressing Autoimport):

Code:
Poker.Eu/HandHistory/username/FT20160310 Desert Marigold - NL Hold'em - $0.01-$0.02 - Entry 1.txt'
parser      : ERROR    determineGameType: Unable to recognise gametype from: 'Full Tilt Poker Game #36359237068: Table Desert Marigold - NL Hold'em - $0.01/$0.02 - 22:47:48 CET -'
It recognizes my table i am playing, however I don't see the HUD itself.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-10-2016 , 07:42 PM
Quote:
Originally Posted by sladeinflame
Hey guys, trying to make fpdb run on Ubuntu with FullTiltPoker.

It seems really hard to configure, spent hours fixing errors, now i am stuck at this (after pressing Autoimport):

Code:
Poker.Eu/HandHistory/username/FT20160310 Desert Marigold - NL Hold'em - $0.01-$0.02 - Entry 1.txt'
parser      : ERROR    determineGameType: Unable to recognise gametype from: 'Full Tilt Poker Game #36359237068: Table Desert Marigold - NL Hold'em - $0.01/$0.02 - 22:47:48 CET -'
It recognizes my table i am playing, however I don't see the HUD itself.
What version of FPDB is this?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-11-2016 , 05:02 AM
Quote:
Originally Posted by phil_r
What version of FPDB is this?
0.40.5. I think that's the latest.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-11-2016 , 09:05 AM
Quote:
Originally Posted by sladeinflame
0.40.5. I think that's the latest.
Well, the good news is there's been a bunch of work since 0.40.5.

The bad news is a lot of that work was porting from GTK to Qt, which was not easy to get working on Ubuntu last I heard.

You might be able to cherry-pick the FTP parser changes that will probably solve your immediate problem, though. Have a look at the githubs:

https://github.com/ChazDazzle/fpdb-chaz

https://github.com/philroberts/FPDB-for-OSX

Chaz is currently ahead of me, as I've been having some issues merging his most recent stuff.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-12-2016 , 11:24 AM
Quote:
Originally Posted by phil_r
Well, the good news is there's been a bunch of work since 0.40.5.

The bad news is a lot of that work was porting from GTK to Qt, which was not easy to get working on Ubuntu last I heard.

You might be able to cherry-pick the FTP parser changes that will probably solve your immediate problem, though. Have a look at the githubs:

https://github.com/ChazDazzle/fpdb-chaz

https://github.com/philroberts/FPDB-for-OSX

Chaz is currently ahead of me, as I've been having some issues merging his most recent stuff.
thanks bro, maybe you have a link to more elaborate instructions?

And in general, all i need is some simple HUD to collect few stats that's it. Maybe there are other alternatives? Maybe i should just run Windows VM and it would be much simpler?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-12-2016 , 12:33 PM
Quote:
Originally Posted by sladeinflame
thanks bro, maybe you have a link to more elaborate instructions?

And in general, all i need is some simple HUD to collect few stats that's it. Maybe there are other alternatives? Maybe i should just run Windows VM and it would be much simpler?
Yeah, if you're not comfortable mucking around with git and source code, a windows vm with my latest release might be the easiest way to get up and running.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-15-2016 , 03:50 AM
Can anyone tell me if this works with America's Card room?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-15-2016 , 09:11 AM
Quote:
Originally Posted by BrucyB
Can anyone tell me if this works with America's Card room?
http://forumserver.twoplustwo.com/16...r#post45925058
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-20-2016 , 07:03 AM
what is wrong with Seals with Clubs [SwC]?

Quote:
2016-03-20 13:01:52,390 import ERROR Importer.addImportFile: siteId Failed for: 'C:\TEMP\STUFF\2016-03-20\T50127 - Turbo One.txt'
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-20-2016 , 10:08 AM
Quote:
Originally Posted by mushroom
what is wrong with Seals with Clubs [SwC]?
FPDB's Seals converter is for the old seals, not the new SWC.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-21-2016 , 04:53 AM
Quote:
Originally Posted by sladeinflame
Hey guys, trying to make fpdb run on Ubuntu with FullTiltPoker.
FTP should be closed from April, do you really need this?
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-23-2016 , 07:45 PM
- queue annoying noob question:
hi,

i want to set a preferred seat on my mac but i'm lost. on the wiki it says it's at '-e ~/.fpdb/HUD_config.xml' but i don't know what that is or how to find it. admittedly, i'm totally hopeless at using a mac (despite having one for years).

on windows, '%appdata%\fpdb\HUD_config.xml.' is enough instruction cuz i just click into c drive>appdata etc but on mac i'm in the finder and i can't do anything to fpdb.

i've given up asking google different questions and want to bash my head off the wall, so how do i find the file i need to edit?

thanks in advance
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-23-2016 , 08:54 PM
Quote:
Originally Posted by Adiprene1
- queue annoying noob question:
hi,

i want to set a preferred seat on my mac but i'm lost. on the wiki it says it's at '-e ~/.fpdb/HUD_config.xml' but i don't know what that is or how to find it. admittedly, i'm totally hopeless at using a mac (despite having one for years).

on windows, '%appdata%\fpdb\HUD_config.xml.' is enough instruction cuz i just click into c drive>appdata etc but on mac i'm in the finder and i can't do anything to fpdb.

i've given up asking google different questions and want to bash my head off the wall, so how do i find the file i need to edit?

thanks in advance
Code:
open -e ~/.fpdb/HUD_config.xml
Is a command you type into the terminal. The file in question is under the hidden .fpdb directory in your home directory. I... actually don't know how to show hidden directories in finder.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-27-2016 , 08:45 AM
Hi, I just discovered this app when looking for a way to import hands from Grand Poker Network. Is version 0.41.0-rc7 (Windows) the latest version? It imports hands ok - as long as I don't do them by bulk, then it crashes.

But is there a way to export the hands into a format PokerTracker can read? I see that there is a simple "Copy to Clipboard" when I right click any hand in Hand Viewer, and then it copies as a PokerStars hand (I thought it imports as Everleaf?). But it only copies one at a time, even if multiple hands are selected.

It would be great if one could do a bulk export so the hands could then be imported into PT4 or HM2, as neither support Everleaf anymore. Why does it copy to Stars format? That leads me to believe there's a conversion taking place, and perhaps an offshoot converter could be created from this.

Anyway, I'm just glad I can import my Grand Poker hands into anything!
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote
03-27-2016 , 11:16 AM
Quote:
Originally Posted by dark_horse
Hi, I just discovered this app when looking for a way to import hands from Grand Poker Network. Is version 0.41.0-rc7 (Windows) the latest version? It imports hands ok - as long as I don't do them by bulk, then it crashes.
Yes, that's the latest release. If bulk import crashes, my first guess is that it's choking on one particular hand. I'd be interested in any errors you can find in the log files.

Quote:
But is there a way to export the hands into a format PokerTracker can read? I see that there is a simple "Copy to Clipboard" when I right click any hand in Hand Viewer, and then it copies as a PokerStars hand (I thought it imports as Everleaf?). But it only copies one at a time, even if multiple hands are selected.

It would be great if one could do a bulk export so the hands could then be imported into PT4 or HM2, as neither support Everleaf anymore. Why does it copy to Stars format? That leads me to believe there's a conversion taking place, and perhaps an offshoot converter could be created from this.

Anyway, I'm just glad I can import my Grand Poker hands into anything!
It exports to Stars format because that copy to clipboard thing was intended (I believe) to be used to paste hands to forums like 2+2 for discussion, and Stars is the most widely supported format.

It would of course be possible to do this conversion in bulk, but off the top of my head I don't think that's currently implemented.
Free, open source poker tracking software: FPDB - (Version 0.40.5) - Nov 14, 2013 Quote

      
m