Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
becki:linux:cd_ripping [2011-12-23 10:12] becki |
becki:linux:cd_ripping [2013-06-03 16:40] (aktuell) becki |
||
---|---|---|---|
Zeile 4: | Zeile 4: | ||
A good command line CD ripper for ogg & mp3 is ''abcde'' which can be found at [[slack_setup_tips#third-party_programs|www.SlackBuilds.org]]. abcde needs cd-discid, so install this first. | A good command line CD ripper for ogg & mp3 is ''abcde'' which can be found at [[slack_setup_tips#third-party_programs|www.SlackBuilds.org]]. abcde needs cd-discid, so install this first. | ||
- | You probably have to add yourself to the group ''cdrom''. Look at the group of the device file to which /dev/cdrom or alternatively /dev/dvd points to. Configuration is done in /etc/abcde.conf or in ~/.abcde(:?:) | + | You probably have to add yourself to the group ''cdrom''. Look at the group of the device file to which /dev/cdrom or alternatively /dev/dvd points to. Configuration is done in ''/etc/abcde.conf'' or in ''~/.abcde'' |
KDE provides ''kaudiocreator'' as a graphical alternative to abcde. But for me, abcde works just better out of the box. | KDE provides ''kaudiocreator'' as a graphical alternative to abcde. But for me, abcde works just better out of the box. | ||
Zeile 30: | Zeile 30: | ||
- Delete everything below the line beginning with ''DISCID='' and paste stub file into vim prompt below the line beginning with ''DISCID='' | - Delete everything below the line beginning with ''DISCID='' and paste stub file into vim prompt below the line beginning with ''DISCID='' | ||
- After ripping: ''rename .. . *.ogg *.mp3'' | - After ripping: ''rename .. . *.ogg *.mp3'' | ||
- | - Use ''sbtracktagger'' to tag the tracks with book name and chapter number and rename to fix filenames | + | - Use ''sbtracktagger 'Biss zur Mittagsstunde' *.ogg'' to tag the tracks with book name and chapter number |
+ | ==== Troubleshooting == | ||
+ | Sometimes default ripper application ''cdparaoia'' fails to rip tracks. You can use ''cdda2wav'' instead by creating ''~/.abcde'' with this content: | ||
+ | |||
+ | <code bash> | ||
+ | CDROMREADERSYNTAX=cdda2wav | ||
+ | CDDA2WAV=cdda2wav | ||
+ | </code> | ||