2004-04-14 16:28:37 +02:00
|
|
|
1) resampling audio for compatibility, and better gapless/crossfading
|
|
|
|
a) write bit conversion stuff (8->16 and 24->16)
|
|
|
|
b) mono to stereo conversion
|
2004-04-15 00:25:03 +02:00
|
|
|
c) default audio format is (44.1khz, 16-bit, stereo)
|
2004-04-14 16:28:37 +02:00
|
|
|
d) option to set default sampling frequency
|
|
|
|
e) abitility to disable resampling and audio format conversion
|
|
|
|
|
|
|
|
2) non-blocking (for other clients) update
|
2004-04-11 22:14:10 +02:00
|
|
|
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-14 07:32:42 +02:00
|
|
|
p) set error: in status when an error occurs during update
|
2004-04-06 15:13:54 +02:00
|
|
|
|
2004-04-15 07:07:04 +02:00
|
|
|
3) cleanup main()
|
2004-04-13 18:22:59 +02:00
|
|
|
|
2004-04-15 07:07:04 +02:00
|
|
|
4) crosslink "list" stuff, for example, artists are crosslinked to alubms and
|
2004-04-14 16:28:37 +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-15 07:07:04 +02:00
|
|
|
|
|
|
|
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.
|