Re: [Savonet-users] Non english symbols in tags

2009-06-09 Thread David Baelde
In the meantime, if you want to try some experiments, here are a few details.

Liquidsoap does two things: read the metadata, then send it to
icecast. If liquidsoap is compiled without unicode support it sends
your metadata directly to icecast, so the problem is only on the
icecast side.

If liquidsoap is compiled with unicode support (i.e., the camomile
library was available), it sends unicode to icecast. For reading, it
attempts to convert your metadata to unicode by guessing from a number
of encodings, set in tag.encodings. The default is
set(tag.encodings,[UTF-8,ISO-8859-1]).

In this latter case, you should first check that liquidsoap reads your
metadata properly, by doing liquidsoap -r filename.mp3 in an unicode
terminal. If it does not display properly you should try with another
list of encoding attempts: liquidsoap
'set(tag.encodings,[UTF-8,russian_encoding])' -r filename.mp3.

This should let you learn a bit more about your problem,
-- 
David

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users


Re: [Savonet-users] Non english symbols in tags

2009-06-08 Thread Romain Beauxis
Le Monday 08 June 2009 14:43:50 Vadym, vous avez écrit :
 Hi all

Hi !

 I listen mp3 to icecast
 but LS send russian(cp1251) tags not properly
 on which encoding I must fill tags in mp3 ?

I think we should need more details to help you on this issue.

What is exactly the source of the tags ? Is it an audio stream from another 
icecast server or local files ?

Once we know the origin of the metadata, we can look at the encoding used..

Romain

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users