<div dir="ltr">Hi, <div><br></div><div>From the wiki and through experimenting with FS, I know it&#39;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)">  &lt;!-- Delimiter is set by a var which also enables the parser --&gt;
  &lt;action application=&quot;set&quot; data=&quot;playback_delimiter=!&quot;/&gt;
  &lt;action application=&quot;set&quot; data=&quot;playback_sleep_val=500&quot;/&gt;
  &lt;action application=&quot;playback&quot; data=&quot;/ram/sr8k.wav!/ram/swimp.wav&quot;/&gt; </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)">&lt;action application=&quot;playback&quot; data=&quot;{timeout=15000}file_string://${sound_dir}/music/8000/music1.wav&quot;/&gt;</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>