-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Labels
Description
I'm trying to setup tasker automation for Poweramp Equalizer..
I came across this forum post
https://forum.powerampapp.com/topic/9675-tasker-intents-and-eq-presets/
and didn't really get anywhere.
I ended up dumping the AndroidManifest.xml for Poweramp Equalizer and it looks like the api is really lacking..
Am I right to assume the Equalizer app is limited to this for the api?
https://github.com/maxmpz/powerampapi/blob/master/poweramp_api_lib/src/main/java/com/maxmpz/poweramp/equalizer/PeqAPI.java
It'd be nice if the separate EQ app had access to something like
com.maxmpz.audioplayer.EQU_CHANGED
and SET_EQU_PRESET which, if I'm understanding the api, would allow me to change to the preset with the matching ID.
reddcvhub and Lombric462