waasilzamri / scrobbledroid

Automatically exported from code.google.com/p/scrobbledroid
MIT License
0 stars 0 forks source link

Add support for MixZing and MixZing Lite #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Could you add support for MixZing and MixZing lite?

Original issue reported on code.google.com by nolag...@gmail.com on 3 Mar 2009 at 9:18

GoogleCodeExporter commented 9 years ago
I only use Last.fm and I'm busy with other projects, so I'm afraid not. Sorry.

Original comment by jjc1...@gmail.com on 4 Mar 2009 at 12:22

GoogleCodeExporter commented 9 years ago
so you're scrobbledroid's developer and you use last.fm's app?

MixZing is a new music app in the market, it's not another last.fm type service.

Original comment by nolag...@gmail.com on 4 Mar 2009 at 12:39

GoogleCodeExporter commented 9 years ago
Oh sorry, I misunderstood. I Googled MixZing and thought it was a service like
Last.fm that you can submit your listening habits to. Either way, I don't use 
it so
I'm not planning to work on it. The developers of the MixZing app could add 
support
for Scrobble Droid if they wanted to by using the API:
http://code.google.com/p/scrobbledroid/wiki/DeveloperAPI

You might want to suggest that to them.

Thanks.

Original comment by jjc1...@gmail.com on 4 Mar 2009 at 4:13

GoogleCodeExporter commented 9 years ago
Does scrobbledroid on Android listen for a specific event when it scrobbles the
existing music player ?

Original comment by mathur...@gmail.com on 20 Mar 2009 at 4:00

GoogleCodeExporter commented 9 years ago
Yes, it listens for three broadcasts from the standard Music player:
com.android.music.metachanged
com.android.music.playbackcomplete
com.android.music.playstatechanged

There isn't enough information in those broadcasts to determine the player state
unambiguously, so after receiving one of those broadcasts Scrobble Droid 
connects to
the music playing service using an undocumented interface to find out its state.

Original comment by jjc1...@gmail.com on 22 Mar 2009 at 2:48