maxmpz / powerampapi

Poweramp APIs
Other
233 stars 94 forks source link

Poweramp Equalizer API #39

Open jkluch opened 1 year ago

jkluch commented 1 year ago

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.

maxmpz commented 1 year ago

The API is (community) requests driven and currently Equalizer has some barebones API. I added SET_EQU_PRESET/EQU_CHANGED to the TODO (these will have different package name though) - and these most probably will be included into the next Peq builds. Thanks!

jkluch commented 1 year ago

That'd be awesome, thanks!

archef2000 commented 4 months ago

Would really like to see a presets toggle. Would you accept a PR?