Is this information still valid? I tried it, with no effect. 

wt0 wrote: 
> I just realized that the intents I use for the widget, notification
> controls, and Android Wear could be used with Tasker.
> 
> These intents are for the republished app Squeeze Ctrl. If you are using
> the the previous app Squeeze Control, change squeezectrl to sqzctrl.
> 
> Create a Send Intent Tasker with these parameters:
> 
> Action: <one of the intents below>
> Package: com.angrygoat.android.squeezectrl
> Target: Broadcast Receiver
> 
> Rew, Play/Pause, Fwd:
> > 
Code:
--------------------
  >   > com.angrygoat.android.squeezectrl.REMOTE_REW
  > com.angrygoat.android.squeezectrl.REMOTE_PLAY
  > com.angrygoat.android.squeezectrl.REMOTE_FWD
--------------------
> > 
> 
> Volume up/down:
> > 
Code:
--------------------
  >   > com.angrygoat.android.squeezectrl.REMOTE_VOLDN
  > com.angrygoat.android.squeezectrl.REMOTE_VOLUP
--------------------
> > 
> 
> Exit the app:
> > 
Code:
--------------------
  >   > com.angrygoat.android.squeezectrl.REMOTE_CLOSE
--------------------
> > 
> 
> The following only work with the last version of Squeeze Control
> (1.6.2):
> 
> Toggle Player Power:
> > 
Code:
--------------------
  >   > com.angrygoat.android.squeezectrl.REMOTE_POWER
--------------------
> > 
> 
> Select Player:
> > 
Code:
--------------------
  >   > com.angrygoat.android.squeezectrl.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>
--------------------
> > 
> 
> The following only work with Squeeze Ctrl:
> 
> Connect and Disconnect from the server:
> > 
Code:
--------------------
  >   > com.angrygoat.android.squeezectrl.REMOTE_CONNECT
  > com.angrygoat.android.squeezectrl.REMOTE_DISCONNECT
--------------------
> >


------------------------------------------------------------------------
Paul Guijt's Profile: http://forums.slimdevices.com/member.php?userid=36711
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