You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there interest in creating an option for the alarm to play audio from an app such as Spotify, Pandora, etc like the Google Clock can?
This could be easily accomplished natively using Intents. In its most basic form, the alarm would trigger an arbitrary intent, which the user would be responsible for crafting in order to activate their desired audio app. Ideally, a more sophisticated implementation would have a template for each app (perhaps something users could contribute) so that the user just make a selection in the GUI for the desired app and audio track/playlist. A middle-ground implementation might be to use the Tasker Plugin Library to allow Alarms to trigger Tasker commands (or in similar FOSS apps like Automation) which could then trigger an audio app.
Big apps like Spotify and Pandora have their own APIs for allowing other apps to trigger their audio, but using any of the above methods, we could make it compatible with a much wider array of audio apps, like Newpipe and podcast apps (whereas Google Clock is limited to just Spotify, Pandora, YT Music, and Calm).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is there interest in creating an option for the alarm to play audio from an app such as Spotify, Pandora, etc like the Google Clock can?
This could be easily accomplished natively using Intents. In its most basic form, the alarm would trigger an arbitrary intent, which the user would be responsible for crafting in order to activate their desired audio app. Ideally, a more sophisticated implementation would have a template for each app (perhaps something users could contribute) so that the user just make a selection in the GUI for the desired app and audio track/playlist. A middle-ground implementation might be to use the Tasker Plugin Library to allow Alarms to trigger Tasker commands (or in similar FOSS apps like Automation) which could then trigger an audio app.
Big apps like Spotify and Pandora have their own APIs for allowing other apps to trigger their audio, but using any of the above methods, we could make it compatible with a much wider array of audio apps, like Newpipe and podcast apps (whereas Google Clock is limited to just Spotify, Pandora, YT Music, and Calm).
Beta Was this translation helpful? Give feedback.
All reactions