diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-04-13 16:22:59 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-04-13 16:22:59 +0000 |
commit | 00c25b772edae62965b1615125b057f5986d18c2 (patch) | |
tree | bdc52a15bd71e2973b62bba577b9c7ad025be609 /TODO | |
parent | 43c25769349e92b280fc159d8076bba623ec01b2 (diff) | |
download | mpd-00c25b772edae62965b1615125b057f5986d18c2.tar.gz mpd-00c25b772edae62965b1615125b057f5986d18c2.tar.xz mpd-00c25b772edae62965b1615125b057f5986d18c2.zip |
add --only-update-db command line option
git-svn-id: https://svn.musicpd.org/mpd/trunk@728 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -17,12 +17,10 @@ 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 -3) thourougly rewrite and check signal blocking and unblocking - -4) add a --update-only, like --only-create-db, only just for updating - -5) have children close all logging stuff, and redirect stdout and stderr to +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) + +4) cleanup main() |