summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRoss Burton <rburton@src.gnome.org>2003-04-11 09:53:51 +0000
committerRoss Burton <rburton@src.gnome.org>2003-04-11 09:53:51 +0000
commit1f243f41e82df56a592077e3ccbfe82c058eef7c (patch)
tree97189d147cdb0113941701208ddd387978a539a7 /README
parent929ec9deb71359be17a8e08d8b7ec7b283a910ae (diff)
More work
Diffstat (limited to 'README')
-rw-r--r--README36
1 files changed, 33 insertions, 3 deletions
diff --git a/README b/README
index 0149b22..53f56d2 100644
--- a/README
+++ b/README
@@ -1,5 +1,7 @@
-Sound Juicer
+Sound Juicer 0.1
Copyright (C) 2003 Ross Burton
+Licensed under the GPL, version 2 or greater.
+
This is Sound Juicer, a CD ripping tool using GTK+ and GStreamer.
@@ -7,5 +9,33 @@ Do the usual configure/make/make install malarky, and run
"sound-juicer" in $(prefix)/bin or "CD Ripper" in Applications ->
Sound & Video.
-GStreamer 0.6.1 (in CVS atm) is required for the Ogg tagging to work
-correctly -- you'll get invalid tag messages with 0.6.0.
+
+Known Issues:
+
+For a complete To Do list, see the file TODO.
+
+GStreamer 0.6.1 (in CVS currently) is required for the Ogg tagging to
+work correctly -- with 0.6.0 the comment field is encoded incorrectly
+and will give an error message, but the other fields are written
+correctly.
+
+There is no way in the UI to select the output path. It defaults to
+$HOME, and can be changed by editing the GConf key
+/apps/sound-juicer/base_path.
+
+There is no way in the UI to change the filename of music. It
+currently uses "(basepath)/(album title)/(song title).ogg". To edit
+this change pop_and_rip() in sj-extracting.c
+
+Musicbrainz 2.0.1 is required. It should be a 10 minute hack to make
+it work for 2.0.0, and maybe even for 1.1.0.
+
+You need to have the 'cdparanoia' and 'vorbisenc' GStreamer elements
+installed. The configure script will look for these and issue a
+warning if they are not found. At the moment if they are not available
+at run time Sound Juicer just exits. This will be fixed, don't panic.
+
+It is recommended to run Sound Juicer first in a terminal, there are
+still many messages which are not displayed in a dialog, but printed
+to the console. Until you know it works for you, run in a terminal to
+check.