RadioDroid
RadioDroid copied to clipboard
metadata of HLS streams is ignored
the metadata of HLS (m3u8) sreams is ignored but it should be displayed just like for plain http streams.
Example:
https://mp3.querfunk.de/qfhi (plain http stream metadata shown) https://mp3.querfunk.de/qfhi/hls.m3u8 (HLS stream, no metadata shown)
(both streams are available in radiodroid)
here is an open source radio app (openradio), which is reading the HLS metadata correctly: https://bitbucket.org/ChernyshovYuriy/openradio/src/master/ - maybe that helps to get this right in RadioDroid also.