Music collection: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) m →Grip |
Brian Wilson (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
== Grip == | == Grip == | ||
I use a locally compiled version of grip. Version 3.3.1 compiled on Ubuntu | I use a locally compiled version of grip. Version 3.3.1 compiled on Ubuntu 14.10 | ||
Download from: http:// | Download from: http://sourceforge.net/projects/grip/ | ||
=== Build === | === Build === | ||
sudo apt-get install lame cdparanoia | sudo apt-get install lame cdparanoia \ | ||
libgnomeui-dev libghc-vte-dev curl libcurl4-openssl-dev | |||
./configure | ./configure | ||
make | make -j 6 | ||
sudo make install | sudo make install | ||
Line 41: | Line 41: | ||
Encoding bitrate 128 | Encoding bitrate 128 | ||
Number of CPUs to use | Number of CPUs to use 4 | ||
=== Misc === | === Misc === |
Revision as of 03:11, 14 April 2015
Grip
I use a locally compiled version of grip. Version 3.3.1 compiled on Ubuntu 14.10
Download from: http://sourceforge.net/projects/grip/
Build
sudo apt-get install lame cdparanoia \ libgnomeui-dev libghc-vte-dev curl libcurl4-openssl-dev ./configure make -j 6 sudo make install
vte is a terminal widget
Configure
Currently I just keep all the files in a folder hierarchy. I tried keeping a MySQL database but found that I never used it.
Device is /dev/sr0
Encoder
Encoder is "lame".
Encoder command line: -h -V 2 %w %m
Encode file extension is mp3
Encode file format: ~/music/%A/%d/%t-%n.%x
Options
Delete .wav after encoding
Create m3u files
Use relative paths in m3u files
Encoding bitrate 128
Number of CPUs to use 4
Misc
Email address
Do not lowercase filenames
Do not change spaces to underscores