#!/bin/sh audible download --all --aaxc --chapter --cover --cover-size 1215 for i in *.aaxc; do AAXtoMP3 -s --level 9 -D '$title - $artist' -F '$title' $i done