What, again? I don't use it, but a lot of people do.Looks like Pokerstars may have removed Home Games from the Android App (for Pokerstars.com).
What, again? I don't use it, but a lot of people do.Looks like Pokerstars may have removed Home Games from the Android App (for Pokerstars.com).
I use it a lot (every Friday). While I mostly play on my PC it offers a lot of flexibility when you want to move around the house or pop outside.What, again? I don't use it, but a lot of people do.
Also I would love to hear that I am just missing something. App updated this evening.What, again? I don't use it, but a lot of people do.
Turns out I was wrong. I just checked it out again and Home Games are there at the bottom of the home page. It looks like it just takes a bit longer for the app to load up and recognize everything. *phew*Also I would love to hear that I am just missing something. App updated this evening.
Everything he stated is correct; however your concerns are also legit. There are no fine grained levels of access control. There's only "you either have API access or you don't". THERE IS NO SUCH THING AS READ-ONLY ACCESS.I know there are a several members that host a Mavens server. There is a dude that is offering administrative tools that would be helpful in managing your Mavens site. However, I wonder if giving the developer access to your database is a concern. Here is his reply to me.
The person who created Mavens built it to be very extensible. My app communicates with your Mavens server via API (application programming interface) calls. It uses the API to programmatically request info from your server. In addition, your server can also send "callback" notifications to my app when particular events happen.
For example, when a tourney ends, your Mavens server would send a callback to my app to notify it. My app would then request the tournament summary information from your Mavens server via an API call, format it nicely, pull the email address for each of the tourney participants from your Mavens server via another API call, and then send the email to all the tourney participants. This two-way communication is what makes all of the tools possible.
In order to enable this, you would turn on API access and callbacks in your Mavens system settings and give my app access. I respect your privacy and that of your players, and I would not access server information for any reason other than to make sure my tools are running correctly.
I don't pretend to have the knowledge to determine if this is a concern or not. Interested in opinions from those with expertise in this area.
That's what I needed to know. Thank you!Everything he stated is correct; however your concerns are also legit. There are no fine grained levels of access control. There's only "you either have API access or you don't". THERE IS NO SUCH THING AS READ-ONLY ACCESS.
Therefore, by providing access to the API, you not only give someone the ability to query for tournament stats, but you also give them the ability to add chips to a player's account. It's all-or-nothing, and that concerns me.
@CraigT78I'm looking for someone who might have a poker mavens pro license or higher than might be open to helping me out. We are looking at moving our league to an online format for a couple months while the rona is raging and I'm not really keen on buying a pro license just to run a couple games but I will if I have to. What I'm hoping is someone might have one that would be willing to host our league tourneys for a couple months. Poker stars isn't really an option because of the limited customization options. We could work out whatever financial arrangement is needed to make this happen. If anyone can help me out just shoot me a PM. Thanks!
Thanks, we are discussing!
No, it's in the hand historyFor anyone who plays in a raked Mavens site... does the rake show up on the screen while players are in the pot?
Any advice for a tech novice on how to run this script on a mac?For those who play on a Poker Mavens site and also use Poker Tracker to analyze your play, I have written a hand converter that is designed to let you save Poker Mavens hand history, run through the converter, and output files that you can import to Poker Tracker 4 (PT4).
Caveats:
You can find the script here: https://github.com/yellowtongue/convert-mavens-hh
- Should only work with Hold 'Em and Omaha ring games (no tournaments)
- If your Mavens site uses table names outside ASCII, the import will fail
- I have done some smoke testing, but could use more input ( I am not a PT4 user myself)
Your feedback, test cases, contributions are welcome.
Any advice for a tech novice on how to run this script on a mac?
python --version
I know there are a several members that host a Mavens server. There is a dude that is offering administrative tools that would be helpful in managing your Mavens site. However, I wonder if giving the developer access to your database is a concern. Here is his reply to me.
The person who created Mavens built it to be very extensible. My app communicates with your Mavens server via API (application programming interface) calls. It uses the API to programmatically request info from your server. In addition, your server can also send "callback" notifications to my app when particular events happen.
For example, when a tourney ends, your Mavens server would send a callback to my app to notify it. My app would then request the tournament summary information from your Mavens server via an API call, format it nicely, pull the email address for each of the tourney participants from your Mavens server via another API call, and then send the email to all the tourney participants. This two-way communication is what makes all of the tools possible.
In order to enable this, you would turn on API access and callbacks in your Mavens system settings and give my app access. I respect your privacy and that of your players, and I would not access server information for any reason other than to make sure my tools are running correctly.
I don't pretend to have the knowledge to determine if this is a concern or not. Interested in opinions from those with expertise in this area.
He does already; his documentation clearly states that giving the API access key is like opening the door and should only be done with a completely trusted entity.Have you pinged Ken Briggs on this ? I am sure he would give you the straight and skinny...
He does already; his documentation clearly states that giving the API access key is like opening the door and should only be done with a completely trusted entity.
I think it's exactly as I said: the API key you're giving is essentially a golden ticket to your poker mavens server. There are no fine grained levels of access control; it's all or nothing:What is your thoughts on this. I am curious because it sounds like a cool tool... just have to be weary...
we are just a bunch of old farts moving from live house game to online due to covid... ours is setup but the graphics need to be fixed for us old folks LOL
For example, when a tourney ends, your Mavens server would send a callback to my app to notify it. My app would then request the tournament summary information from your Mavens server via an API call,
What issue are you having with the screen? On what device?has anyone figured out a way to get Poker Mavens screen to work right...
we are transferring over from Poker Bros and alot of the guys and gal are use to the app..... curious
What issue are you having with the screen? On what device?
I know there are a several members that host a Mavens server. There is a dude that is offering administrative tools that would be helpful in managing your Mavens site. However, I wonder if giving the developer access to your database is a concern. Here is his reply to me.
The person who created Mavens built it to be very extensible. My app communicates with your Mavens server via API (application programming interface) calls. It uses the API to programmatically request info from your server. In addition, your server can also send "callback" notifications to my app when particular events happen.
For example, when a tourney ends, your Mavens server would send a callback to my app to notify it. My app would then request the tournament summary information from your Mavens server via an API call, format it nicely, pull the email address for each of the tourney participants from your Mavens server via another API call, and then send the email to all the tourney participants. This two-way communication is what makes all of the tools possible.
In order to enable this, you would turn on API access and callbacks in your Mavens system settings and give my app access. I respect your privacy and that of your players, and I would not access server information for any reason other than to make sure my tools are running correctly.
I don't pretend to have the knowledge to determine if this is a concern or not. Interested in opinions from those with expertise in this area.
The PM website has a help section, with a page dedicated to the HTML Interface, including a paragraph about Mobile Devices.Seems like on android devices it doesnt scale correctly. On my ipad it works great
Biggest help I found on mobile was due to something @navels posted in the WW giveaway thread.The PM website has a help section, with a page dedicated to the HTML Interface, including a paragraph about Mobile Devices.
https://www.briggsoft.com/docs/pmavens/PMHelp.htm
From there:
"Even though the interface will display in portrait orientation, it will be practically unusable in that state. Android and iPhone users need to rotate their phones to landscape orientation to play. This means they must not have their device locked into portrait mode. Android users can adjust their lock status from the system menu that swipes down from the top edge. iPhone users swipe up from the bottom."
Not sure if that is your issue, but hopefully it helps.
I always use a computer screen, it is much easier for my aging eyes...
Agreed; it's the only way to make it usable on a mobile device. But I agree that using a computer is a far superior experience.Biggest help I found on mobile was due to something @navels posted in the WW giveaway thread.
You need to open the Poker Mavens site in the browser on the device and the 'add to home screen' from the menu. This puts the app into true full screen without any browser bars (same works for iOS devices).