Hi Sarah, I haven't tried it before, but it looks like there is an include operator you can use. The syntax is something like:
%include "icecast.liq" I saw it being used in the scripts/ directory in the liquidsoap repository. https://github.com/savonet/liquidsoap/blob/master/scripts/pervasives.liq https://github.com/savonet/liquidsoap/blob/master/scripts/http.liq#L3 On Tue, Nov 18, 2014 at 3:48 PM, Sarah k Alawami <[email protected]> wrote: > Hey to all. I'm working on a script that will go through a folder, play > what's there from top to bottom and stop. And output to my icecast server. > I'm wondering though if i can include my icecast info not in the script I'm > working on, but as a variable for example include("Scriptname.Liq") maybe? at > the top of the script before i add my mksafe thing to play silence when it > stops. Is this possible and am i on the right track here? i'm still learning > but i think i'm close. Also is there a way to test the script with out > actually running it? The files in the directory where the stuff will be > pulled from will be quite long. > > take care to all. > ------------------------------------------------------------------------------ > 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/savonet-users -- -Tony Miller github.com/mcfiredrill @freedrull freedrool.us ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
