Menu

#25 Add non-ASCII support for song name

open
nobody
None
5
2020-02-15
2020-02-15
No

Currently (v0.1.19) only the ' ' and '&' characters of song_buf get URL encoded. (icecast.cpp line 341 and shoutcast.cpp line 232)
This causes problems if the song name contains characters outside the ASCII set. (such as áéíóú)

Non-ASCII support could be implemented using libcurl library. (https://curl.haxx.se/libcurl/c/curl_easy_escape.html)

Discussion


Log in to post a comment.