StackAndTile Forums

Full Version: Detect lobby (Other site)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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]
I only care about the tiling of the tables so i skipped doing all the steps in configuration for the hotkeys.
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
Now it works fine with all sites, thanks alot for the help.
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
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
Pages: 1 2