Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
3f5d9a67
Commit
3f5d9a67
authored
Jun 04, 2004
by
Warren Dukes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
todo update
git-svn-id:
https://svn.musicpd.org/mpd/trunk@1335
09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent
6e4b1a3a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
4 deletions
+16
-4
TODO
TODO
+15
-3
mp3_plugin.c
src/inputPlugins/mp3_plugin.c
+1
-1
No files found.
TODO
View file @
3f5d9a67
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
...
...
src/inputPlugins/mp3_plugin.c
View file @
3f5d9a67
...
...
@@ -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
;
/* ?? */
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment