Open Side Menu Go to the Top
Register
PlaceMint: Window Positioning Tool PlaceMint: Window Positioning Tool

09-24-2016 , 12:53 PM
I have a possibly simple question,


I have two different profiles for two different layouts of tables in placemint, but the first profile always auto loads and takes over. I cant get the second profile to override the first at all. Any way to do this?
PlaceMint: Window Positioning Tool Quote
09-26-2016 , 04:29 PM
there must be some comands/config that collides between those 2 profiles that is causing a conflicts
PlaceMint: Window Positioning Tool Quote
09-26-2016 , 05:03 PM
On the config screen, did you try selecting the one you want active and then clicking "Up" to bump it up the list?
PlaceMint: Window Positioning Tool Quote
09-29-2016 , 11:26 PM
Trying to organize turbos 180s tables by blind level but dont know the code to add both SB and BB cuz if i choose either at some levels there would be a duplicate number so i would like to do it by "Antes"...how would that go? i found these 2 codes...
Quote:
[$€][\d,.]+\sNL\sHold'em\s\[.+?\]\s-\sBlinds\s[$€](10|15|25|50|75|100)/[$€]?\d+(\sAnte\s(\$|€)\d+)?\s-\sTournament\s\d+\sTable\s\d+
Thoughts?
PlaceMint: Window Positioning Tool Quote
10-05-2016 , 02:24 PM
Got the code working but i would like to create seperate groups for rebuys and freezouts turbos 180s but the code i got mixed them both, is there a way to keep them apart? At least keeping the $3r during the rebuy period aside from the others.
PlaceMint: Window Positioning Tool Quote
10-05-2016 , 06:20 PM
Got the code working, nvm
PlaceMint: Window Positioning Tool Quote
10-06-2016 , 05:08 PM
Getting issues with my Turbo 180 Freezouts RegEx as i believe it takes the $15 buy is 2 seperate buy ins cuz its working great with $2.50s and $8s and i even set it up for a buddy that plays $4.50 so how i tell placemint whenever i type...

Quote:
[$€]([2815]
It actually refers to $2s, $8s and $15s buy ins?
PlaceMint: Window Positioning Tool Quote
10-07-2016 , 01:37 PM
Even the [$€](3|8|15) doesnt help on matching the $15.00 buyins...help?
PlaceMint: Window Positioning Tool Quote
10-07-2016 , 02:33 PM
Try putting a \ before the $
PlaceMint: Window Positioning Tool Quote
10-07-2016 , 02:47 PM
This what got...

Quote:
[\$€](2|8|15)\.(50|00)(\+R)?\sNL\sHold'em\s((\[.+?\])?|.*?\.\.\.)\s-\sBlinds\s[$€]+(10|15|25|50|75|100)/[$€\d]+(\sAnte\s(\$|€)\d+)?\s-\sTournament\s\d+\sTable\s\d+(\s-\s1\son\s1\s-\s)?
And still doesnt work with $15.00 but it does work for $2.50 and $8.00
PlaceMint: Window Positioning Tool Quote
10-07-2016 , 06:35 PM
http://regexr.com/

You have some non-escaped characters in that string. That webpage will point them out for you.

"[\$€](2|8|15)\.(50|00)(\+R)?\sNL\sHold'em" finds "$15.00 NL Hold'em" in that tester. What's the entire title of the $15 windows you are trying to find?
PlaceMint: Window Positioning Tool Quote
10-07-2016 , 06:47 PM
Window Title

Quote:
$15.00 NL Hold'em [180 Players, Turbo] - Blinds $400/$800 Ante $75 - Tournament 1690581406 Table 2
PlaceMint: Window Positioning Tool Quote
10-07-2016 , 07:03 PM
Quote:
Originally Posted by COKE_MAN
http://regexr.com/

You have some non-escaped characters in that string. That webpage will point them out for you.
And i dont know what u mean by "non-scaped" characters i understand in some extent these things but u lost me right there. But the thing is that same string works fine with the $2.50 and $8.00 but not the $15.00 i think it has something to do with the fact the $15.00 has 2 digit number for the buy in
PlaceMint: Window Positioning Tool Quote
10-07-2016 , 08:09 PM
Certain characters mean something to the regex parser. So you "escape" those by putting a \ in front of them. Tells the parser to treat it like a character and not an operator. The $ is one and why I suggested the \ before.

What is the full title of the $8 windows? On that test site, the first part of your regex finds 2, 8, and 15 NL Holdem. So I am figuring that something is different in another part of the title.

Did you try testing on that site?
PlaceMint: Window Positioning Tool Quote
10-07-2016 , 09:03 PM
Quote:
[$€](2|8|15)?\.(50|00)\sNL\sHold'em\s((\[.+?\])?|.*?\.\.\.)\s-\sBlinds\s[$€\d]+(\sAnte\s[$€]+/ [$€\d]+)?.
Cant test this right now cuz there isnt any $15 180 running but test it on a $15 fifty/fifty table and on a $15 18 man and it was working along with some $2.50s and $8.00 tables.
PlaceMint: Window Positioning Tool Quote
10-10-2016 , 01:00 PM
Just tried on a $15 Turbo 180 and it doesnt work WTF¡!¡
PlaceMint: Window Positioning Tool Quote
10-10-2016 , 01:47 PM
This finds everything before the "Tournament" in the window title you gave

[$€](2|8|15)?\.(50|00)\sNL\sHold'em\s((\[.+?\])?|.*?\.\.\.)\s-\sBlinds\s[$€\d]+\/[$€\d]+(\sAnte\s[$€\d]+)?
PlaceMint: Window Positioning Tool Quote
10-10-2016 , 02:02 PM
well it doesnt, i just give up
PlaceMint: Window Positioning Tool Quote
10-10-2016 , 04:17 PM
There is something weird going on on your system or when placemint executes on those tables then. If I take the regex built in to placemint for PokerStars 180 Players and fixed the non escaped forward slashes, then it matches "$15.00 NL Hold'em [180 Players, Turbo] - Blinds $400/$800 Ante $75 - Tournament 1690581406 Table 2" exactly. The regex I posted above matches everything before "- Tournament Table etc etc" If I combine the two and reduce the string like you asked before, I get:

[$€](2|8|15)?\.(50|00)\sNL\sHold'em\s((\[.+?\])?|.*?\.\.\.)\s-\sBlinds\s[$€\d]+\/[$€\d]+(\sAnte\s[$€\d]+)?\s-\sTournament\s\d+\sTable\s\d+(\s-\s1\son\s1\s-\s)?|.*?\.\.\.

And that matches "$15.00 NL Hold'em [180 Players, Turbo] - Blinds $400/$800 Ante $75 - Tournament 1690581406 Table 2" exactly. But I can only test on that webpage I gave you.

If this still doesn't work, then there is not much else I can help with. Double check that you do not have any other regex defined for the class or title that may be throwing it off.

One last thing to try is the regex without escaping the forward slashes. Maybe placemint auto-parses those. So you can try:

[$€](2|8|15)?\.(50|00)\sNL\sHold'em\s((\[.+?\])?|.*?\.\.\.)\s-\sBlinds\s[$€\d]+/[$€\d]+(\sAnte\s[$€\d]+)?\s-\sTournament\s\d+\sTable\s\d+(\s-\s1\son\s1\s-\s)?|.*?\.\.\.
PlaceMint: Window Positioning Tool Quote
10-10-2016 , 04:37 PM
Code:
$15.00 NL Hold'em [180 Players, Turbo]     - Blinds $125/$250 Ante $25 - Tournament 1693287538 Table 17
The title I pulled has more spaces after "turbo]" and before "- Blinds", so adding a + to the appropriate \s seemed to fix it, at least on the one window I tried. (In COKE_MAN's 1st example.)


Code:
[$€](2|8|15)?\.(50|00)\sNL\sHold'em\s((\[.+?\])?|.*?\.\.\.)\s+-\sBlinds\s[$€\d]+\/[$€\d]+(\sAnte\s[$€\d]+)?\s-\sTournament\s\d+\sTable\s\d+(\s-\s1\son\s1\s-\s)?|.*?\.\.\.
PlaceMint: Window Positioning Tool Quote
10-10-2016 , 04:45 PM
That's what I have been suspecting. More spaces in the $15 title somewhere, but what he posted was single spaced. Thanks for checking. I bet that works for him now.
PlaceMint: Window Positioning Tool Quote
10-10-2016 , 05:05 PM
I think i love you guys THANKS A MILLION¡!¡

PS: Sorry for the spam, cheers.
PlaceMint: Window Positioning Tool Quote
10-11-2016 , 01:22 PM
Im arranging tables based on the blind level and is only taking the RegEx for the early stages..

Quote:
[$€](2|8|15)?\.(50|00)\sNL\sHold'em\s((\[.+?\])?|.*?\.\.\.)\s+-\sBlinds\s[$€\d]+(10|15|25|50|75|100)/[$€\d]+(\sAnte\s[$€\d]+)?\s-\sTournament\s\d+\sTable\s\d+(\s-\s1\son\s1\s-\s)?|.*?\.\.\.
But not taking the rest, i dont know if it is a coding issue or its just not reading the blind levels properly and just sending all the tables to the first slot.
PlaceMint: Window Positioning Tool Quote
10-11-2016 , 01:32 PM
\sBlinds\s[$€\d]+(10|15|25|50|75|100)

That's doubling up. It's looking for "Blinds $[any number]" then looking for 10, 15, 25, etc. So a matching title would have to look something like "Blinds $1010/20"

Try changing that part to "\sBlinds\s[$€](10|15|25|50|75|100)" and see if it gets any better.
PlaceMint: Window Positioning Tool Quote
10-11-2016 , 02:13 PM
It appears to be working now, thanks again.
PlaceMint: Window Positioning Tool Quote

      
m