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’.)
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’.)
I have no idea if it’s feasible, but maybe try to play around with Automagic?
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.