#### Install abcde If you use Alpinelinux as me, you're able to just install abcde with apk: ``` apk update && apk add abcde flac cdrkit ``` Add your user to the group *cdrom* ``` adduser $user cdrom ``` #### Customize abcde.conf copy the config to your homedir ``` cp /etc/abcde.conf ~/.abcde.conf ``` Search for *OUTPUTDIR* , *OUTPUTTYPE* and modify it for your needs. Also change *CDDBMETHOD* to "cddb" and *CDDBURL* to "http://gnudb.gnudb.org/~cddb/cddb.cgi"