Post a New Reply
Reply to thread: Detect lobby (Other site)
Username:
Please select the number: 6
1 2 3 4 5 6 7 8 9 10
Post Subject:
Your Message:
Smilies
Angel Angry Blush Confused
Dodgy Exclamation Heart Huh
Idea Sleepy Undecided Smile
Wink Cool Big Grin Tongue
Rolleyes Shy Sad  
Post Options:
Thread Subscription:
Specify the type of notification and thread subscription you'd like to have to this thread. (Registered users only)




Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)


Thread Review (Newest First)
Posted by SaT_Admin - 04-08-2021, 02:55 AM
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
Posted by SaT_Admin - 01-26-2021, 05:48 AM
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
Posted by Hangoover9 - 07-31-2020, 05:03 AM
Now it works fine with all sites, thanks alot for the help.
Posted by SaT_Admin - 07-31-2020, 04:55 AM
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
Posted by Hangoover9 - 07-31-2020, 04:49 AM
I only care about the tiling of the tables so i skipped doing all the steps in configuration for the hotkeys.
Posted by Hangoover9 - 07-31-2020, 04:46 AM
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]
Posted by SaT_Admin - 07-31-2020, 04:42 AM
hmmmm it should detect the svenska spel tables... its just looking for the blinds separator "/" character in the title bar of the table

one more time, can you paste me the diagnostic for 1. the main lobby, 2. a cash table, 3. a tournament table

edit/
also it looks like you never finished setting up the custom site with the wizard, since none of the coordinates are listed in your file
Posted by Hangoover9 - 07-31-2020, 04:39 AM
Now SAT dont detect the lobbys on Ipoker, so far good. But now SAT dont detect the svenska spel tables.

This is my settings.


[settings]

standard_table_width=924
standard_table_height=720

buttons=fold,call,bet

action_button=

fold_button_x_coord=
fold_button_y_coord=
fold_button_region_topleft_x_coord=
fold_button_region_topleft_y_coord=
fold_button_region_bottomright_x_coord=
fold_button_region_bottomright_y_coord=

call_button_x_coord=
call_button_y_coord=
call_button_region_topleft_x_coord=
call_button_region_topleft_y_coord=
call_button_region_bottomright_x_coord=
call_button_region_bottomright_y_coord=

bet_button_x_coord=
bet_button_y_coord=
bet_button_region_topleft_x_coord=
bet_button_region_topleft_y_coord=
bet_button_region_bottomright_x_coord=
bet_button_region_bottomright_y_coord=

use_basic_click=0

use_lobby_pid_for_tables=1

lobby_title_text=Lobby \| Svenska Spel
lobby_class=Qt5QWindowIcon

table_class=Qt5QWindowOwnDCIcon
table_include_title_text=/
table_exclude_title_text=
Posted by SaT_Admin - 07-31-2020, 04:22 AM
Ok open up your svenskaspel custom site file in this folder:

C:\Program Files (x86)\StackAndTile\Sites\

and then change/add these lines to the file:

Code:
use_lobby_pid_for_tables=1

lobby_title_text=Lobby \| Svenska Spel
lobby_class=Qt5QWindowIcon

table_class=Qt5QWindowOwnDCIcon
table_include_title_text=/
table_exclude_title_text=

save the file, completely close out SAT, reopen and test and let me know
Posted by Hangoover9 - 07-31-2020, 04:19 AM
This for the Svenskaspel Main lobby

title=[Lobby | Svenska Spel S&C Poker],class=[Qt5QWindowIcon],pid=[2396]
This thread has more than 10 replies. Read the whole thread.