Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Artist name and Track name is not correct #46

Open
merovic opened this issue Jul 19, 2020 · 5 comments
Open

Artist name and Track name is not correct #46

merovic opened this issue Jul 19, 2020 · 5 comments

Comments

@merovic
Copy link

merovic commented Jul 19, 2020

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

@fethica
Copy link
Owner

fethica commented Aug 18, 2020

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

@merovic
Copy link
Author

merovic commented Aug 18, 2020

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

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

}

@merovic
Copy link
Author

merovic commented Aug 18, 2020

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

@fethica
Copy link
Owner

fethica commented Aug 18, 2020

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

@merovic
Copy link
Author

merovic commented Aug 18, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants