Skip to content

Advanced features

Roderick Gadellaa edited this page Feb 25, 2016 · 1 revision

Control with intents

Icerrr can be controlled from apps like Tasker via intents. At this moment you can start and stop the last selected radio stream.

Supported intent parameters

Intent action: com.rejh.icerrr.actions.EXT_INTENT_RECEIVER

Extras: "start_radio", "stop_radio"

Example using Tasker

  • Create a new task in Tasker (give it a name, etc)
  • Add an action, search for 'send intent' and select it.
  • In the "action" field, enter "com.rejh.icerrr.actions.EXT_INTENT_RECEIVER" (without quotes)
  • Scroll down and find the "extra" fields (there should be multiple) and enter "start_radio:true" (again, no quotes)
  • Confirm the changes and test the task by tapping the "play" icon in the bottom left corner of the Task screen
Clone this wiki locally