I have this profile that reacts to this PowerAmp intent: com.maxmpz.audioplayer.TRACK_CHANGED. Everything works OK in Tasker except that Simple Last.fm Scrobbler doesn't pick the song information anymore. So the question is: if an intent is already picked by an app it will not be available to another?
Thanks!
I have this profile that reacts to this PowerAmp intent: com.maxmpz.audioplayer.TRACK_CHANGED. Everything works OK in Tasker except that Simple Last.fm Scrobbler doesn't pick the song information anymore. So the question is: if an intent is already picked by an app it will not be available to another?
Profile: 2.poweramp_data (66)
Priority: 6
Event: Intent Received [ Action:com.maxmpz.audioplayer.TRACK_CHANGED Cat:None Cat:None Scheme:* Mime Type:* ]
Enter: Anon (67)
Abort Existing Task
A1: JavaScriptlet [ Code:var artist = track.split(", catUri");
var title = artist[1].split(", sample");
var title = title[0].split("title=");
var artist = artist[0].split("=");
artist = artist[1];
title = title[1]; Libraries: Auto Exit:On Timeout (Seconds):45 ]
A2: Test Scene [ Name:music Test:Status Store Result In:%status ]
A3: If [ %status ~ hidden | %status ~ uncreated ]
A4: Element Text [ Scene Name:music Element:Title Position:Replace Existing Text:%title Selection: ]
A5: Element Text [ Scene Name:music Element:Artist Position:Replace Existing Text:%artist Selection: ]
A6: Show Scene [ Name:music Display As:Overlay Horizontal Position:100 Vertical Position:200 Animation:System Show Exit Button:Off Continue Task Immediately:On ]
A7: Else
A8: Element Text [ Scene Name:music Element:Title Position:Replace Existing Text:%title Selection: ]
A9: Element Text [ Scene Name:music Element:Artist Position:Replace Existing Text:%artist Selection: ]
A10: End If
A11: Perform Task [ Name:2.hide.scene Priority:%priority Parameter 1 (%par1): Parameter 2 (%par2): Return Value Variable: Stop:Off ]
I guess I'll have to check on PowerAmp side which kind of intent that is.
Thanks Pent!
The Stop event is not ckecked.