music player daemon (fork)
Go to file
Max Kellermann 06f9b6c379 main: don't close all file descriptors on startup
Removed closeAllFDs().  The caller is responsible for closing all file
handles.
2008-11-05 18:21:36 +01:00
doc update mpdconf.example that shout ouput encoding and protocol settings are optional 2008-10-31 13:54:46 +01:00
m4 configure.ac: check if "struct ucred" is available 2008-10-16 14:59:26 +02:00
scripts scripts/mpd-indent.sh: fixup goto label indentation 2007-12-16 21:47:48 +00:00
src main: don't close all file descriptors on startup 2008-11-05 18:21:36 +01:00
.gitignore Add .gitignore 2008-10-06 18:52:23 +02:00
AUTHORS AUTHORS: Eric Wong is a former developer 2008-10-25 19:50:59 +02:00
COPYING import from SF CVS 2004-02-23 23:41:20 +00:00
INSTALL http: use libcurl 2008-10-26 19:32:43 +01:00
Makefile.am Makefile.am: install documentation 2008-10-25 21:32:10 +02:00
NEWS renamed ChangeLog to NEWS 2008-10-25 21:31:13 +02:00
README Doc updates for 0.13.0 2007-03-31 15:20:39 +00:00
TODO Update ChangeLog and TODO 2008-02-25 00:19:14 +00:00
UPGRADING Updating UPGRADING. 2007-05-27 13:30:46 +00:00
autogen.sh autogen.sh: don't call aclocal with the $PWD prefix 2008-10-30 10:37:41 +01:00
configure.ac configure.ac: check for avcodec_decode_audio2() 2008-11-04 17:42:37 +01:00

README

                       Music Player Daemon (MPD)
                        http://www.musicpd.org

A daemon for playing music of various formats.  Music is played through the 
server's audio device.  The daemon stores info about all available music, 
and this info can be easily searched and retrieved.  Player control, info
retrieval, and playlist management can all be managed remotely.

To install MPD, see INSTALL.

MPD includes mp4ff in the source, due to licensing issues of the newer 
version and includes bugfixes with the properly licensed version.  mp4ff is 
released under the GPL and copyrighted by M. Bakker, Ahead Software AG 
(http://www.nero.com) and is distributed as a part of the FAAD2 - Freeware 
Advance Audio (AAC) Decoder.

MPD is released under the GNU Public License.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
For the full license, see COPYING.