Re: [Savonet-users] playlist.once and dynamic source creation

2011-10-31 Thread David Baelde
Hi Leonel, On Mon, Oct 31, 2011 at 6:46 AM, Leonel Rocha wrote: > I tried to use source.shutdown(out) in the arguments on_stop of the output > and in on_done of playlist.once() and got erros on both, always like: > At line 26, char 27: >   this value has type >     (_)->_ >   but it should be a s

Re: [Savonet-users] Flac metadata in liquidsoap requests

2011-10-31 Thread Chris Everest
On Mon, Oct 31, 2011 at 1:59 PM, Romain Beauxis wrote: > Hi Chris! > Hmm that's weird. Just for the record, Liquidsoap filters encoded > metadata to avoid unfortunate leakage of sensible informations or > simply tag namespace noise. The default setting is: >  set("encoder.encoder.export",["artist"

Re: [Savonet-users] Question about Metadata - or lack thereof

2011-10-31 Thread KJ Koning
That did it! Once I realized that the map_metadata function gets an array of everything that will be used for metadata, and that if a don't pass an empty artist field, then it works perfectly. Thanks Sam! KJ On Mon, Oct 31, 2011 at 2:53 AM, Samuel Mimram wrote: > Hi, > > Your code is equivalen

Re: [Savonet-users] Flac metadata in liquidsoap requests

2011-10-31 Thread Romain Beauxis
Hi Chris! 2011/10/31 Chris Everest : > Hello, I'm encoding flac files from analog sources and then adding to > my streams via a request.equeue instance (over telnet).  I'm noticing > that the 'DATE' and 'TRACKNUMBER' vorbis comment fields are not being > recognized by liquidsoap or being inserted

[Savonet-users] Flac metadata in liquidsoap requests

2011-10-31 Thread Chris Everest
Hello, I'm encoding flac files from analog sources and then adding to my streams via a request.equeue instance (over telnet). I'm noticing that the 'DATE' and 'TRACKNUMBER' vorbis comment fields are not being recognized by liquidsoap or being inserted into the metadata history. Anyone know whether

Re: [Savonet-users] Latest washtub for liquidsoap

2011-10-31 Thread Chris Everest
On Thu, Oct 20, 2011 at 11:11 AM, Tom Buehlmann wrote: > Hello List > Hello Chris > I'm not sure, i hope this is the right place to ask. Hello. I try to watch this list for questions. You can contact me directly if you have questions too. > Just a little question i don't understand fully: > Wha

Re: [Savonet-users] Installing Liquidsoap on Ubuntu

2011-10-31 Thread Samuel Mimram
Hi, Yes it should work "out of the box". You should install the "liquidsoap" package as well as all the "liquidsoap-plugin-***" that you need, and here you go! Cheers, Sam. On Mon, Oct 31, 2011 at 5:57 PM, Elliott Barnes wrote: > Hi, and thanks for your reply. > > So are you saying that with

Re: [Savonet-users] Installing Liquidsoap on Ubuntu

2011-10-31 Thread Elliott Barnes
Hi, and thanks for your reply. So are you saying that with the latest release, I simply have to use Apt to fetch the main Liquidsoap package, and all of the dependencies will be fetched automatically? If that's the case, I'll give it another go. Thanks. Elliott. On 31/10/2011, Samuel Mimram w

Re: [Savonet-users] worning?

2011-10-31 Thread Martin Konečný
This is just a warning. If you don't want to run liquidsoap to run as a daemon, then just ignore it. If you do want to run Liquidsoap as a daemon, the warning message tells you exactly what to do. Specify the user + group that you want the daemon to run under. Every process in Unix needs to have an

Re: [Savonet-users] playlist.once and dynamic source creation

2011-10-31 Thread Romain Beauxis
Hi Leonel! Le 31 octobre 2011 06:46, Leonel Rocha a écrit : > Hi! > Sorry, I guess I misunterstood it. > I tried to use source.shutdown(out) in the arguments on_stop of the output > and in on_done of playlist.once() and got erros on both, always like: > At line 26, char 27: >   this value has typ

Re: [Savonet-users] Different timezones programming

2011-10-31 Thread Romain Beauxis
Hi all, 2011/10/30 : > Hi David, > > Sorry it took so long to get back to this. > > What you say about using TZ would be a great idea, but not on a couple of > hundred files. > I would still have the problem of differentiating between EST files and > Asia files and the correct loading a crontab p

Re: [Savonet-users] Question about Metadata - or lack thereof

2011-10-31 Thread Samuel Mimram
Hi, Your code is equivalent to if '$(if $(display_title),"$(display_title)","blank")' == "blank" then source2 = drop_metadata(source) end and you don't use source2 in the following. In your script, the name "source2" just happens to be "source" but the orginial source isn't changed: a new source

Re: [Savonet-users] Installing Liquidsoap on Ubuntu

2011-10-31 Thread Samuel Mimram
Hi, All the installed plugins are automatically loaded by Liquidsoap, nothing special should be required from your part. Just to make sure, do you have the "liquidsoap-plugin-lame" package installed? Also, did you notice that the format of output has changed in 1.0? output.icecast.mp3 does not exi

Re: [Savonet-users] Install in cpanel

2011-10-31 Thread Samuel Mimram
Hi, I don't know about cpanel, but as long as you have a console access to the server, you should be able to install Liquidsoap... ++ Sam. On Sun, Oct 30, 2011 at 5:15 PM, Tommy House wrote: > Is it possible to install liquidsoap within a cpanel install or on a shared > server? > > Regards, >