aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-11-10forgot to add these filessvn/r2562-metadata-handling-rewriteWarren Dukes2-0/+309
git-svn-id: https://svn.musicpd.org/mpd/branches/r2562-metadata-handling-rewrite@2588 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-10ok, list is now reimplemented, should be ready to go, this branch is nowWarren Dukes3-12/+77
compatible with trunk mpd again, time merge git-svn-id: https://svn.musicpd.org/mpd/branches/r2562-metadata-handling-rewrite@2587 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-10search/find rewriteWarren Dukes4-221/+54
git-svn-id: https://svn.musicpd.org/mpd/branches/r2562-metadata-handling-rewrite@2584 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-10sort tagtracker stuff and todo updateWarren Dukes3-0/+17
git-svn-id: https://svn.musicpd.org/mpd/branches/r2562-metadata-handling-rewrite@2579 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-10oops do (*ptr)--, not *ptr--Warren Dukes1-1/+1
git-svn-id: https://svn.musicpd.org/mpd/branches/r2562-metadata-handling-rewrite@2578 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-10remove printf debug statementWarren Dukes1-1/+0
git-svn-id: https://svn.musicpd.org/mpd/branches/r2562-metadata-handling-rewrite@2577 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-10don't use tag tracker for titles, it just wastes time and memoryWarren Dukes1-1/+9
git-svn-id: https://svn.musicpd.org/mpd/branches/r2562-metadata-handling-rewrite@2575 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-10better tracking of saved memory by using tagTrackerWarren Dukes1-0/+5
git-svn-id: https://svn.musicpd.org/mpd/branches/r2562-metadata-handling-rewrite@2574 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-10some more fixesWarren Dukes5-13/+48
git-svn-id: https://svn.musicpd.org/mpd/branches/r2562-metadata-handling-rewrite@2573 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-10a tiny assert addedWarren Dukes1-1/+5
git-svn-id: https://svn.musicpd.org/mpd/branches/r2562-metadata-handling-rewrite@2572 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-10minor change to linked listWarren Dukes1-1/+1
git-svn-id: https://svn.musicpd.org/mpd/branches/r2562-metadata-handling-rewrite@2571 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-10add "metadata_to_use" config option to make metadata configurableWarren Dukes4-6/+58
git-svn-id: https://svn.musicpd.org/mpd/branches/r2562-metadata-handling-rewrite@2570 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-10fix artist and album statsWarren Dukes3-2/+12
git-svn-id: https://svn.musicpd.org/mpd/branches/r2562-metadata-handling-rewrite@2569 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-10now we only allocate unique metadata itemsWarren Dukes9-44/+106
git-svn-id: https://svn.musicpd.org/mpd/branches/r2562-metadata-handling-rewrite@2568 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-10begining of metadata rewrite:Warren Dukes5-64/+127
now we support genre and date metadata, along with multiple metadata entries for each type git-svn-id: https://svn.musicpd.org/mpd/branches/r2562-metadata-handling-rewrite@2567 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-09work in progressWarren Dukes12-228/+335
git-svn-id: https://svn.musicpd.org/mpd/branches/r2562-metadata-handling-rewrite@2566 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-09remove all tables.... (stupid crappy code)Warren Dukes8-265/+4
git-svn-id: https://svn.musicpd.org/mpd/branches/r2562-metadata-handling-rewrite@2564 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-09add "genre" and "description" to shout config parametersWarren Dukes2-2/+22
git-svn-id: https://svn.musicpd.org/mpd/trunk@2557 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-09be sure to flush the metadata on song changeWarren Dukes1-39/+47
git-svn-id: https://svn.musicpd.org/mpd/trunk@2556 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-09don't set granulepos, that's pad, mmmkay?Warren Dukes2-6/+2
git-svn-id: https://svn.musicpd.org/mpd/trunk@2555 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-09try one other thing to fix icecast dropping clientsWarren Dukes1-0/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@2554 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-09add a buffer to audio layer, so we only send data to audio devices 32 times ↵Warren Dukes2-15/+53
per second git-svn-id: https://svn.musicpd.org/mpd/trunk@2553 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-08see if this fixes the clients disconnecting issuesWarren Dukes1-2/+9
git-svn-id: https://svn.musicpd.org/mpd/trunk@2552 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-08new command "commands" for avutonWarren Dukes1-0/+22
git-svn-id: https://svn.musicpd.org/mpd/trunk@2547 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-05more descriptive error messages for mpdWarren Dukes1-2/+22
git-svn-id: https://svn.musicpd.org/mpd/trunk@2514 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-05not too smart shank, forgetting to set default buffer sizes in inputStream_httpWarren Dukes1-2/+2
git-svn-id: https://svn.musicpd.org/mpd/trunk@2513 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-04make default non-publicWarren Dukes1-1/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@2506 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-04shout config: make "user" optional and default to "source", also add ↵Warren Dukes1-2/+17
optional "public" git-svn-id: https://svn.musicpd.org/mpd/trunk@2505 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-03todo updateWarren Dukes1-1/+2
git-svn-id: https://svn.musicpd.org/mpd/trunk@2502 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-03now one can specify multiple bind_to_addressesWarren Dukes6-44/+97
git-svn-id: https://svn.musicpd.org/mpd/trunk@2501 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-03remove vim &*(@Warren Dukes19-20/+0
git-svn-id: https://svn.musicpd.org/mpd/trunk@2500 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-03todo updateWarren Dukes8-8/+0
git-svn-id: https://svn.musicpd.org/mpd/trunk@2499 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-03todo updateWarren Dukes1-1/+0
git-svn-id: https://svn.musicpd.org/mpd/trunk@2496 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-03remove signal handling code from ao open() and close()Warren Dukes1-5/+0
git-svn-id: https://svn.musicpd.org/mpd/trunk@2493 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-03new setSigHandlersForDecoder() function, and be sure player/decode processes ↵Warren Dukes3-9/+19
ignore SIGHUP signals git-svn-id: https://svn.musicpd.org/mpd/trunk@2492 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-03forgot a '\n' at the end of a error statementWarren Dukes1-2/+2
git-svn-id: https://svn.musicpd.org/mpd/trunk@2490 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-02new command "addid", this is the same as "add" command, except it also ↵Warren Dukes4-10/+24
returns the songid of the added song. Note that "addid" does not work on directories git-svn-id: https://svn.musicpd.org/mpd/trunk@2487 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-02new command "devices", prints devices and their statesWarren Dukes3-5/+26
git-svn-id: https://svn.musicpd.org/mpd/trunk@2486 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-02new commands: enalbe_device, and disable_device, (maybe these commands ↵Warren Dukes3-1/+49
should be toggles instead of two seperate commands?) also, on close device, close the shout connection git-svn-id: https://svn.musicpd.org/mpd/trunk@2485 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-02enabling and disabling individual audioOutputs is mostly done, just needWarren Dukes4-29/+43
to add the command hooks git-svn-id: https://svn.musicpd.org/mpd/trunk@2484 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-02begin work on avuton's disabling and enabling of individual audio outputsWarren Dukes1-6/+67
git-svn-id: https://svn.musicpd.org/mpd/trunk@2483 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-02rewrite replaygain code, needs testingWarren Dukes11-91/+133
git-svn-id: https://svn.musicpd.org/mpd/trunk@2482 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-02make http buffer and prebuffer size configurableWarren Dukes3-12/+57
git-svn-id: https://svn.musicpd.org/mpd/trunk@2479 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-02DEBUG statement that prints out which ao driver is being usedWarren Dukes1-0/+3
git-svn-id: https://svn.musicpd.org/mpd/trunk@2478 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-02abstract out audioFormat conversion from shout plugin to the audioOutput layer,Warren Dukes5-68/+112
now format can be specified for each different audioOutput device git-svn-id: https://svn.musicpd.org/mpd/trunk@2474 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-02print more info out in error messages for shoutWarren Dukes1-7/+16
git-svn-id: https://svn.musicpd.org/mpd/trunk@2473 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-02only attempt to reconnect to shout server every 60 secondsWarren Dukes1-6/+21
git-svn-id: https://svn.musicpd.org/mpd/trunk@2472 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-02move audioOutput dir to audioOutputsWarren Dukes4-5/+5
git-svn-id: https://svn.musicpd.org/mpd/trunk@2471 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-02move audioOutput plugins to audioOutput directoryWarren Dukes5-23/+20
git-svn-id: https://svn.musicpd.org/mpd/trunk@2470 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-11-02oops, a typo, but that's ok, i'm still da manWarren Dukes1-1/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@2468 09075e82-0dd4-0310-85a5-a0d7c8717e4f