This is an old revision of the document!


Documentation

Building

./bootstrap
./configure
make

Required Packages

To build, it may be necessary to install additional software:

apt-get install autoconf automake pkg-config libtool
apt-get install libgtk2.0-dev
apt-get install libpcre3-dev

urmp will not build on an Ubuntu 7.10 (Gutsy Gibbon), or earlier, system.

Building the Database

./urmp --ignore --build /audio/mp3

where /audio/mp3 is a directory tree containing .mp3 files. Files of other types will be ignored. Files will be opened read-only by a number of concurrent processes. Status will be reported as the build progresses. At this time, this process can only be run from the command line – there is no GUI verison. The database and other files are stored in ~/.urmp.

Running the GUI

./urmp -g

Debugging

To debug the build, run with

./urmp --ignore --build /audio/mp3 --procs 1 -t worker

To analyze an mp3 file:

./urmp --parse <filename>
docs.1241064955.txt.gz · Last modified: 2009/04/30 00:15 by faith
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed