Mpd Client For Mac
Auremo MPD Client. Auremo is a graphical client for Music Player Daemon (MPD). It runs on modern versions of Windows. Alternatives to Auremo MPD Client for Mac with any license. Music Player Daemon Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music.
About the App
- App name: mpd
- App description: Music Player Daemon
- App website: http://www.musicpd.org/
Install the App
- Press
Command+Space
and type Terminal and press enter/return key. - Run in Terminal app:
ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)' < /dev/null 2> /dev/null
and press enter/return key.
If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish. - Run:
brew install mpd
Done! You can now use mpd
.
Similar Software for Mac
Developer(s) | Max Kellermann |
---|---|
Initial release | 2003; 17 years ago |
Stable release | 0.21.20 (February 16, 2020; 19 days ago[1]) [±] |
Preview release | none [±] |
Repository | |
Written in | C++ (since 0.18)[2] |
Operating system | Unix-like (BSDs, Linux, macOS,…) Windows |
Type | Audio player |
License | GPL (free software) |
Website | www.musicpd.org |
Music Player Daemon (MPD) is a free and openmusic player server. It plays audio files, organizes playlists and maintains a music database. In order to interact with it, a client program is needed. The MPD distribution includes mpc, a simple command line client.
MPD is widely used in proprietary audio hardware. Digi 002 rack drivers for mac 10.7.5 os x download free. The MPD project maintains a list of vendors, some of which infringe the GPL.[3]
Design[edit]
MPD simply runs in the background playing music from its playlist. Client programs communicate with MPD to manipulate playback, the playlist, and the database. It is not a full-featured music player program such as Amarok, but its clients can serve such role.
MPD uses a flat file database to maintain the basic music file information when it is not running. Once the daemon is started, the database is kept completely in-memory and no hard disk access is necessary to look up or search for local audio files. Usually, music files must be below the music root directory and are only added to the database when the update command is sent to the server. Playback of arbitrary files is only allowed for local clients which are connected to the server via Unix Domain Sockets. MPD does not provide a built-in tag editor; this functionality is handled by clients or external programs, though 3rd party patches do exist to add this functionality to the server.[4]
The client–server model provides several advantages over all-inclusive music players. Clients may communicate with the server remotely over an intranet or over the Internet. The server can be a headless computer located anywhere on the network. Music playback can continue seamlessly when not using X or restarting X. Different clients can be used for different purposes – a lightweight client left open all the time for controlling playback with a more fully featured client used for intensive database searches. Several clients can use the same database, even running simultaneously – side-by-side, remotely or under different user accounts.
Interactive fiction interpreter. 2.1.0 - 2011/02/01- Page-pauses (aka 'MORE' prompts) are now occurring when the game displaysmore content that will fit in the window.- Banners can now have borders.
Features[edit]
- Plays Ogg Vorbis, FLAC, Opus, WavPack, MP2, MP3, MP4/AAC, MOD, Musepack, wave files and any other files supported by FFmpeg.
- Remotely control MPD over a network (IPv4 and IPv6 supported).
- Plays FLAC, OggFLAC, MP3 and Ogg Vorbis HTTP streams.
- Reads and caches metadata information (ID3: ID3v1 and ID3v2), Vorbis Comments, and MP4 Metadata.
- Metadata information can be searched.
- Buffer support for playback (prevents skipping due to high load or network latency).
- Gapless playback.
- Crossfading support.
- Seeking support.
- Save, load, and manage playlists (in M3U format).
- Native Zeroconf support.
- libsamplerate and native sample rate conversion.
- Support for ALSA, PulseAudio, OSS, MVP, JACK, Windows, and macOS.
- Can be used as a source for an Icecast stream, in Ogg Vorbis and MP3. Other formats can be converted to Ogg/MP3 on the fly before output to the stream server.
- Built-in HTTP streaming server, capable of producing Ogg Vorbis and MP3 streams of a chosen quality on-the-fly.
- Independent of a GUI. Music will continue playing whether a front-end is open or not, and will continue playing even if the X server is killed.
Clients[edit]
MPD has a variety of front-ends which communicate with the server using a custom protocol[5] over a TCP connection. Clients usually implement different types of interfaces.
Console[edit]
- mpc (part of the MPD project) is a simple command line interface to most of the server's functions.[6]
- ncmpc is a more fully featured ncurses client similar in concept to MOC.[7][8]
- ncmpcpp is another ncurses client that clones ncmpc's functionality, but includes new features, such as a tag editor.[9]
- Practical Music Search is another ncurses client with a Vim-like interface.[10]
- fmui is an terminal user interface created with fzf and mpc. [11]
Web Clients[edit]
- Bragi-MPD full featured, mobile friendly, fully client side, HTML5 web-client capable of controlling multiple instances and multiple outputs per MPD instance. Its non-UI functionality is maintained in a separate project MPD.js allowing easy creation of new clients.
- netjukebox is a web-based media jukebox for MPD, VideoLAN and Winamp/httpQ.[12]
- O!MPD is a responsive, rich client based on PHP and MySQL
Graphical[edit]
- Ario is GTK+-based and uses tabs in its interface.[13]
- Cantata runs on Windows, macOS and Linux, and uses Qt 5 to manage the library or playlists, with extras like tags editor, lyrics and cover fetching from Internet, and support for mass storage devices.[14] Cantata gained some traction from being made the standard audio player of Linux distribution Kubuntu in October 2017 at the expense of audio player Amarok.[15][circular reference]
- Gimmix provides a simple interface with a very small memory footprint.[16]
- gmpc is the oldest maintained gtk+-2 (gtk+-3 development version) client, it provides many different ways of exploring the music collection and rich metadata like lyrics, covers, artist/album information, artist/album/backdrop images, similar artists and more. The client aims to be rich in features, but still lightweight enough to have constantly running on low end hardware.[17]
- Intelligent Music Player Client (IMPC) uses GTK+ 3.0 and supports loading related information (articles, covers, images) with actually playing song and it learns to classify related content.
- mpdlirc interfaces MPD via an infraredremote control.[18]
- Qmobilempd provides a Qt4 client especially for mobile devices like Symbian.[19]
- Qmpdplasmoid provides a client directly embedded into the KDE desktop.[20]
- Sonata uses GTK+ to provide a GUI for playing files and managing playlists.[21]
More[edit]
For a more complete list, see the Clients MPD Wiki.[22]
Simple clients can script the mpc program to issue commands to the server. Some clients provide an HTML or AJAXuser interface and can be located on the same computer as the server, requiring only a browser be installed on the client machine. There is a client implemented as a Firefox add-on,[23] one as a Xfce panel plugin,[24] and one as a Wii application,[25] and one as a Windows Store application for Windows 8/Windows RT.
Libraries exist to interface with MPD from many programming languages, including C, Python, Ruby, Perl, Lua and Haskell.[26]libmpdee is an Emacs Lisp library allowing MPD to be controlled from Emacs.[27]
See also[edit]
References[edit]
- ^'Releases - MusicPlayerDaemon/MPD'. Retrieved 17 February 2020 – via GitHub.
- ^https://www.musicpd.org/news/2013/10/mpd-0-dot-18-released/
- ^Commercial Products running MPD, www.musicpd.org, 2018-02-13, retrieved 2018-02-15
- ^Tag editing patches, nomius.blogspot.com, 2008-01-02, retrieved 2013-03-18
- ^Protocol Reference – Music Player Daemon Community Wiki
- ^Client:Mpc - Music Player Daemon Community Wiki, mpd.wikia.com, 2013-02-28, retrieved 2013-03-18
- ^Client (2008-11-28), Client:Ncmpc - Music Player Daemon Community Wiki, mpd.wikia.com, retrieved 2013-03-18
- ^Client (2008-11-28), Client:Ncmpc - Music Player Daemon Community Wiki, mpd.wikia.com, retrieved 2013-03-18
- ^ncmpcpp MPD client, ncmpcpp.rybczak.net, retrieved 2013-03-18
- ^Practical Music Search
- ^fzf mpd user interface
- ^netjukebox - the flexible media share
- ^Ario, Ario-player.sourceforge.net, retrieved 2013-03-18
- ^Cantata – Qt5 Graphical MPD Client for Linux, Windows, macOS, Haiku, github.com, retrieved 2018-03-14
- ^Kubuntu#Releases
- ^Gimmix
- ^Gnome Music Player Client, gmpclient.org, retrieved 2013-11-13
- ^Client:MpdLIRC - Music Player Daemon Community Wiki, mpd.wikia.com, retrieved 2013-03-18
- ^qmobilempd – MPD (musicpd) client, code.google.com, retrieved 2013-03-18
- ^mpdqml plasmoid, kde-look.org, retrieved 2013-03-18
- ^Sonata Music Client for MPD
- ^MPD Clients, musicpd.org, 2017-10-13, retrieved 2017-10-13
- ^Music Player Minion, mpd.wikia.com, 2010-02-27, retrieved 2013-03-18
- ^xfce4-mpc-plugin, goodies.xfce.org, 2012-06-30, retrieved 2013-03-18
- ^WiiMPC, WiiBrew.org, 2009-08-10, retrieved 2013-03-18
- ^MPD Client Libraries, mpd.wikia.com, 2013-03-05, retrieved 2013-03-18
- ^'An Emacs lisp client library for mpd'.
External links[edit]
- Official website