Le Thursday 13 March 2008 16:30:08 [EMAIL PROTECTED], vous avez écrit :
> hi there,

        Hi !

> First, TON of THANKS to the team, and especially to
> the peoples who's made the debian package.
> Nice peace of software !

Thanks !

> 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 shoutcast on the same
> server. my radio.liq look like that :
> <----------
> # Music
> myplaylist = playlist("/home/fred/minimal.lst")
> radio = myplaylist
> # Then we setup our shoutcast output function.
> out = output.shoutcast.mp3(host = "localhost", port = 8000, password =
> "xxxx", name = "+++ SUBFLOW.NET", genre = "Minimal - Techno - Electro",
> url="http://IP.XX.XX.XX:8000";, public=false, quality=9, bitrate=256,
> samplerate=44100, radio)
> ----------->
>
> Where i've to insert the command about cross fading and /or normalize ??
> found as is in the documentation:
> <---
> out(smart_crossfade(normalize(playlist("playlist_file"))))
> -->
>
> I wanna try this great function.

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 =
"xxxx", name = "+++ SUBFLOW.NET", genre = "Minimal - Techno - Electro",
url="http://IP.XX.XX.XX:8000";, public=false, quality=9, bitrate=256,
samplerate=44100, radio)

> 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:
>
> <---
> # /etc/init.d/liquidsoap stop
> Stopping channels: liquidsoap.pid/etc/init.d/liquidsoap: line 27: test: too
> many arguments
> .
> --->
> (nothing "letal" but system messages sucks)
> there is something wrong in the /etc/init.d/liquidsoap ?

Well, which package did you install ?
The stable backport available on our server ?

> #########
> Thank you for your help, others questions coming next.
> and sorry for my bad english
> Merci les gars

De rien, à bientot !



Romain
-- 
'mama say
son, I ain't got no food today
tit for tat, butter for fish
there's a little porridge in the dish

Reply via email to