Difference between revisions of "Music Player Daemon"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m
(Features: some fixes)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''Music Player Daemon''' ('''MPD''') is an open-source music playback and playlist handling daemon. It can be controlled via local clients or remotely.
+
'''Music Player Daemon''' ('''MPD''') is an open-source music playback and playlist handling daemon. It can be controlled via local clients or remotely.
  
== Supported formats ==
+
 
* [[MP3]], (Ogg) [[Vorbis]], [[Free Lossless Audio Codec|FLAC]], [[Advanced Audio Coding|AAC]], [[MOD]], [[RIFF WAVE|WAV]] and [[Musepack]]
+
== Supported formats (encoding and decoding) ==
 +
* [[MP3]] via libmad, libmpg123, [[LAME]], TwoLAME, Shine
 +
* [[Vorbis|Ogg-Vorbis]] via libvorbis
 +
* [[Opus|Ogg-Opus]] via libopus
 +
* [[Free Lossless Audio Codec|FLAC]] via libflac
 +
* [[Advanced Audio Coding|AAC]] via libfaac
 +
* [[MOD]] via MODPlug
 +
* [[RIFF WAVE|WAV]] and [[AIFF]] via libsndfile, libaudiofile
 +
* [[Musepack]] via libmpcdec
 +
* [[WavPack]] via libwavpack
 +
* [[MIDI]] via FluidSynth, libwildmidi
 +
* Raw PCM directly via the daemon
 +
* Any library/codec/container combination supported by FFmpeg (including ones already supported directly in mpd itself)
  
 
== Features ==
 
== Features ==
* [[Tags]]
+
* [[Tags]] (Ogg, MP4, ID3, Matroska...)
* [[Replay Gain]]
+
* [[ReplayGain]]
 +
* Crossfade
 
* Gapless playback
 
* Gapless playback
 +
* Local and remote filesystems (via NFS, SMB/Samba, UPnP/DLNA, http with curl)
 +
* Local and remote playback
 +
* Local (via UNIX domain sockets) and remote (via IP) control
 +
* Re-encoding (for remote streams)
 +
* Resampling via libsamplerate (optional)
  
 
== Supported languages ==
 
== Supported languages ==
Line 13: Line 31:
  
 
== Supported platforms ==
 
== Supported platforms ==
* Linux/BSD
+
* GNU/Linux
 +
* BSD
 +
* Windows
 +
 
  
 
== External links ==
 
== External links ==
* [http://musicpd.org/ Homepage]
+
* [https://musicpd.org/ Homepage]
* [http://musicpd.org/download.shtml Download]
+
* [https://www.musicpd.org/doc/user/ Online User Manual]
 +
* [https://mpd.wikia.com/wiki/Clients Extensive client list]
 +
* [https://sourceforge.net/projects/musicpd/ Download]
 +
* [https://wiki.archlinux.org/index.php/Mpd ArchWiki article], including basic setup information.
  
 
[[Category:Media Players]]
 
[[Category:Media Players]]

Latest revision as of 01:24, 28 January 2017

Music Player Daemon (MPD) is an open-source music playback and playlist handling daemon. It can be controlled via local clients or remotely.


Supported formats (encoding and decoding)

  • MP3 via libmad, libmpg123, LAME, TwoLAME, Shine
  • Ogg-Vorbis via libvorbis
  • Ogg-Opus via libopus
  • FLAC via libflac
  • AAC via libfaac
  • MOD via MODPlug
  • WAV and AIFF via libsndfile, libaudiofile
  • Musepack via libmpcdec
  • WavPack via libwavpack
  • MIDI via FluidSynth, libwildmidi
  • Raw PCM directly via the daemon
  • Any library/codec/container combination supported by FFmpeg (including ones already supported directly in mpd itself)

Features

  • Tags (Ogg, MP4, ID3, Matroska...)
  • ReplayGain
  • Crossfade
  • Gapless playback
  • Local and remote filesystems (via NFS, SMB/Samba, UPnP/DLNA, http with curl)
  • Local and remote playback
  • Local (via UNIX domain sockets) and remote (via IP) control
  • Re-encoding (for remote streams)
  • Resampling via libsamplerate (optional)

Supported languages

  • English.

Supported platforms

  • GNU/Linux
  • BSD
  • Windows


External links