From 32a30546fa32638678ed831a65c7a68addaa6e38 Mon Sep 17 00:00:00 2001 From: mdb Date: Tue, 5 Jun 2001 16:41:12 +0000 Subject: [PATCH] More ideas. git-svn-id: https://samskivert.googlecode.com/svn/trunk@140 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/robodj/docs/notes.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/projects/robodj/docs/notes.txt b/projects/robodj/docs/notes.txt index a599d144..a5bd7427 100644 --- a/projects/robodj/docs/notes.txt +++ b/projects/robodj/docs/notes.txt @@ -1,7 +1,16 @@ RoboDJ Notes ------------ -- Catch database errors after the ripping process and allow use to retry +- 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 + CD to the playlist, we can remove it in the same way. Also pass the + 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.