Menu

Features

user unknown

Features

For auto-scan tools:

Supported online host systems and poker rooms combinations:

  • OPR (http://www.officialpokerrankings.com) - demo integration only: Poker Stars, Party Poker, Ongame Network (bwin), Merge Network (Carbon), Fulltilt - for tournaments only;
  • SharkScope (http://www.sharkscope.com/): Poker Stars, Party Poker, Ongame Network (bwin), Merge Network (Carbon), Fulltilt, Pacific (888), iPoker (bet365), Entraction (24hPoker) - for tournaments only; usunpokertools is officially approved by SharkScope;
  • ProLabs/Top Shark (http://pokerprolabs.com/topshark/): Poker Stars, Party Poker, Ongame Network (bwin), Merge Network (Carbon), Fulltilt, Pacific (888), iPoker (bet365) - for tournaments only; request for review was sent to ProLabs/Top Shark, no response yet;
  • PTR (http://www.pokertableratings.com): Party Poker, Ongame Network (bwin), iPoker (bet365), Merge Network (Carbon), Fulltilt - for cash only; request for review was sent to PTR, no response yet. It doesn't support PokerStars in any way.

Supported local trackers / HUDs:

  • Poker Tracker 3 (http://www.pokertracker.com/) - is tested on regular basis;
  • Poker Tracker 4 (http://www.pokertracker.com/) - is tested sometimes;
  • Holdem Manager 1 (https://www.holdemmanager.com) - rarely tested;
  • Holdem Manager 2 (https://www.holdemmanager.com) - is tested sometimes, but has a very limited support anyway. HUD caching mechanism currently implemented doesn't load updated/added by third-party tools player notes until the whole HM2 is restarted.
  • PokerHands - integration with free HUD PokerHands is very limited. Tools can add/modify player notes stored in PokerHands DB, but seems player notes display in HUD is not supported yet.

Known issues:
1) Integration with HM2 HUD is very limited.
Notes are managed by direct SQL queries against HM2 DB.

Something like this (room identifier is ingnored for now):
HM2_GET_PLAYER_NOTES_SQL = "select n.player_note_id, current_timestamp, n.note from player_notes n, players p, note_categories c where p.player_id=n.player_id and n.category_id=c.category_id and c.description='G' and lower(p.playername)=lower(?)";

HM2_DELETE_PLAYER_NOTES_SQL = "delete from player_notes where player_notes.category_id=(select note_categories.category_id from note_categories where note_categories.description='G' ) and exists (select players.player_id from players where players.player_id=player_notes.player_id and lower(players.playername)=lower(?))";

HM2_ADD_PLAYER_NOTES_SQL = "insert into player_notes (player_note_id, player_id, category_id, icon_id, note, display_order, date_created, gamenumber, pokersite_id) values (nextval(\'player_notes_player_note_id_seq\'), (select player_id from players where lower(playername)=lower(?)), (select note_categories.category_id from note_categories where note_categories.description='G'), 0, ?, 0, NOW(), 0, 0)";

HM2_UPDATE_PLAYER_NOTES_SQL = "update player_notes set note=? where player_notes.category_id=(select note_categories.category_id from note_categories where note_categories.description='G' ) and exists (select players.player_id from players where players.player_id=player_notes.player_id and lower(players.playername)=lower(?))";

However, due to HM2 HUD caching it doesn't resync with DB until HM2 is restarted - after that new/updated notes are shown in HUD. Issue was raised with HM2 support and will be reviewed by the dev team: http://forumserver.twoplustwo.com/showpost.php?p=33390156&postcount=15

2) Integration with free HUD PokerHands is very limited. Tools can add/modify player notes store in PokerHands DB, but seems player notes display in HUD is not supported yet. The question about that was asked: http://forumserver.twoplustwo.com/showpost.php?p=33412314&postcount=1035


Related

Wiki: Home

MongoDB Logo MongoDB