Automatically start playing music when connecting bluetooth

On Android I have an automation that sends an intent to my music player.

Is there a native SFOS player that I csn have playing music automatically when I connect my headset?

(I know I can start an application with ‘situations’.)

1 Like

I have no idea if it’s feasible, but maybe try to play around with Automagic?

1 Like

Not sure there’s an app for that but it’s technically doable, you can do it via D-Bus if the app is open.

Automagic can call D-Bus methods so it might work.

Look into org.mpris.MediaPlayer2.Player D-Bus methods.

Thanks. I will look into this.

Unfortunately this will be tomorrow at the earliest😔

That worked fine!
Thanks.