Good afternoon.
I have a problem with Liquidsoap. It sends cyrillic metadata to Icecast like:
Ария - Штиль
Please help me how I can change this encoding?
Best Regards, Danila.
Good afternoon.
I have a problem with Liquidsoap. It sends cyrillic metadata to Icecast like:
Ария - Штиль
Please help me how I can change this encoding?
Best Regards, Danila.
I'm using Icecast2 to output liquidsoap and was also having garbled output
ie. Шуфутинский, Теппер С. - Ко всем чертям
when listening on android player but when I added encoding="ISO-8859-1",
to the parameters of output.icecast()
I got correctly displayed artist name - song name in Cyrillic ie. Добронравов Александр - Группа крови
Hope it helps someone.
Try adding
encoding = "UTF-8"
to the parameters ofoutput.icecast()
!Liquidsoap API Reference for
output.icecast()
: