--- name: Clean Playlist Files description: Recursively delete .cue, .m3u, .m3u8, .pls, .wpl, .xspf and other playlist files. version: 1 mode: script language: bash triggers: - type: directory inputs: file_path: type: string description: Path to a directory to clean. args: [file_path] --- # Clean Playlist Files Remove playlist and cue sheet files from a directory tree.