Daniel Nöthen - 2023-06-26

Hello Cristian,

BUTT uses UTF-8 for song encoding. I tried adding charset=UTF-8 to the song update URL but this didn't help. In this case icecast converts it to a HTML encoded string...

However, you can workaround it by adding

<charset>UTF-8</charset> 

to your mount specific settings in your icecast config file, or add

<mount type="default">
    <charset>UTF-8</charset>
</mount>

just below the
<icecast>

tag to set it for every mountpoint.

Best,
Daniel