Update README.md
This commit is contained in:
parent
5562437a82
commit
48f86b9568
1 changed files with 21 additions and 9 deletions
18
README.md
18
README.md
|
@ -1,18 +1,30 @@
|
||||||
#### Install abcde
|
#### Ripping your cd's on your server
|
||||||
|
|
||||||
|
My cd-drive on my regular device isn't working as it should, so I was searching for other options to rip my cd's.
|
||||||
|
Since I save all my cd's on my fileserver which is a T60 with optical drive I went installing *abcde* on it.
|
||||||
|
Was already also thinking about to automate it. Insert your cd you want to rip and the server saves it automaticaly in your musiccollection.
|
||||||
|
Let's see if this will happen... :^)
|
||||||
|
|
||||||
|
If you use Alpinelinux as me, you're able to just install abcde with apk. I always save my music in *.flac. If you want to use another format you probably need to install some dependencies...
|
||||||
|
|
||||||
If you use Alpinelinux as me, you're able to just install abcde with apk:
|
|
||||||
```
|
```
|
||||||
apk update && apk add abcde flac cdrkit
|
apk update && apk add abcde cdrkit flac
|
||||||
```
|
```
|
||||||
|
|
||||||
Add your user to the group *cdrom*
|
Add your user to the group *cdrom*
|
||||||
|
|
||||||
```
|
```
|
||||||
adduser $user cdrom
|
adduser $user cdrom
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Customize abcde.conf
|
#### Customize abcde.conf
|
||||||
|
|
||||||
copy the config to your homedir
|
copy the config to your homedir
|
||||||
|
|
||||||
```
|
```
|
||||||
cp /etc/abcde.conf ~/.abcde.conf
|
cp /etc/abcde.conf ~/.abcde.conf
|
||||||
|
nano ~/.abcde.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
Search for *OUTPUTDIR* , *OUTPUTTYPE* and modify it for your needs.
|
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"
|
Also change *CDDBMETHOD* to "cddb" and *CDDBURL* to "http://gnudb.gnudb.org/~cddb/cddb.cgi"
|
Loading…
Reference in a new issue