2004-04-06 06:38:55 +02:00
|
|
|
1) non-blocking (for other clients) update
|
2004-04-11 22:14:10 +02:00
|
|
|
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
|
2004-04-13 04:59:18 +02:00
|
|
|
n) mpd command for rereading db
|
2004-04-13 21:52:15 +02:00
|
|
|
o) rewrite update functions to indicate if something was updated, then
|
|
|
|
when update process returns, indicate wheater db was updated
|
|
|
|
and should be reread by parent process
|
2004-04-06 15:13:54 +02:00
|
|
|
|
2004-04-13 07:05:06 +02:00
|
|
|
2) crosslink "list" stuff, for example, artists are crosslinked to alubms and
|
2004-04-13 04:45:13 +02:00
|
|
|
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
|
2004-04-11 03:59:05 +02:00
|
|
|
|
2004-04-13 18:22:59 +02:00
|
|
|
3) have children close all logging stuff, and redirect stdout and stderr to
|
2004-04-13 17:49:54 +02:00
|
|
|
/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
|
2004-04-13 17:52:16 +02:00
|
|
|
error bits. (don't redirect children's stdout and stderr to /dev/null if mpd is
|
|
|
|
run with --no-daemon)
|
2004-04-13 18:22:59 +02:00
|
|
|
|
|
|
|
4) cleanup main()
|