 
        +3
    
    
    
        
        
        Résolu
        
        
    
    
    
    
    
    Scrobble or API support?
Hello - I am developing an Android application that would allow display of what is currently playing in media players on Android. I expect that this application will be well received in the marketplace and I am very interested in incorporating xiialive  shoutcast support. 
I am able to receive scrobble intents (for scrobbledroid, etc.) from other media players and use those intents for this purpose, but it appears I cannot use xiialive because it does not currently broadcast scrobbling intents.
Is there an API or broadcast intents from xiaalive that I can use to get "now playing" information from xiaalive, specifically for shoutcast?
Thank you for your assistance.
Robert Thompson
I am able to receive scrobble intents (for scrobbledroid, etc.) from other media players and use those intents for this purpose, but it appears I cannot use xiialive because it does not currently broadcast scrobbling intents.
Is there an API or broadcast intents from xiaalive that I can use to get "now playing" information from xiaalive, specifically for shoutcast?
Thank you for your assistance.
Robert Thompson
Solution
 
	        Solution recherchée
		
	
	
	
	You can read the metadata coming from XiiaLive by listening to the following intent:
/**
* Broadcast sent out every time there is new metadata available.
* @Extra
* EXTRA_MEDIA_TRACK_TITLE <br>
* EXTRA_MEDIA_TRACK_ARTIST
*/
public final static String ACTION_NOTIFY_METADATA =
			"com.vblast.xiialive.service.ACTION_NOTIFY_METADATA";
OpenAPI:
http://xiialive.userecho.com/feedback/19817-new-open-apis/
What particular scrobbler intents where you hopping us to support? Maybe we can implement them...
 
How did you make out? We are releasing support for Last.FM app scrobbling support on the next update.
 
 Solution
	
	
	
		
	        Résolu
		
	
	
	
	You can read the metadata coming from XiiaLive by listening to the following intent:
/**
* Broadcast sent out every time there is new metadata available.
* @Extra
* EXTRA_MEDIA_TRACK_TITLE <br>
* EXTRA_MEDIA_TRACK_ARTIST
*/
public final static String ACTION_NOTIFY_METADATA = "com.vblast.xiialive.service.ACTION_NOTIFY_METADATA";
OpenAPI:
http://xiialive.userecho.com/feedback/19817-new-open-apis/
What particular scrobbler intents where you hopping us to support? Maybe we can implement them...
	
	
/**
* Broadcast sent out every time there is new metadata available.
* @Extra
* EXTRA_MEDIA_TRACK_TITLE <br>
* EXTRA_MEDIA_TRACK_ARTIST
*/
public final static String ACTION_NOTIFY_METADATA = "com.vblast.xiialive.service.ACTION_NOTIFY_METADATA";
OpenAPI:
http://xiialive.userecho.com/feedback/19817-new-open-apis/
What particular scrobbler intents where you hopping us to support? Maybe we can implement them...
Service d'assistance aux clients par UserEcho
 Questions
		
		
	
Questions 
 
	
 
                
/**
* Broadcast sent out every time there is new metadata available.
* @Extra
* EXTRA_MEDIA_TRACK_TITLE <br>
* EXTRA_MEDIA_TRACK_ARTIST
*/
public final static String ACTION_NOTIFY_METADATA = "com.vblast.xiialive.service.ACTION_NOTIFY_METADATA";
OpenAPI:
http://xiialive.userecho.com/feedback/19817-new-open-apis/
What particular scrobbler intents where you hopping us to support? Maybe we can implement them...