This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12080 - Scrobbledroid API support for Android
Attached to Project:
Rockbox
Opened by Matt Muscari (mgmuscari_) - Monday, 25 April 2011, 09:10 GMT+2
Opened by Matt Muscari (mgmuscari_) - Monday, 25 April 2011, 09:10 GMT+2
|
DetailsAdding last.fm scrobbling support to the Android version via one of the existing Android Last.fm apps is actually very easy - the log file approach doesn't seem to be compatible with e.g. the actual Last.fm app. Last.fm supports the scrobbledroid api. Adding scrobbledroid intents into the RunForegroundManager class adds support for scrobbling in about 10 lines of code. Attached is a patch to add in the appropriate intent creation and sending. This code could be modified to allow toggling via the settings page, but I don't know much about the native framebuffer code for the UI that is used by rockbox for android. I leave that to somebody else to implement if this is deemed to be too inflexible. I just want to submit this code so that others may enjoy last.fm support without having to jump through hoops to upload log files to last.fm on Android devices.
|
This task depends upon
Now I just hope my currently installed scrobbling app uses this API.
See from http://www.rockbox.org/irc/log-20110504#09:34:29 and onward.