fethica / FRadioPlayer

A simple radio player framework for iOS, macOS, tvOS.
https://fethica.github.io/FRadioPlayer/
MIT License
283 stars 59 forks source link

Artist name and Track name is not correct #46

Open merovic opened 4 years ago

merovic commented 4 years ago

arabic names and its printed like this "ÍÓíä ÇáÏíß"

fethica commented 4 years ago

@merovic can you share the stream that's returning that, thanks!

merovic commented 4 years ago

func radioPlayer(_ player: FRadioPlayer, metadataDidChange artistName: String?, trackName: String?) {

    print(artistName ?? "artistName")
    print(trackName ?? "trackName")

}
merovic commented 4 years ago

I also tried to decode the text and fix the arabic issue but without any success

fethica commented 4 years ago

Yes, can you share the stream URL that is returning the arabic text to run a quick test?

merovic commented 4 years ago

https://c26.radioboss.fm:18110/stream.mp3