Music Player Daemon: Difference between revisions
(Replay Gain -> ReplayGain) |
(→Features: some fixes) |
||
(2 intermediate revisions by 2 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]], | == 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...) | ||
* [[ReplayGain]] | * [[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 | * GNU/Linux | ||
* BSD | |||
* Windows | |||
== External links == | == External links == | ||
* [ | * [https://musicpd.org/ Homepage] | ||
* [ | * [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
- Homepage
- Online User Manual
- Extensive client list
- Download
- ArchWiki article, including basic setup information.