music player daemon (fork)
Go to file
J. Alexander Treuman 6d7e0eb166 Tell the player process (and thus also the decode process) to quit when
playback is stopped completely.  This means the player process will no
longer have to wake up 100 times per second to see if it's been told to
start playing (the main process will just spawn a new player process when
it needs to).  On the downside, this means an extra pair of forks() and the
re-initializing of the player and decode processes each time playback is
restarted.

git-svn-id: https://svn.musicpd.org/mpd/trunk@6446 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2007-06-01 18:10:13 +00:00
doc Adding a null output to mpdconf.example. 2007-05-30 16:58:39 +00:00
m4 Updating libFLAC.m4 so that -L isn't erroneously specified without an 2007-05-28 13:01:08 +00:00
scripts Bumping version numbers to 0.14.0. 2007-05-30 20:12:32 +00:00
src Tell the player process (and thus also the decode process) to quit when 2007-06-01 18:10:13 +00:00
AUTHORS Adding format conversion and stored playlists to my AUTHORS entry. I 2007-05-26 15:12:11 +00:00
autogen.sh Make autogen.sh exit immediately if any of the tools it runs fails. 2006-09-13 22:29:57 +00:00
ChangeLog Starting 0.14.0 ChangeLog entry. 2007-05-30 20:19:12 +00:00
configure.ac Bumping version numbers to 0.14.0. 2007-05-30 20:12:32 +00:00
COPYING import from SF CVS 2004-02-23 23:41:20 +00:00
INSTALL Updating INSTALL. 2007-05-27 13:38:52 +00:00
Makefile.am add sparse-check target to makefiles 2006-07-17 00:15:31 +00:00
README Doc updates for 0.13.0 2007-03-31 15:20:39 +00:00
TODO Moving 0.13 tasks to 0.14 in TODO. 2007-05-27 13:15:12 +00:00
UPGRADING Updating UPGRADING. 2007-05-27 13:30:46 +00:00

                       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.