>>1902006Sure.
>>1902013About 2 hours I think?
I just found some example to understand how Tasker works, then I read about PowerAmp API, how Android Intents works, download simple PowerAmp task as a base, created some more tasks and use them as shortcuts in buttons.
>>1902014>Do you really need to ask that? I just didn't wanted to waste time creating Komponent and uploading things of no one was interested.
>Also why all the terminal junk?I only had a phone back then so I couldn't use ADB. I also have not found any free app that is compatible with Note 1 and don't have any overlay. But there is dedicated command console for recording so why not use it?
My phone can transcode mp4 to webm at speed 0.3FPS so I had to SCP it to my dedicated server to transcode it remotely so cutting out console from video was to much work. I'm more familiar with console anyway.
>Just offer it up senpai. Sure:
http://minecart.sebi.moe/public/PA.prj.xmlhttp://minecart.sebi.moe/public/PowerAmp_widget.kompIf you want to add more buttons to control looping etc. you just need to clone some task like PANEXT and change cmd=X in Extra to corresponding ID from documentation.
To display more info like position in playlist you need to check %MyTrack and add some more Splits and KLWP variables in PATRACKCHANGE.
PowerAmp API:
https://github.com/maxmpz/powerampapi/blob/master/poweramp_api_lib/src/com/maxmpz/poweramp/player/PowerampAPI.java