If i ever get unstuck this month and consequently have some free time, i'm considering writing a quick and dirty python script and may release it if there is interest.
Basically the idea would be to hard code currency conversion rates (if you don't there are a whole bunch of problems that can come up--this is probably why official support is taking so long). You would change your poker site software to write hand histories to a temporary folder, the script would see that a file has been written/updated, it would run conversion into US$ and write the file to the folder HEM is scanning for.
Some issues i foresee off the top of my head:
-assuming it works (which it should), would add some strange levels to the HEM filters
-changing exchange rates is a _really_ icky problem
-mostly because of rake, expect rounding errors to be slightly magnified
-if/when HEM officially supports multiple currencies, it could be a headache to get old hand histories to play well with newly imported ones
-to avoid excess cpu usage, it will probably check for hand history updates once every couple of seconds, and so there will be a small extra delay in hud stat updates
-because of hard-coded exchange rates, there _will_ be small discrepancies between what the pokersite says your balance is and what HEM says your balance is, which leads to:
-i don't know how well tracking software has held up under scrutiny for anyone being audited by tax authorities, and don't know how using this might impact that (though the probability of additional problems from having used a non-official script is vanishingly small, the potential downside might be huge)
i anticipate releasing it under a BSD license... any interest?




Reply With Quote

