Alsybub Posted May 6, 2014 Share Posted May 6, 2014 Hi, I'm trying to play albums via a tasker intent, so that I can browse and play music from a Pebble Smartwatch. I can get tasker to send basic commands. For example, to toggle pause in tasker:Action: com.maxmpz.audioplayer.API_COMMANDExtra: cmd:1 Target: Service As soon as I try to play an album I get no result using the following tasker intent: Action: com.maxmpz.audioplayer.API_COMMANDData: content://com.maxmpz.audioplayer/FOLDER/94Extra: cmd:20Target: Service Am I missing something or is tasker simply incapable of sending the intent?If it is incapable then please help me out with the above, exact intent, as a shell command. It would be greatly appreciated as I have been reading up and trying to get this working for a week now. Thanks in advance. Great app. Link to comment https://forum.powerampapp.com/topic/6147-tasker-intents/ Share on other sites More sharing options...
maxmp Posted May 8, 2014 Share Posted May 8, 2014 The correct URI would be content://com.maxmpz.audioplayer.data/folders/94/filesIt seems that comment for URIs in PowerampAPI is obsolete (from v1.0) for some reason. The api example app source is correct. I've added appropriate snippet to poweramp api sample app source and that URI comment/reference. Thanks! Link to comment https://forum.powerampapp.com/topic/6147-tasker-intents/#findComment-23185 Share on other sites More sharing options...
Alsybub Posted May 10, 2014 Author Share Posted May 10, 2014 Thanks. That has helped immensely. Much appreciated! Link to comment https://forum.powerampapp.com/topic/6147-tasker-intents/#findComment-23201 Share on other sites More sharing options...
jimieo Posted March 9, 2019 Share Posted March 9, 2019 On 5/8/2014 at 8:31 AM, maxmp said: The correct URI would be content://com.maxmpz.audioplayer.data/folders/94/files It seems that comment for URIs in PowerampAPI is obsolete (from v1.0) for some reason. The api example app source is correct. I've added appropriate snippet to Poweramp api sample app source and that URI comment/reference. Thanks! How does one target specific folders in the main music folder? content://com.maxmpz.audioplayer.data/folders/94/files This plays everything, including sub folders. I'd like to sort if treat sub folders as a playlist and target them specifically. Link to comment https://forum.powerampapp.com/topic/6147-tasker-intents/#findComment-71170 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.