summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRoss Burton <rburton@src.gnome.org>2003-04-01 10:04:06 +0000
committerRoss Burton <rburton@src.gnome.org>2003-04-01 10:04:06 +0000
commit71ad4e0f42e78aa9c4b1a88fb51e01d13fe34472 (patch)
tree356872aff260c75974e18881db724b65baf5039b /README
parentae7153a61e3c09495860b9caa2f95d6eea743af3 (diff)
Loads of changes
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index cad3b0e..0238f6d 100644
--- a/README
+++ b/README
@@ -8,11 +8,9 @@ src/ contains the code sort of works.
test/ is where I've been trying out code and ideas.
-Currently test/glade-test.c is the "application" -- at the moment it
-will rip and single track and probably break in style if you try and
-rip more than one. By setting MAINLOOP to 0 in src/sj-gstreamer.c it
-might rip an entire CD (it worked last night, but a lot has changed
-since then), but the interface will freeze.
+Currently test/glade-test.c is the "application". Once it managed to
+rip two tracks of a CD I considered it "working", but it needs
+testing...
CVS GStreamer is required for the Ogg tagging to work correctly --
you'll get invalid tag messages with 0.6.0.
@@ -23,4 +21,6 @@ and rewrite the pipeline. This may become an option in the future.
I will replace the function pointers in src/sj-gstreamer.c with GLib
signals, but as I said, this is all in flux at the moment. I'm still
undecided about the exact API for the ripper. I'll probably make it a
-GObject or something just to be l33t.
+GObject or something.
+
+I must also create a GConf schema file.