m1k3y Posted February 11, 2011 Share Posted February 11, 2011 I'm working an Android app that utilizes the 'Now Playing' track information from the default Android Music Player to do something. While this works like a charm on most cooked ROMs and HTC stock ROMs, but for people using other music players, this obviously fails.The Android Music Player sends out broadcasts on specific actions with Intents such as:-com.android.music.metachangedcom.android.music.playbackcompleteand the artist, track and album information is bundled with the Intent. My question is: Does Poweramp send out any broadcasts when these events occur? If not, then is there any possible way in which I can get the Now Playing information from Poweramp? Link to comment Share on other sites More sharing options...
admin Posted February 11, 2011 Share Posted February 11, 2011 1. PowerAMP doesn't send exactly these intents - these are reserved for stock android player. For example, HTC player sends different intents2. PowerAMP sends very similar "SLS" or scrobble Droid intents, if the appropriate scrobbling is activated.Thanks! Link to comment Share on other sites More sharing options...
m1k3y Posted February 11, 2011 Author Share Posted February 11, 2011 Yes, I know, for HTC it is:com.htc.music.metachangedFor Samsung, it is:com.sec.android.app.music.metachangedFor Winamp, it is:com.nullsoft.winamp.metachangedWhat are the action names for Poweramp? Link to comment Share on other sites More sharing options...
admin Posted February 12, 2011 Share Posted February 12, 2011 Only #2 (from my prev post) are provided - 2 scrobbling apis. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.