I want to get song metadata from a URI without starting to play/buffer that song.
The only way I can see of doing it right now is calling playUri() and then getMetadata() but I don't want to play it immediately.
Is there any other way?
Thanks!
Edit: Is there a way to do this via the SDK with non-local files?
Use
MediaMetaDataRetreiver
: