From 5a1274efd973b795ffa51a6e7e4bbe464017fe70 Mon Sep 17 00:00:00 2001 From: mdb Date: Sat, 19 Jan 2002 04:34:42 +0000 Subject: [PATCH] Notes. git-svn-id: https://samskivert.googlecode.com/svn/trunk@535 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/robodj/docs/notes.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/projects/robodj/docs/notes.txt b/projects/robodj/docs/notes.txt index a5bd7427..2bfea884 100644 --- a/projects/robodj/docs/notes.txt +++ b/projects/robodj/docs/notes.txt @@ -4,9 +4,6 @@ RoboDJ Notes - Play a sound when the ripping process is complete (or when an error occurs) because the user may be off doing something in another window -- Catch database errors after the ripping process and allow user to retry - commit to database after fixing database unavailability. - - Impersonate a registered CDDB client until we can get "approval". - Have musicd manage the playlist hierarchically so that if we add a whole @@ -14,3 +11,7 @@ RoboDJ Notes metadata (entryid, songid) to the musicd as well so that we don't have to reverse engineer things when we're displaying the contents of the playlist. + +- Restructure ripping process so that the panel code drives the ripping of + each track which would allow it to respond to ripping failures and + provide the ability to retry or ignore a track that fails to rip.