<div dir="ltr">Implement Scrobbling compatibility (close #11904)<br><div><br></div><div><br></div><div>This modifies the AudioService so that it broadcasts an intent in order to inform other apps (Last.FM/Libre.FM scrobblers, QuickLyric, etc.) of which track is currently playing.<br><br>The intent contains the following data:<br>Track, artist, album, duration and a boolean that says whether the track is paused or playing.</div><div><br></div><div>The intent uses the standard "com.android.music.metachanged" action. Most apps broadcast their metadata by default. Some require the user to enable it in the settings, which is the wrong choice IMO.</div><div><br></div><div>Before the patch: <a href="https://i.imgur.com/9AigwoJ.png">https://i.imgur.com/9AigwoJ.png</a></div><div><br></div><div>After the patch:<br><a href="https://gfycat.com/UnfinishedApprehensiveIlladopsis">https://gfycat.com/UnfinishedApprehensiveIlladopsis</a><br></div></div>