> Actually i cant' see a darned thing.  No really, i can't see. I took a look 
> at this thing i found on get hub
> 
> https://Github.Com/sk89q/radio-scripts/blob/master/liquidsoap/radio.Liq
> 
> and this is close but i want to have  what they had a lot more simpler as 
> this project is only for a month at most. Would i even be able to do this on 
> my linode with out the usr/bin stuff? i have all of my scripts hidden in a 
> .Dir. What they did makes a lot of sense but i want to keep my passwords in 
> that encode.Liq file so that way no one can even get to them  hence the 
> include statement. I can't have anyone at my passwords.

I don't want to set any log paths as I already created them using the touch 
command. I can't have a script create a log for me. I don't trust it.  I'd 
rather create the logs myself knowing that they are there.

blessings. I have a paper due in 2 weeks and that comes first.


> On Nov 30, 2014, at 9:57 PM, John Plsek <jaroma...@gmail.com> wrote:
> 
> oops, the formatting got all fubarred when I posted it, so it's not just the 
> BLUE stuff you want, but I think you should be able to see what is in the two 
> files
> 
> On 1 December 2014 at 16:47, John Plsek <jaroma...@gmail.com 
> <mailto:jaroma...@gmail.com>> wrote:
> It's nothing like I suggested yesterday
> 
> e.g.
> 
> icecast = %include "/home/marrie125/.liq/encode.liq"
> Why? why are you still doing xyz = %include .... that is wrong
>  icecast)
> playlist("~/pls/", mode="random")
>   mksafe  
> 
> This is total nonsense
> 
> #input the stream from my icecast server
> url = "http://ke7zum.tffppodcast.com:80/stream.m3u 
> <http://ke7zum.tffppodcast.com/stream.m3u>"
> input = mksafe(input.http(url))
> 
> So, that's setting your input to come from icecast, right! So, what is on 
> that stream? How is it being sourced?
> 
> You insist on having an include file, you insist on including it at the wrong 
> point in the wrong way ... try this (it satisfies your NEED for two files and 
> an include)
> 
> This is the "main" file:
> 
> input = mksafe(playlist("~/pls/", mode="random"))
> %include "/home/marrie125/.liq/encode.liq"
> 
> This is the included file (encode.liq) - NOTE, ITS NOT THE SAME AS YOURS
> 
> # first transcoder : MP3 128 kbps
> output.icecast( 
>   %mp3(bitrate=128), 
>   mount="/mp3-128.mp3",
>   host="ke7zum.tffppodcast.com <http://ke7zum.tffppodcast.com/>", port=80, 
> password="whwatever", 
>   description="mp3 128kbps stream", url="http://tffppodcast.com/listen 
> <http://tffppodcast.com/listen>", 
>   input)
> 
> # Second transcoder equals mp3 96kbps  sample rate 44.1khz
> output.icecast(
>   %mp3(bitrate=96), 
>   mount="/mp3-96mp3",
>   host="ke7zum.tffppodcast.com <http://ke7zum.tffppodcast.com/>", port=80, 
> password="whwatever",
>   description="mp3 96kbps stream of the main output.", 
> url="http://tffppodcast.com/listen <http://tffppodcast.com/listen>", 
>   input)
> 
> 
> 
> Do the above - the bits in BLUE, only those bits - see if that works
> 
> On 1 December 2014 at 13:36, Sarah k Alawami <marri...@gmail.com 
> <mailto:marri...@gmail.com>> wrote:
> Actually stand by I have to brake that link. I goofed.  I had to edit out 
> some stuff.  Here you go.
> 
> http://tny.cz/18ef6923 <http://tny.cz/18ef6923>
> 
> sorry about that all.
> 
> Blessings.
>> On Nov 30, 2014, at 6:08 PM, Eduardo Martinez <erm13marti...@gmail.com 
>> <mailto:erm13marti...@gmail.com>> wrote:
>> 
>> Can you post the complete contents of the main script you are trying to 
>> debug, as well of the contents of the %include file?
>> 
>> Having the full scripts will make it easier for other people to recreate the 
>> error and assist in debugging.
>> On Nov 30, 2014 5:23 PM, "Sarah k Alawami" <marri...@gmail.com 
>> <mailto:marri...@gmail.com>> wrote:
>> Well, the plot thickens. it worked before but my main automation script is 
>> broken with the same  error.File "/home/marrie125/.liq/encode.liq", line 2, 
>> char 6 before "=": Parse error!  Here is the code for thsi script which is 
>> almost  the same as the christmas script.
>> http://tny.cz/2bd35040 <http://tny.cz/2bd35040>
>> 
>> So how can I fix this an  better imagine how this will actually work?
>> > On Nov 28, 2014, at 9:13 PM, Jonathan <jonathancandler_...@q.com 
>> > <mailto:jonathancandler_...@q.com>> wrote:
>> >
>> > never code in your sleep... you end up doing things wrong... Lol. But 
>> > yeah... There is no input %include "/path/to/liquidsoap/script.liq"
>> > kind of wondering that as well.
>> 
>> 
>> ------------------------------------------------------------------------------
>> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
>> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
>> with Interactivity, Sharing, Native Excel Exports, App Integration & more
>> Get technology previously reserved for billion-dollar corporations, FREE
>> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk 
>> <http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk>
>> _______________________________________________
>> Savonet-users mailing list
>> Savonet-users@lists.sourceforge.net 
>> <mailto:Savonet-users@lists.sourceforge.net>
>> https://lists.sourceforge.net/lists/listinfo/savonet-users 
>> <https://lists.sourceforge.net/lists/listinfo/savonet-users>
>> ------------------------------------------------------------------------------
>> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
>> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
>> with Interactivity, Sharing, Native Excel Exports, App Integration & more
>> Get technology previously reserved for billion-dollar corporations, FREE
>> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk_______________________________________________
>>  
>> <http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk_______________________________________________>
>> Savonet-users mailing list
>> Savonet-users@lists.sourceforge.net 
>> <mailto:Savonet-users@lists.sourceforge.net>
>> https://lists.sourceforge.net/lists/listinfo/savonet-users 
>> <https://lists.sourceforge.net/lists/listinfo/savonet-users>
> 
> 
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk 
> <http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk>
> _______________________________________________
> Savonet-users mailing list
> Savonet-users@lists.sourceforge.net 
> <mailto:Savonet-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/savonet-users 
> <https://lists.sourceforge.net/lists/listinfo/savonet-users>
> 
> 
> 
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk_______________________________________________
> Savonet-users mailing list
> Savonet-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/savonet-users

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to