also when i go into PowerAmp and play a track tasker is not activating.
Profile: V3_GetPowerAmpInfo (345)
Event: Intent Received [ Action:com.maxmpz.audioplayer.TRACK_CHANGED Cat:None Cat:None Scheme:* Mime Type:* ]
Enter: V3_PowerAmpInfo (346)
(The V3_PowerAmpInfo listed behind "Enter:", above should be replaced with your own task name if you used something different from mine.)
To test it, add a simple Flash action (from the Alert section of Tasker) as the last line of your task. For the text to flash, use whatever variable names you have put your final data into. (For my original task those were %V3_Track and %V3_Artist.
Back all the way out of Tasker to make sure that your changes were saved. Now run PowerAmp and change the track a few times. If everything is working, you'll see the track and artist info pop up at the bottom of the screen. If you get either the variable itself (e.g. %V3_Track), or a blank pop up or "..." you'll at least know that the profile is firing and that the error is probably a simple typo in the task. If you get no pop up at all, the problem is likely to be with the profile itself.
If you continue to have problems, export the profile as a description and post it here. (To export a profile, you must have named it and Beginner Mode must be off.)
I have again tested, i understand the process used but just cannot get this to see the task.
Here is my xml export :
<TaskerData sr="" dvi="1" tv="4.7u3m">
<Profile sr="prof3" ve="2">
<cdate>1440411825184</cdate>
<edate>1440513715683</edate>
<id>3</id>
<mid0>2</mid0>
<nme>V3_GetPowerAmpInfo (345)</nme>
<Event sr="con0" ve="2">
<code>599</code>
<Str sr="arg0" ve="3">com.maxmpz.audioplayer.TRACK_CHANGED</Str>
<Int sr="arg1" val="0"/>
<Int sr="arg2" val="0"/>
<Str sr="arg3" ve="3">*</Str>
<Str sr="arg4" ve="3">*</Str>
</Event>
</Profile>
<Task sr="task2">
<cdate>1440409787400</cdate>
<edate>1440513715683</edate>
<id>2</id>
<nme>V3_PowerAmpInfo (346)</nme>
<pri>100</pri>
<Action sr="act0" ve="7">
<code>590</code>
<Str sr="arg0" ve="3">%track</Str>
<Str sr="arg1" ve="3">,</Str>
<Int sr="arg2" val="0"/>
</Action>
<Action sr="act1" ve="7">
<code>547</code>
<Str sr="arg0" ve="3">%artist</Str>
<Str sr="arg1" ve="3">%track1</Str>
<Int sr="arg2" val="0"/>
<Int sr="arg3" val="0"/>
</Action>
<Action sr="act2" ve="7">
<code>590</code>
<Str sr="arg0" ve="3">%artist</Str>
<Str sr="arg1" ve="3">=</Str>
<Int sr="arg2" val="0"/>
</Action>
<Action sr="act3" ve="7">
<code>547</code>
<Str sr="arg0" ve="3">%V3_Artist</Str>
<Str sr="arg1" ve="3">%artist2</Str>
<Int sr="arg2" val="0"/>
<Int sr="arg3" val="0"/>
</Action>
<Action sr="act4" ve="7">
<code>547</code>
<Str sr="arg0" ve="3">%song</Str>
<Str sr="arg1" ve="3">%track14</Str>
<Int sr="arg2" val="0"/>
<Int sr="arg3" val="0"/>
</Action>
<Action sr="act5" ve="7">
<code>590</code>
<Str sr="arg0" ve="3">%song</Str>
<Str sr="arg1" ve="3">=</Str>
<Int sr="arg2" val="0"/>
</Action>
<Action sr="act6" ve="7">
<code>547</code>
<Str sr="arg0" ve="3">%V3_Track</Str>
<Str sr="arg1" ve="3">%song2</Str>
<Int sr="arg2" val="0"/>
<Int sr="arg3" val="0"/>
</Action>
<Action sr="act7" ve="7">
<code>548</code>
<Str sr="arg0" ve="3">%V3_Artist</Str>
<Int sr="arg1" val="0"/>
</Action>
<Action sr="act8" ve="7">
<code>548</code>
<Str sr="arg0" ve="3">%V3_Track</Str>
<Int sr="arg1" val="0"/>
</Action>
</Task>
</TaskerData>