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