wseemann / ServeStream

Streaming Media Player for Android
Apache License 2.0
36 stars 20 forks source link

Show metadata from audio streams #7

Open bluegeekgh opened 7 years ago

bluegeekgh commented 7 years ago

It would be usefull to show the metadata from audio streams (shoutcast...) like song title, station name, image...

Thanks

bluegeekgh commented 7 years ago

Looking at the code it seems supported but It doesn't work

Example stream: http://somafm.com/poptron.pls

Code: mRetrieveShoutCastMetadata = sharedPreferences.getBoolean(PreferenceConstants.RETRIEVE_SHOUTCAST_METADATA, false);