ripping_cds_on_server/README.md

18 lines
464 B
Markdown
Raw Normal View History

2024-03-02 16:02:55 +01:00
#### 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"