StackAndTile Forums
Detect lobby (Other site) - Printable Version

+- StackAndTile Forums (https://www.stackandtile.com/forum)
+-- Forum: General (https://www.stackandtile.com/forum/forumdisplay.php?fid=1)
+--- Forum: Support Help (https://www.stackandtile.com/forum/forumdisplay.php?fid=2)
+--- Thread: Detect lobby (Other site) (/showthread.php?tid=2175)

Pages: 1 2


RE: Detect lobby (Other site) - Hangoover9 - 07-31-2020

1. Main lobby

title=[Lobby | Svenska Spel S&C Poker],class=[Qt5QWindowIcon],pid=[2396]

2. Cash Table

title=[Ada 3239 - 56571871 - TX - NL - kr0,25/0,50],class=[Qt5QWindowOwnDCIcon],pid=[14148]

3. Tourny table

title=[After Work 15K GRT - table-49593915-4 - 400/800 ante 80],class=[Qt5QWindowOwnDCIcon],pid=[14068]


RE: Detect lobby (Other site) - Hangoover9 - 07-31-2020

I only care about the tiling of the tables so i skipped doing all the steps in configuration for the hotkeys.


RE: Detect lobby (Other site) - SaT_Admin - 07-31-2020

ok try this... remove the lobby lines that we added last time, and change these lines:

Code:
table_class=Qt5QWindowOwnDCIcon
table_include_title_text=kr\d+[.,]?\d?\d?/|table-\d+-\d
table_exclude_title_text=

that should work for cash games that use the "kr" currency prefix like you showed, and also for tournament tables that show table-####-#

save the file, close out SAT, reopen, test


RE: Detect lobby (Other site) - Hangoover9 - 07-31-2020

Now it works fine with all sites, thanks alot for the help.


RE: Detect lobby (Other site) - SaT_Admin - 01-26-2021

Another user was using espacejeux which apparently is another Boss Media / Svenska skin, and matching based on the lobby didnt work either. Maybe they spawn new processes for each table. We had to match with the table title include text as well


RE: Detect lobby (Other site) - SaT_Admin - 04-08-2021

Confirmed again with another user on Lottomatica that the lobby has a different PID than the tables, so we cannot match based on lobby

This user was also on a Small Stakes license, so we had to add these lines so that tournament tables weren't mistaken for cash:

Code:
table_include_title_text=TX - NL|table-\d+-\d
regex_tournament=table-\d+-\d