FRadioPlayer icon indicating copy to clipboard operation
FRadioPlayer copied to clipboard

Artist name and Track name is not correct

Open merovic opened this issue 3 years ago • 5 comments

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

merovic avatar Jul 19 '20 02:07 merovic

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

fethica avatar Aug 18 '20 15:08 fethica

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

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

}

merovic avatar Aug 18 '20 16:08 merovic

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

merovic avatar Aug 18 '20 16:08 merovic

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

fethica avatar Aug 18 '20 17:08 fethica

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

merovic avatar Aug 18 '20 22:08 merovic