<div dir="ltr">Hi, <div><br></div><div>From the wiki and through experimenting with FS, I know it's possible to playback multiple files using the playback_delimiter channel variable and then something like </div><div><pre style="font-family:monospace,Courier;padding:1em;border:1px dashed rgb(47,111,171);color:rgb(0,0,0);line-height:1.3em;font-size:12.8px;background-color:rgb(249,249,249)"> <!-- Delimiter is set by a var which also enables the parser -->
<action application="set" data="playback_delimiter=!"/>
<action application="set" data="playback_sleep_val=500"/>
<action application="playback" data="/ram/sr8k.wav!/ram/swimp.wav"/> </pre></div><div>It is also possible to set a timeout for a single file using </div><div><pre style="font-family:monospace,Courier;padding:1em;border:1px dashed rgb(47,111,171);color:rgb(0,0,0);line-height:1.3em;font-size:12.8px;background-color:rgb(249,249,249)"><action application="playback" data="{timeout=15000}file_string://${sound_dir}/music/8000/music1.wav"/></pre></div><div>Is it possible to merge the above two? I am looking at setting a single timeout for multiple files. Is this possible?</div><div><br></div><div>Nishad </div></div>