80dd76db7f
fix C99 stuff for commandError also some slight optimizations to interfacePrintWithFD() and myfprintf()
Warren Dukes
2004-06-15 18:06:21 +00:00
28d6bb796a
todo update
Warren Dukes
2004-06-15 14:48:43 +00:00
9c1e088ce5
add default port change to ChangeLog
Warren Dukes
2004-06-14 19:01:06 +00:00
5bd18af775
forget to set playlist.current = 0 when toggling random and doing swapOrder(playlist.current, 0)
Warren Dukes
2004-06-14 17:01:40 +00:00
17c13ea0e8
bug fix for deleting a song when the last song or next to last song is playing and causing playlist.current to be set to -1
Warren Dukes
2004-06-14 15:29:55 +00:00
77f824ce20
update mpd man page with --no-create-db option
Warren Dukes
2004-06-13 21:16:36 +00:00
825252dfc8
comment on song id's vs playlist position commands
Warren Dukes
2004-06-13 21:13:30 +00:00
600091c3e0
slight bug fix for making sure url's obey the RFC's
Warren Dukes
2004-06-13 20:58:22 +00:00
4c60a22f2a
updated changelog for 0.11.0
Warren Dukes
2004-06-13 18:48:18 +00:00
aed9c23ec6
when we create log files, be sure to they're umasked to 066
Warren Dukes
2004-06-12 02:29:36 +00:00
43b355734c
Add WARNING log method. it's the same as ERROR, except that when mpd starts, warnings are buffered until the error log is opened, and then flushed to the error log.
Warren Dukes
2004-06-12 02:06:16 +00:00
43255a7f63
since stuff like vorbis streams report actual time into stream, not time played, for previous add a hack where we record the difference in time between previous presses
Warren Dukes
2004-06-10 21:42:20 +00:00
3b1efb5588
minor little cleanups
Warren Dukes
2004-06-10 19:48:53 +00:00
491027a5fc
todo update
Warren Dukes
2004-06-10 04:13:23 +00:00
051cfc228d
fix bug where inputStream_httpRead was returning 0 when cnnection closed, but data is still left in the buffer
Warren Dukes
2004-06-09 18:28:18 +00:00
304639c9a6
implmented ID functions, need to implemented id commands
Warren Dukes
2004-06-09 01:30:51 +00:00
1ca828c49d
implemented song id's now we just need to implement id commands
Warren Dukes
2004-06-09 00:18:31 +00:00
97cc7957b3
todo update
Warren Dukes
2004-06-08 23:19:30 +00:00
d0968e0140
fix ack error when attempt to save a playlist that already exists
Warren Dukes
2004-06-08 22:43:25 +00:00
adc11cb8aa
on random select, move current to the first song played
Warren Dukes
2004-06-08 20:16:28 +00:00
4959c30678
make enabling random always randomize the entire playlist
Warren Dukes
2004-06-08 20:12:10 +00:00
62df71cf36
todo
Warren Dukes
2004-06-08 19:44:57 +00:00
6f4a55ea7c
remove "wrap" from buffering control, its not needed, and could potentially create a race condition (but hasn't happened in the last 10 months since this code was written)
Warren Dukes
2004-06-08 18:55:16 +00:00
c274d7d62f
todo update
Warren Dukes
2004-06-08 18:43:51 +00:00
bdf58b0e8a
todo update
Warren Dukes
2004-06-08 11:27:45 +00:00
da91a86b2f
todo update
Warren Dukes
2004-06-08 11:25:31 +00:00
f82248e06a
todo update
Warren Dukes
2004-06-08 01:54:49 +00:00
33f21b9374
spelling fix for avuton
Warren Dukes
2004-06-06 21:37:12 +00:00
81720da06d
slightly safer copying of metadataChunk to MpdTag
Warren Dukes
2004-06-06 20:34:00 +00:00
b29f73c819
mechanism for updating metadata while decoding vorbis comments are updated on the fly for streams need to decode icy metadata buffering of metadata needs to be hardened, to ensure that player has already read a particular metachunk or passed over it
Warren Dukes
2004-06-06 19:41:03 +00:00
4e53282469
todo update
Warren Dukes
2004-06-06 16:42:14 +00:00
926258605a
todo update
Warren Dukes
2004-06-05 16:08:43 +00:00
f958e0a4c5
work on ACK error codes
Warren Dukes
2004-06-04 01:58:31 +00:00
d22e5ec522
clean up some command.h include stuff
Warren Dukes
2004-06-04 00:52:11 +00:00
b4adc880a1
clean up some command.h include stuff
Warren Dukes
2004-06-04 00:51:31 +00:00
ef6c500edb
clean up ACK error coding a little bit
Warren Dukes
2004-06-04 00:49:33 +00:00
dafe92a9ed
in decodeStart(), on switch for getting type of file, swtich on dc->utf8url, not pc->utf8url
Warren Dukes
2004-06-03 23:45:40 +00:00
710ec5695b
better method for computing total time played
Warren Dukes
2004-06-03 12:34:25 +00:00
c453f7dc52
remove debug code, and preivous commit fixes a segfault due to a doble free on an error trying to decode mp3's
Warren Dukes
2004-06-03 02:58:41 +00:00
15c61f6eb0
don't stop on play command!
Warren Dukes
2004-06-03 02:56:26 +00:00
a29e38bef5
a slight cleanup in isValidRemoteUrl()
Warren Dukes
2004-06-03 00:24:33 +00:00
b48ac2dfa3
add urlhandlers command, but prolly not needed
Warren Dukes
2004-06-02 23:22:37 +00:00
8fca32b12d
fix a segfault when deleteing the last song in the playlist and sync'ing metadata from the player
Warren Dukes
2004-06-02 20:40:30 +00:00
c9c6f1f071
todo update
Warren Dukes
2004-06-02 19:59:48 +00:00