fethica / FRadioPlayer

A simple radio player framework for iOS, macOS, tvOS.

Home Page:https://fethica.github.io/FRadioPlayer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Artist name and Track name is not correct

merovic opened this issue · comments

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

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

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

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

}

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

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