aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-10-27output: new output plugin "ffado"Max Kellermann1-0/+3
Using libffado, to play on firewire audio devices. Warning: this plugin was not tested successfully. I just couldn't keep libffado2 from crashing. Use at your own risk. For details, see my Debian bug reports: http://bugs.debian.org/601657 http://bugs.debian.org/601659
2009-11-10configure.ac: require GLib 2.12Max Kellermann1-1/+1
Drop the required GLib version from 2.16 to 2.12, because many current systems still don't have GLib 2.16. This requires several new compatibility functions in glib_compat.h.
2009-10-13configure.ac: require GLib 2.16Max Kellermann1-1/+1
Accidently, MPD has been using several GLib 2.16 functions for a while, and nobody noticed yet. To simplify the code base, let's bump the minimum GLib version for MPD to 2.16. That version is old enough, and it's reasonable to expect users to have it.
2009-09-09INSTALL: mention libwavpack and OpenALMax Kellermann1-0/+6
2009-08-26decoder/mpg123: new decoder plugin based on libmpg123Max Kellermann1-0/+3
Still missing: - seeking - tags - streaming - encodings other than MPG123_ENC_SIGNED_16
2009-07-07decoder/sndfile: new decoder plugin based on libsndfileMax Kellermann1-0/+3
2009-04-25INSTALL: added libcue dependencyMax Kellermann1-0/+3
2009-04-25fluidsynth: added "experimental" comments in the source fileMax Kellermann1-1/+1
2009-04-01INSTALL: added sqlite dependency for stickersMax Kellermann1-0/+3
2009-02-12wildmidi: new decoder plugin for MIDI filesMax Kellermann1-0/+3
2009-02-12fluidsynth: new decoder plugin for MIDI filesMax Kellermann1-0/+3
There are a few problems left in this plugin: - fluidsynth decodes in real time, while MPD prefers to buffer as quickly as possible; as a workaround, this plugin uses a timer object to synchronize with real-time playback - I don't know yet how fluidsynth tells me when the song has ended - the "soundfont" configuration setting is not yet documented, and it will likely change soon (in favor of a per-decoder configuration block)
2009-02-11sidplay: new decoder plugin for playing C64 SID filesMax Kellermann1-0/+3
2009-01-29added support for the MMS protocolMax Kellermann1-0/+3
This patch implements the MMS protocol, by using libmms. It is quite experimental: it does not support seeking yet, and it is currently using synchronous I/O, which causes MPD to hang while waiting for the server.
2009-01-14allow ~/.mpd/mpd.conf as alternate config fileJérôme Quelin1-2/+3
mpd uses some additional files to work, such as pid_file, state_file, db_file, etc. when running mpd as non-root user, it is often that those files end in ~/.mpd in that case, we end up with 2 entries in a user's home, .mpdconf and .mpd - which clutters homedirs. this patch allows ~/.mpd/mpd.conf as an alternative to ~/.mpdconf, allowing for a cleaner homedir
2008-12-20More clarification in the INSTALL fileAvuton Olrich1-3/+4
2008-12-20Clarify some very messy documentation in the installation.Avuton Olrich1-8/+23
2008-11-27INSTALL: documented pkg-config usageMax Kellermann1-0/+12
Mention the workaround for users without pkg-config.
2008-11-05INSTALL: update dependency listMax Kellermann1-0/+17
Documented dependencies on gcc/C99, glib, libvorbisenc, liblame, ffmpeg.
2008-10-26http: use libcurlMax Kellermann1-0/+4
MPD's HTTP client code has always been broken, no matter how effort was put into fixing it. Replace it with libcurl, which is known to be quite stable. This adds a fat library dependency, but only for people who need streaming.
2007-05-27Updating INSTALL.J. Alexander Treuman1-1/+4
git-svn-id: https://svn.musicpd.org/mpd/trunk@6293 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-03-31Being a picky little bitch about those doc updates.J. Alexander Treuman1-1/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@5787 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-03-31Doc updates for 0.13.0Avuton Olrich1-4/+13
git-svn-id: https://svn.musicpd.org/mpd/trunk@5786 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2006-08-28Updating INSTALLJ. Alexander Treuman1-46/+57
git-svn-id: https://svn.musicpd.org/mpd/trunk@4706 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-06-14update install w/ mikmod infoWarren Dukes1-1/+4
git-svn-id: https://svn.musicpd.org/mpd/trunk@1490 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-06-02change default port to 6600 (just a doc change)Warren Dukes1-1/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@1291 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-22update for 0.10.2Warren Dukes1-0/+3
git-svn-id: https://svn.musicpd.org/mpd/trunk@407 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-24update installtion and authors for 0.10.0Warren Dukes1-0/+3
git-svn-id: https://svn.musicpd.org/mpd/trunk@12 09075e82-0dd4-0310-85a5-a0d7c8717e4f