Contents |
rip # emerge flac
# emerge rip
# rip -SFvf "%N-%S"
-S : an alias for:
close tray before ripping
use CDDB to rename files
moves output audio files to $PWD/ArtistName/AlbumTitle/
use gogo encoding (overridden by -F)
create a playlist in current directory in a common format,
eject disk after ripping
-F : encode to FLAC
-v : verbose output (for checking for possible errors during ripping)
-f "%N-%S" : name format: <track number>-<song name>
Encoding to FLAC:
$ mkdir -p [artist]/[album] && cd [artist]/[album]
$ cdparanoia -B 1- <- all tracks
|____________________ batch mode, creates a wav file for each track
$ for f in `ls *.wav`;do flac -8 $f;done
Or the one-liner version:
fixme: not done yet $ cdparanoia 1- - | flac
wnaspi32.dll in C:\Windows\System32. It can be downloaded here.
Options -> Settings (F4) :
Remote CDDB : Your E-mail address : a random fake address
Options -> Settings (F4) :
Encoder :
-8: Compression level - higher numbers mean more CPU usage but smaller files, lower ones mean less CPU and larger files. Can be 0-8 -o: Output file name. This is how CDex "tells" FLAC to follow the Filename Format from the Filename tab.