{** Generates M3U playlists from the audio files in our resources **} {foreach from=$resources item=resource} {if $resource->isSound()} {$url->resourceDownloadLink($resource)} {/if} {/foreach}