[Savonet-users] Log rotation on Debian

2008-06-13 Thread isofred
Salut les aminches ! A question about logrotation: In my logrotate.d folder i have a liquidsoap file with this code inside : --- /var/log/liquidsoap/*.log { weekly missingok rotate 14 compress delaycompress notifempty create 644 liquidsoap

Re: [Savonet-users] bizarre playlist.once in reverse order !?

2008-04-17 Thread isofred
Salut, Why do you need it ? The idea of this operator is to play the list once, and then become unavailable. that's exactly what i need, playing a playlist only one time in normal order (no random, no reverse) and switch to another playlist when done. In particular, the source is not

Re: [Savonet-users] bizarre playlist.once in reverse order !?

2008-04-17 Thread isofred
Ok, but how do you do when the times passes ? I mean you can't define all playlists inside the script, so I guess that at some point you need to reset the playlist.once to have it ready for the next time it will need to be played, don't you ? Romain Ok I've to handle the problem

Re: [Savonet-users] input.harbor vs input.http

2008-04-09 Thread isofred
hello, merci, c'est vrai que l'anglais n'est pas mon fort Le top serait carrément un forum plutot que la ML. plus facile, plus pratique, lisible, et ergonomique. et avec une section NEWBIESLAND..héhéhé ;-) dans le nouveau site peut être ? Le probleme de votre syteme de radio c'est que c'est

Re: [Savonet-users] input.harbor vs input.http

2008-04-08 Thread isofred
Hello, newbie bling-bling speaking. Ok i' can connect my Winamp DNAS to Harbor, sending stream, but Harbor send nothing to the out. Liquidsoap still streaming my playlist, and forget the live source. switch can be the problem ? Or my radio is not well defined ? (oula l'anglais là..) My log :

[Savonet-users] jingles metadata

2008-03-31 Thread isofred
Hi, I use jingles at beginning of each hours, played on top of the current track. --- radiodef = add([ switch([({0m0s},jingles)]), radio ]) --- my problem is Liquidsoap send metadata of the jingle and don't send again metadata of the next played track (which can be the same) (problematic when

Re: [Savonet-users] Id3tag and Liquidsoap

2008-03-29 Thread isofred
pfff it seems so simple and obvious (after this explanation)! i feel stupid. :-/ it's work Have a nice week-end Look at the last definition: radio = map_metadata(fun(m)-[(title, get_process_output(basename #{quote(m[filename])}))], playlist(/home/user/minimal.lst)) It redefines radio as

Re: [Savonet-users] input.harbor vs input.http

2008-03-28 Thread isofred
hi, thank for all , I have to test. If you want my advice, avoid using shoutcast source clients, it's too messy ;-) You're right, but it's a ready to go solution for a dj, who's know nothing about streaming, to make live mix @home from his own computer, under Windows OS. just running Winamp(

Re: [Savonet-users] Id3tag and Liquidsoap

2008-03-28 Thread isofred
Re hello, I'am back to you about map_metadata function who's work now perfectly ..almost perfectly. I show you my .liq file - promotions = playlist(/home/user/promo.lst) mix = playlist(/home/user/mix-minimal.lst) mixnuit = playlist(/home/user/mix-minimal.lst) normal =

[Savonet-users] input.harbor vs input.http

2008-03-27 Thread isofred
Hello, I wish to stream from my Winamp (@home) to my liquidsoap. Do i have to use input.harbor or input.http ? I don't understand the difference ? (Quand j'était jeune j'ai trop dormi pendant les cours d'Anglais) input.harbor seems the solution. from documentation : It starts a listening server

Re: [Savonet-users] Id3tag and Liquidsoap

2008-03-21 Thread isofred
hello, i'm back (x_o) map_metadata not work for me. maybe I missuse it. --- radio = map_metadata(fun(m)-[(title, get_process_output(basename#{quote(m[\filename\])}))], playlist(/home/user/www/Radio/minimal)) --- I get this error in log (mp3 track still played): --- [stderr:3] /bin/sh:

Re: [Savonet-users] Id3tag and Liquidsoap

2008-03-18 Thread isofred
Selon David Baelde david.baelde: yep There are several solutions. I'll describe them quickly. Use annotate:title=force,artist=force:file instead of file. You can use that syntax in your playlists. I'm not 100% sure that the annotate metadata overrides the file metadata, though. Please tell

Re: [Savonet-users] Lost in liquidsoap S01E01..need some help/advises

2008-03-16 Thread isofred
it's me ..again :/ thanks for the precious explanation. In a nutshell it means that you can simply add the feature to your script as follows: # Ce que l'on passe a la radio - What we feed to the radio radio = myplaylist would become: radio = crossfade(radio) ?? if i simply add

Re: [Savonet-users] New user: some start questions

2008-03-16 Thread isofred
I've found what's the problem. It was 2 .pid files in my /var/run/liquidsoap it's my fault.. now it running well. Thank Second point : I'm using Debian Etch system and liquidsoap 3.6: when i'm stopping the liquidsoap daemon i'get this message from the system: --- #

[Savonet-users] Lost in liquidsoap S01E01..need some help/advises

2008-03-14 Thread isofred
hi I'm trying to setting up the crossfade between tracks from same source (myplaylist)i've try differents examples from documentation or user with no results. I need to understand some basics, because it's a powerfull soft. I expect setting it up to fit my needs by myself. Thank you. Some

[Savonet-users] New user: some start questions

2008-03-13 Thread isofred
hi there, First, TON of THANKS to the team, and especially to the peoples who's made the debian package. Nice peace of software ! I'm not very comfortable with scripting language, and half newbie. So, i've setting up the basics and it's works : reading playlist.lst and playing/sending it to

Re: [Savonet-users] New user: some start questions

2008-03-13 Thread isofred
Hey, simply add: # Music myplaylist = playlist(/home/fred/minimal.lst) radio = smart_crossfade(normalize(myplaylist)) # Then we setup our shoutcast output function. out = output.shoutcast.mp3(host = localhost, port = 8000, password = , name = +++ SUBFLOW.NET, genre = Minimal - Techno -