-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add integration commands to query pro features availability + toggle some integration and OSD features (allows MediaMate to better configure BetterDisplay) #2532
Comments
Hi @Wouter01, what I did was add the following features to CLI (available using the notification integration method)
The best practice is the following:
You are free to still use userDefaults as well especially if you want to configure BetterDisplay when it's not running or if you don't want to deal with steps 1 and 2. In this case you can simply send the set notifications (and don't wait for answer to figure out whether it succeeded) and change the userDefaults at the same time - in this case one or the other or both will do the trick to turning things on/off (if Pro is enabled and the app is running etc.). Let me know if you have any questions. Will provide a build for testing soon! |
Thanks a lot! This will probably make the integration between both apps more reliable! |
Here is an interim build with these changes: |
MediaMate by @Wouter01 currently uses userDefaults but this is not really reliable due to caching issues. A more proper way should be added for interaction.
The text was updated successfully, but these errors were encountered: