Hello.
thanks again, My last question is, how do I change the output of the
metadata? like song title/artest, or replace the string entirely, so I
could change the metadata to someradiostation - automation.
thanks again,
josh.

On 06/08/2013, Samuel Mimram <[email protected]> wrote:
> Hi,
>
> The easiest way to get a time clock is to do something like this
>
> m = playlist("~/Music")
> time = switch([({0s},single("time:It's $(time)"))])
> s = add([m,time])
> s = mksafe(s)
> output.icecast(..., s)
>
> There are some examples in the documentation if you want to achieve
> something more customized.
>
> Cheers,
>
> Samuel.
>
> On Mon, Aug 5, 2013 at 5:42 PM, Josh Stirland <[email protected]>
> wrote:
>> Hello,
>> thanks very much. I will try this when  I get back to my computer. I
>> would also like to know, is there a way to play a file at the top of
>> the hour, saying the time? so if I have a folder with files such as
>> 1.wav, 2.wav, 3.wav, for each hour of the day, can I have something
>> like "/time/"current_hour".wav"? thanks again,
>> josh.
>>
>> On 05/08/2013, Samuel Mimram <[email protected]> wrote:
>>> Hi,
>>>
>>> Yes this is quite easy! To get you started, you can begin with
>>> something like this:
>>>
>>> s1 = playlist("/folder1")
>>> s2 = playlist("/folder2")
>>> s3 = playlist("/folder3")
>>>
>>> s = add([s1,s2,s3])
>>>
>>> output.icecast(%mp3, host="localhost", port=8000, password="hackme", s)
>>>
>>> Cheers,
>>>
>>> Samuel.
>>>
>>> On Mon, Aug 5, 2013 at 6:34 AM, Josh Stirland
>>> <[email protected]>
>>> wrote:
>>>> Hello,
>>>> I was wondering if there is a way to take for example, three inputs(
>>>> shuffle folders), and combine it into 1 stream, so 3 sound files are
>>>> playing at once then stream it out to icecast.
>>>> I would like to know for a sounds project i'm working on.
>>>> Thanks,
>>>>
>>>>
>>>> --
>>>> josh.
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Get your SQL database under version control now!
>>>> Version control is standard for application code, but databases havent
>>>> caught up. So what steps can you take to put your SQL databases under
>>>> version control? Why should you start doing it? Read more to find out.
>>>> http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
>>>> _______________________________________________
>>>> Savonet-users mailing list
>>>> [email protected]
>>>> https://lists.sourceforge.net/lists/listinfo/savonet-users
>>>
>>> ------------------------------------------------------------------------------
>>> Get your SQL database under version control now!
>>> Version control is standard for application code, but databases havent
>>> caught up. So what steps can you take to put your SQL databases under
>>> version control? Why should you start doing it? Read more to find out.
>>> http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
>>> _______________________________________________
>>> Savonet-users mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/savonet-users
>>>
>>
>>
>> --
>> josh.
>>
>> ------------------------------------------------------------------------------
>> Get your SQL database under version control now!
>> Version control is standard for application code, but databases havent
>> caught up. So what steps can you take to put your SQL databases under
>> version control? Why should you start doing it? Read more to find out.
>> http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Savonet-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/savonet-users
>
> ------------------------------------------------------------------------------
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead.
> Download for free and get started troubleshooting in minutes.
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
> _______________________________________________
> Savonet-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/savonet-users
>


-- 
josh.

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to