Commit Graph

  • 0228a4a5ca uber minor tweaks Warren Dukes 2004-06-19 16:27:48 +00:00
  • e1a94f917d actually, scratch the last change Warren Dukes 2004-06-17 15:36:37 +00:00
  • 4ab66ad1b7 check in configure script if iconv() needs CONST Warren Dukes 2004-06-17 15:32:34 +00:00
  • cbc2825a33 include sys/time.h Warren Dukes 2004-06-17 15:05:15 +00:00
  • 561cbada93 add LIBMIKMOD_LDADD to MPD_LIBS Warren Dukes 2004-06-17 11:11:06 +00:00
  • 5c412503fb bump release date back a day Warren Dukes 2004-06-17 04:52:49 +00:00
  • 2c90e55695 add copyright notices Warren Dukes 2004-06-16 21:52:59 +00:00
  • 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
  • e0dc0a0582 authors updates Warren Dukes 2004-06-14 21:44:46 +00:00
  • 84ef17d49c update install w/ mikmod info Warren Dukes 2004-06-14 21:43:48 +00:00
  • e15ee1ac04 upgrade UPGRADING Warren Dukes 2004-06-14 21:41:52 +00:00
  • de314b61b5 change ACK error codes Warren Dukes 2004-06-14 21:27:39 +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
  • 08d1b46847 update changelog with 0.10.4 changes Warren Dukes 2004-06-13 18:35:44 +00:00
  • d8e229b918 fix some docbook stuff Warren Dukes 2004-06-13 14:03:02 +00:00
  • 7e7cbe22cb more MPD-Protocol.xml progress Warren Dukes 2004-06-13 13:58:44 +00:00
  • 8f5122f09d more progroess on MPD-Protocol.xml Warren Dukes 2004-06-13 13:07:30 +00:00
  • c024bca2d6 make swapid and deleteid actually work Warren Dukes 2004-06-13 13:05:19 +00:00
  • 593cf2ac86 make seekid actually work Warren Dukes 2004-06-13 13:03:37 +00:00
  • edbe24e2f7 make playid actually work Warren Dukes 2004-06-13 13:02:00 +00:00
  • c637238aba change 'Num' => 'Pos" for position Warren Dukes 2004-06-13 12:04:07 +00:00
  • 8c445d3f1b docbook MPD Protocol documentation beginnings Warren Dukes 2004-06-13 03:24:15 +00:00
  • b7e0d34b9e update mpd manpage and sample config file with replaygain and audio_output_format options Warren Dukes 2004-06-12 21:27:15 +00:00
  • d46c867807 update COMMANDS docs, I'll be rewriting this hopefully in a useful document format soon Warren Dukes 2004-06-12 20:07:40 +00:00
  • 21703b5edc change 'current' command to 'currentsong' Warren Dukes 2004-06-12 13:30:16 +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
  • bfaf6cbd9d fix some streaming metadata issues Warren Dukes 2004-06-09 16:58:33 +00:00
  • d5f7a7745a debug code for stream name/title Warren Dukes 2004-06-09 16:32:40 +00:00
  • d217505dc6 implemented songid commands: playlistid, playid, seekid, deleteid, moveid, swapid Warren Dukes 2004-06-09 02:50:44 +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
  • 1760433061 remove metadata debugging code Warren Dukes 2004-06-07 20:47:00 +00:00
  • 5b5dd126aa i'm a moron Warren Dukes 2004-06-07 20:44:41 +00:00
  • a6fe459ee4 update copyright to 2004 for --version Warren Dukes 2004-06-07 18:54:02 +00:00
  • 817e79e3c1 fix bug with --no-create-db Warren Dukes 2004-06-07 16:32:58 +00:00
  • 49df55bd9a todo Warren Dukes 2004-06-07 16:31:04 +00:00
  • 608a15a885 bug fix for metadata again, had an extra "!" in mpdTagsAreEqual() Warren Dukes 2004-06-07 15:00:18 +00:00
  • 333c0a6fdd some fixes to metadata stuff Warren Dukes 2004-06-07 14:16:10 +00:00
  • ae44b7dae5 potential bugfixes for handling metadata in player/decoder Warren Dukes 2004-06-07 12:11:57 +00:00
  • 0860334488 todo update Warren Dukes 2004-06-07 05:28:06 +00:00
  • 33a147b31e remove the initial and trailing ' from the icy StreamTitle that shoutcast likes to insert Warren Dukes 2004-06-07 05:21:55 +00:00
  • 283e34eaae icy metadata! wahoo still lots some debug code with print out's, so don't bitch about it! Warren Dukes 2004-06-07 05:00:56 +00:00
  • 74f1c8c018 add ack.h to mpd_headers Warren Dukes 2004-06-07 01:57:07 +00:00
  • 62f32ccb01 harden metadatabuffer Warren Dukes 2004-06-06 22:13:23 +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
  • a8a8aacdb3 implement list_OK/command_list_ok_begin update COMMANDS Warren Dukes 2004-06-05 16:01:44 +00:00
  • 69d787b3e1 todo update Warren Dukes 2004-06-05 05:03:00 +00:00
  • c2c34f78dd new command, plchanges, and also add Num: to songinfo of playlistinfo Warren Dukes 2004-06-05 01:14:37 +00:00
  • 744c0fa256 add mackstann to (c) Warren Dukes 2004-06-04 20:36:18 +00:00
  • 3f5d9a67fc todo update Warren Dukes 2004-06-04 20:13:04 +00:00
  • 6e4b1a3a17 todo update Warren Dukes 2004-06-04 15:03:30 +00:00
  • 9108df97a0 remove ickiness ness with play on a non existing file setting playlist_state to stop Warren Dukes 2004-06-04 03:15:37 +00:00
  • 7d0ffc96e1 simple fix for play -1 Warren Dukes 2004-06-04 03:10:54 +00:00
  • 915af1e093 add ack.h and change format of error again Warren Dukes 2004-06-04 03:03:48 +00:00
  • fd06660e0b change format of error stuff Warren Dukes 2004-06-04 03:00:27 +00:00
  • 630d33b234 finish ack error codes Warren Dukes 2004-06-04 02:51:54 +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
  • 53ac376cdc main() cleanup Warren Dukes 2004-06-02 04:05:09 +00:00
  • 1200187857 todo update Warren Dukes 2004-06-02 02:11:45 +00:00
  • 3c0c34bcb7 '\n' are bad Warren Dukes 2004-06-02 02:07:07 +00:00
  • 48dce62e4f todo update Warren Dukes 2004-06-02 01:52:44 +00:00
  • 59db1f9f95 change default port to 6600 (just a doc change) Warren Dukes 2004-06-02 01:48:26 +00:00
  • 24b7ce4f3b when at the end of the playlist with and not repeat, on next, set current = -1 Warren Dukes 2004-06-02 01:42:09 +00:00