aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO18
-rw-r--r--src/inputPlugins/mp3_plugin.c2
2 files changed, 16 insertions, 4 deletions
diff --git a/TODO b/TODO
index c689db5f7..07afd3782 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,20 @@
-1) put some sort of error reporting for streaming/inputStream!
+1) add song# to metadata when printing songs
-2) Fix charset errors so they don't goto stderr/out
+2) add updated songs command, to output list of updated songs:
+ updatesongs <since-playlist-version>
-3) Add a timeout for streams (how long? 1 minutes?)
+3) Parse icymetadata
+
+4) Put a new metadata entry for icyName for Song's
+
+5) Add a list_OK options for command_lists, to get a list_OK after each
+ command
+
+6) put some sort of error reporting for streaming/inputStream!
+
+7) Fix charset errors so they don't goto stderr/out
+
+8) Add a timeout for streams (how long? 1 minutes?)
Post-1.0
diff --git a/src/inputPlugins/mp3_plugin.c b/src/inputPlugins/mp3_plugin.c
index a501377dc..a73276c74 100644
--- a/src/inputPlugins/mp3_plugin.c
+++ b/src/inputPlugins/mp3_plugin.c
@@ -335,7 +335,7 @@ struct xing {
long flags; /* valid fields (see below) */
unsigned long frames; /* total number of frames */
unsigned long bytes; /* total number of bytes */
- unsigned char toc[100]; /* 100-point seek table */
+ unsigned char toc[100]; /* 100-point seek table */
long scale; /* ?? */
};