Hi all! 2011/4/1 <ede...@free.fr>: > Hi Kyriakos, thanks for taking time on my case, > > ISO-8859-15 only add these characters > > 8859-15 € Š š Ž ž Œ œ Ÿ > > for exemple "éthnologique" have to be "éthnologique" > > What I don't understand is why it's wrong on icecast/shoutcast but right on > external players (VLC,etc) > > to be continued... ^^
Until recently, Liquidsoap did not perform any charset conversion on sent metadata. I believe that the "tag.encoding" setting you are using is used for reading file's tags. It is very likely that VLC and the other player perform and automatic charset detection just as we do and that Icecast does not. If you want to go further with this issue, I would recommend trying a recent hg/svn liquidsoap., you should be able to change the charset for metadata sent ot icecast/shoutcast. Romain > ----- Mail Original ----- > De: "Kyriakos Tsoukalas" <k...@labyrinthos.gr> > À: ede...@free.fr > Cc: savonet-users@lists.sourceforge.net > Envoyé: Samedi 2 Avril 2011 00h00:57 GMT +01:00 Amsterdam / Berlin / Berne / > Rome / Stockholm / Vienne > Objet: Re: [Savonet-users] problems with Charset in ID3Tags > > Hey. It seems ISO-8859-15 has some rare but missing characters for use in > french. > I saw in the website: > monsieur.connard - inceste éthnologique -> unchanged > Negrobeat - Für Elise (feat. Gurthang) - Bonus track -> Negrobeat - FÃŒr > Elise (feat. Gurthang) - Bonus track > > cheers, > Kyriakos > > On 1 Apr 2011, at 23:08, ede...@free.fr wrote: > >> here is my .liq >> >> >> set("init.daemon.pidfile.path","/var/run/liquidsoap/liquidsoap.pid") >> set("log.file.path","/var/log/liquidsoap/radio.log") >> set("tag.encodings",["UTF-8","ISO-8859-1"]) >> >> default = single("/xxxx/xxxxxxx/jingle.mp3") >> >> dr77 = playlist("/xxx/xxxxxxxxx/DIRTYROOM77") >> netlabel = playlist("/xxxxx/xxxxxxx/NETLABEL") >> >> jingles = single("/var/xxxxxxxx/jingle.mp3") >> >> >> radio = fallback([ >> switch([ >> ({ 10h-11h }, dr77), >> ({ 11h-17h }, netlabel), >> ({ 17h-20h }, dr77), >> ({ 20h-10h }, netlabel) >> ]), >> default >> ]) >> >> radio = random(weights=[1,7],[ jingles, radio ]) >> >> def crossfade(~start_next,~fade_in,~fade_out,s) >> s = fade.in(duration=fade_in,s) >> s = fade.out(duration=fade_out,s) >> fader = fun (a,b) -> add(normalize=false,[b,a]) >> cross(duration=start_next,fader,s) >> end >> radio=crossfade(start_next=5.,fade_out=4.,fade_in=3.,radio) >> >> >> output.icecast.mp3( >> bitrate=128, >> samplerate=44100, >> quality=3, >> stereo=true, >> restart=true, >> restart_delay=3, >> host="xxxxxxxxxxxxxxx", >> port=xxxx, >> password="xxxxxxx", >> mount="xxxxxxxxxxxx.mp3", >> genre="xxxxxxxxxxxxxxxxxxxxxxxxxx", >> url="xxxxxxxxxxxxxxxxxxxxxxxxxxx", >> name="xxxxxxxxxxxxxxxxxxxxxxxxx", >> description="xxxxxxxxxxxxxxxxx", >> radio >> ) >> >> #END >> >> >> ----- Mail Original ----- >> De: ede...@free.fr >> À: savonet-users@lists.sourceforge.net >> Envoyé: Vendredi 1 Avril 2011 21h36:42 GMT +01:00 Amsterdam / Berlin / Berne >> / Rome / Stockholm / Vienne >> Objet: [Savonet-users] problems with Charset in ID3Tags >> >> Good evening list, >> we broadcast french artists and I have problems with Charset on Icecast and >> also on my shoutcast relay :/ >> >> i've read some post releating that problem but i don't understand how I can >> resolve it... >> >> Because on player like VLC, Foobar2000, winamp no problems but on icecast >> and my shoutcast xml song list I have wrong characters.. >> >> can see on http://www.dirtyroom77.org/radio >> >> I had compiled liquidsoap O.9.3 myself with camomile turning on debian lenny. >> >> Thanks >> >> >> Olivier >> >> ------------------------------------------------------------------------------ >> Create and publish websites with WebMatrix >> Use the most popular FREE web apps or write code yourself; >> WebMatrix provides all the features you need to develop and >> publish your website. http://p.sf.net/sfu/ms-webmatrix-sf >> _______________________________________________ >> Savonet-users mailing list >> Savonet-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/savonet-users >> >> ------------------------------------------------------------------------------ >> Create and publish websites with WebMatrix >> Use the most popular FREE web apps or write code yourself; >> WebMatrix provides all the features you need to develop and >> publish your website. http://p.sf.net/sfu/ms-webmatrix-sf >> _______________________________________________ >> Savonet-users mailing list >> Savonet-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/savonet-users > > > ------------------------------------------------------------------------------ > Create and publish websites with WebMatrix > Use the most popular FREE web apps or write code yourself; > WebMatrix provides all the features you need to develop and > publish your website. http://p.sf.net/sfu/ms-webmatrix-sf > _______________________________________________ > Savonet-users mailing list > Savonet-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/savonet-users > ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ Savonet-users mailing list Savonet-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/savonet-users