I just realized that the intents I use for the widget, notification
controls, and Android Wear could be used with Tasker.

Create a Send Intent Tasker with these parameters:

Action: <one of the intents below>
Package: com.angrygoat.android.sqzctrl
Target: Broadcast Receiver

Rew, Play/Pause, Fwd:

Code:
--------------------
    com.angrygoat.android.sqzctrl.REMOTE_REW
  com.angrygoat.android.sqzctrl.REMOTE_PLAY
  com.angrygoat.android.sqzctrl.REMOTE_FWD
--------------------


Volume up/down:

Code:
--------------------
    com.angrygoat.android.sqzctrl.REMOTE_VOLDN
  com.angrygoat.android.sqzctrl.REMOTE_VOLUP
--------------------


Connect and Disconnect from the server:

Code:
--------------------
    com.angrygoat.android.sqzctrl.REMOTE_CONNECT
  com.angrygoat.android.sqzctrl.REMOTE_DISCONNECT
--------------------


Exit the app:

Code:
--------------------
    com.angrygoat.android.sqzctrl.REMOTE_CLOSE
--------------------


The following only work with the newest version of Squeeze Control
(1.6.2):

Toggle Player Power:

Code:
--------------------
    com.angrygoat.android.sqzctrl.REMOTE_POWER
--------------------


Select Player:

Code:
--------------------
    com.angrygoat.android.sqzctrl.REMOTE_PLAYER_SELECT
  
  Put this in the first Extra field:
  playerId:<MAC address of player>
  
  If the player is on a different server, put this in the second Extra field:
  server:<IP address of the server>
--------------------



--------------
Squeezebox apps for webOS, Android and Windows Phone,
http://www.angrygoatapps.com
------------------------------------------------------------------------
wt0's Profile: http://forums.slimdevices.com/member.php?userid=18760
View this thread: http://forums.slimdevices.com/showthread.php?t=96757

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to