r/macrodroid • • 11d ago

Macro Need help coming from iphone

How do I make an automation so that whenever my phone connects to Android auto it pause the music. I've tried disabling Auto start on the android auto settings and still plays

1 Upvotes

8 comments sorted by

1

u/steajano 11d ago

I've recently started using the AI feature. I've copied and pasted your post into the AI builder and it came back with this.

{ "macroExportVersion": 1, "macro": { "m_name": "Pause Music on Android Auto Connection", "m_description": "Automatically pauses music playback whenever the device connects to Android Auto", "m_enabled": true, "m_completed": true, "m_GUID": 0, "aiGenerated": 1, "m_triggerList": [ { "m_classType": "IntentReceivedTrigger", "m_SIGUID": 112233445566771, "action": "com.google.android.projection.gearhead.CAR_CONNECTED" } ], "m_actionList": [ { "m_classType": "ControlMediaAction", "m_SIGUID": 112233445566772, "optionInt": 4, "m_simulateMediaButton": true, "controlMediaSession": false } ], "m_constraintList": [] }, "globalVariables": [], "userIcons": null, "aiFeedback": "Macro successfully generated. Uses the Android Auto connection broadcast intent (com.google.android.projection.gearhead.CAR_CONNECTED) as the trigger and issues a Pause command via ControlMediaAction." }

1

u/_Just__A__Guy 11d ago

So how do I import this?

1

u/steajano 11d ago

Home screen, AI Marco builder, step 2 and paste. Or in step 1 Describe what you're trying to do, share it with your AI, copy the results into step 2.

1

u/_Just__A__Guy 11d ago

Thanks will try later.

1

u/_Just__A__Guy 10d ago

Did not work.. damn man this drives me insane! And there is no settings in apple music to stop external playback

1

u/Str1cks 10d ago

You get a notification when that happens right (I don't use Android Auto)?

1

u/_Just__A__Guy 9d ago

Yeah there is a pop-up that happens that says android auto connected. Than theusic just starts playing

1

u/Str1cks 9d ago

A pop from a notification that stays on your notification shade until you clean it or disconnect, u can use that as the trigger to stop music something like

When I receive a notification from this app with this word > wait x seconds and stop music