diff options
author | Max Kellermann <max@musicpd.org> | 2019-11-06 16:05:22 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-11-06 16:05:22 +0100 |
commit | 13ce07d181b1ffa8f73ba9734cbc7d72baaaec91 (patch) | |
tree | ec68f0bc9a647838be457c88a89549a648e7cf7e /NEWS | |
parent | d659c7df19d715413bd518b4e2e2b4f550f0a25e (diff) |
output/shout: declare metadata as UTF-8
Apparently, Icecast defaults to ISO-8859-1 for MP3:
http://icecast.org/docs/icecast-2.4.0/config-file.html#mountsettings
This change forces Icecast to UTF-8 without having to configure it in
Icecast's configuration file.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ ver 0.21.17 (not yet released) * outputs - jack: mark ports as terminal + - shout: declare metadata as UTF-8 * fix build failure with -Ddatabase=false ver 0.21.16 (2019/10/16) |