This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# deps: bash, curl, sed, metaflac, jq | |
# remember to insert your own application client id (see CLIENTID below) | |
# to get an application client id register at http://developer.jamendo.com | |
set -e | |
set -u | |
function filtername() { | |
tr -cs "[:alnum:] \-&\(\)\?!" _ |