2004-05-31 03:21:38 +00:00
|
|
|
1) play streams
|
2004-05-23 14:14:02 +00:00
|
|
|
a) put some sort of error reporting for streaming/inputStream!
|
2004-05-31 23:29:35 +00:00
|
|
|
b) parse metadata on the fly in decoders
|
2004-05-23 14:14:02 +00:00
|
|
|
c) command for dealing with the changing metadata, currentsonginfo
|
2004-05-18 20:45:40 +00:00
|
|
|
or something
|
2004-05-25 16:31:00 +00:00
|
|
|
d) in songinfo add a metadata tag item for indicating stream
|
2004-05-31 03:40:58 +00:00
|
|
|
e) ensure URL's are all ASCII, and properly %'d! check rfc's
|
|
|
|
for legal characters
|
2004-04-16 12:16:54 +00:00
|
|
|
|
2004-05-31 23:49:38 +00:00
|
|
|
2) ACK error codes
|
2004-05-31 03:21:38 +00:00
|
|
|
|
2004-05-31 23:49:38 +00:00
|
|
|
3) cleanup main()
|
2004-05-11 00:56:06 +00:00
|
|
|
|
2004-05-31 23:49:38 +00:00
|
|
|
4) handle '\n' in filenames
|
2004-04-16 13:59:35 +00:00
|
|
|
|
2004-05-31 23:49:38 +00:00
|
|
|
5) compute average replaygain to use for non-replaygain songs
|
2004-04-16 13:59:35 +00:00
|
|
|
|
2004-05-31 23:49:38 +00:00
|
|
|
6) change default port to 6600
|
2004-05-25 18:53:27 +00:00
|
|
|
|
2004-04-15 20:15:41 +00:00
|
|
|
|
|
|
|
Post-1.0
|
|
|
|
--------
|
|
|
|
1) crosslink "list" stuff, for example, artists are crosslinked to alubms and
|
2004-04-15 05:10:05 +00: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 20:15:41 +00:00
|
|
|
|
|
|
|
2) rewrite linked list impelmentation to be more flexible
|
|
|
|
a) remove "key" stuff
|
|
|
|
b) allow assigning a compare function for a list
|