Music collection: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
m New page: I use a locally compiled version of grip. Currently I just keep all the files in a folder hierarchy. I tried keeping a MySQL database but found that I never used it. == Grip Settings == ...
 
Brian Wilson (talk | contribs)
mNo edit summary
Line 1: Line 1:
I use a locally compiled version of grip.
== Grip ==
 
I use a locally compiled version of grip. Version 3.3.1 compiled on Ubuntu 11.04
 
Download from: http://nostatic.org/grip/grip-download.shtml
 
=== Build ===
 
sudo apt-get install libgnomeui-dev libghc6-vte-dev curl libcurl4-openssl-dev
./configure
make
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.
Currently I just keep all the files in a folder hierarchy. I tried keeping a MySQL database but found that I never used it.
== Grip Settings ==


Device is /dev/sr0
Device is /dev/sr0


=== Encode ===
==== Encoder ====


Encoder is "lame".
Encoder is "lame".
Line 13: Line 26:
Encoder command line: -h -V 2 %w %m
Encoder command line: -h -V 2 %w %m


File extension is mp3
Encode file extension is mp3


Encode file format: ~/music/%A/%d/%t-%n.%x
Encode file format: ~/music/%A/%d/%t-%n.%x
==== Options ====


Delete .wav after encoding
Delete .wav after encoding
Line 26: Line 41:


Number of CPUs to use 2
Number of CPUs to use 2


=== Misc ===  
=== Misc ===  

Revision as of 23:48, 11 September 2011

Grip

I use a locally compiled version of grip. Version 3.3.1 compiled on Ubuntu 11.04

Download from: http://nostatic.org/grip/grip-download.shtml

Build

sudo apt-get install libgnomeui-dev libghc6-vte-dev curl libcurl4-openssl-dev
./configure
make
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 2

Misc

Email address

Do not lowercase filenames

Do not change spaces to underscores