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 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.

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 ?

#########
Thank you for your help, others questions coming next.
and sorry for my bad english
Merci les gars
http://www.subflow.net





Reply via email to