From 7f29bb1a8d2eb5edc4e3ea50223370dd4ba4a96c Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Thu, 15 Apr 2004 05:07:04 +0000 Subject: log cycling and a few cleanups git-svn-id: https://svn.musicpd.org/mpd/trunk@772 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- TODO | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index ab2841c90..d69c15aa6 100644 --- a/TODO +++ b/TODO @@ -6,9 +6,6 @@ e) abitility to disable resampling and audio format conversion 2) non-blocking (for other clients) update - j) when reading new directory db, we should block some signals when - manipulating the directorydb, so we don't receive a signal to - quit in the middle of an update k) when bg-update, have parent print out new old stuff to log on reading db, not the child n) mpd command for rereading db @@ -17,14 +14,12 @@ and should be reread by parent process p) set error: in status when an error occurs during update -3) have children close all logging stuff, and redirect stdout and stderr to -/dev/null, and set error bits in the shared log for the parent process -to check when it receives a SIGUSR1, and print logs and then reset values of -error bits. (don't redirect children's stdout and stderr to /dev/null if mpd is -run with --no-daemon) +3) cleanup main() -4) cleanup main() - -5) crosslink "list" stuff, for example, artists are crosslinked to alubms and +4) crosslink "list" stuff, for example, artists are crosslinked to alubms and vice versa, this way you can do list album artists or list artist albums, this will make life easier when we add genre and other metadata + +5) when writing combined interface for all decodes to use, be sure to add a +common function and abstrct dealing with DecoderControl * and put +cycleLogFiles in there, so we cycleLogFiles while decoding, not just when decoding has stopped. -- cgit v1.2.3