Start Playing a Track on Launch

Post your questions and help other users.

Moderator: Martin

alembic
Posts: 9
Joined: 25 Feb 2017 23:22

Re: Start Playing a Track on Launch

Post by alembic » 03 Mar 2017 19:13

Actually, can I have the two actions executing concurrently after the single trigger? That way the music starts playing while the app is loading?

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Start Playing a Track on Launch

Post by Martin » 05 Mar 2017 13:16

The sequence can probably not be accelerated much. You could disable all other flows to see if this makes a difference but I doubt it since Automagic usually loads and executes flows quite fast after the system has started Automagic.
You could try to remove the action Launch App entirely since Control Audio Player with GMMP as the target app could work.

Regards,
Martin

alembic
Posts: 9
Joined: 25 Feb 2017 23:22

Re: Start Playing a Track on Launch

Post by alembic » 05 Mar 2017 18:30

Thanks, Martin, for your continuing support.

I have the other example flows disabled.

My original flow was actually just the trigger and one action that sent a play command to GMMP (as per your suggestion). It worked but the app's UI failed to load. Maybe I have to give it more time before it becomes visible. Or it does load but it's being launched in the background so the UI does not appear even though there are no other apps launched on system startup. I'm a newbie to Android so unfamiliar with how the OS handles this. I'll experiment.

Post Reply