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-11-08 20:15] 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 24: | Zeile 24: | ||
| ==== Concatenate Autiobooks == | ==== Concatenate Autiobooks == | ||
| - | FIXME Test this: | + | - Use this options: ''abcde -x -n [-o ogg,mp3] -W <discnumber>'' | 
| + | - Make CDDB stub file containing Artist, Album, Year, Genre eg: <code>DTITLE=Stephenie Meyer / Biss zur Mittagsstunde | ||
| + | DYEAR=2006 | ||
| + | DGENRE=Audiobook</code> (For mp3, you must use ''Speech'' instead of ''Audiobook'') | ||
| + | - 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'' | ||
| + | - Use ''sbtracktagger 'Biss zur Mittagsstunde' *.ogg'' to tag the tracks with book name and chapter number | ||
| - | Use this options: -n -o ogg,mp3 -W discnumber | + | ==== Troubleshooting == | 
| - | + | ||
| - | Make CDDB stub file containing Artist, Album, Year, Genre:Speech, eg: | + | |
| - | DTITLE=Stephenie Meyer / Biss zur Mittagsstunde | + | |
| - | DYEAR=2006 | + | |
| - | DGENRE=Speech | + | |
| - | + | ||
| - | Paste stub into vim prompt | + | |
| - | + | ||
| - | After ripping use ''sbtracktagger'' to tag the tracks with book name an chapter number and rename to fix filenames | + | |
| + | 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> | ||