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:
 
  ---
  # /etc/init.d/liquidsoap stop
  Stopping channels: liquidsoap.pid/etc/init.d/liquidsoap: line 27: test: too
  many arguments
  .
  ---






[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 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 = ,
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







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

2008-03-13 Thread Romain Beauxis
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 =
 , 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 =
, 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



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 - 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 ?
 De rien, à bientot !



 Romain
 ---

Thank for the fast reply:

 Well, which package did you install ?
 The stable backport available on our server ?
Yes, it's the 0.3.6~savonet-1 version