Mpd alternatives and similar software solutions Based on the 'Audio Streaming' category. Runs on Mac, Windows, and Linux. Do you think we are missing an alternative of mpd or a related project? Add another 'Audio Streaming' Software solution Popular Comparisons.
Herrie, Mopidy, Music Player Daemon, are the top similar alternatives for Auremo MPD Client.
We found 11 similar software for Auremo MPD Client or alternatives of Auremo MPD Client.
People use Auremo MPD Client for: Gplv2, Mpd, Mpd Client..etc.
Herrie is a minimalistic music player that uses the command line.
Herrie is used for Audio Scrobbling, Zero configuration, Command Line Interface, Music Player..
Mopidy is a music server which can play music from ..
Mopidy is used for Music Player, Music Server, Music Streaming..
a flexible, powerful, server-side application for playing music.
Music Player Daemon is used for Audio Decoder, Web clipper, Audio Player Xfce, Workflow Automation, Daemon, Music Library, Music Player, Server Side, Xfce..
Theremin - Undead Mac OS X MPD Client.
Theremin is used for Mpd Client, Music Library, Music Organization, Music Player, Playlists..
vitunes is a curses-based music player and playlist manager for *nix whose goals are: 1.
vitunes is used for Command Line Interface, Indexer, Music Player, Vi Keybindings..
A Free software music player and manager with a built-in media library and a smart client-server..
xmms2 is used for Mp3, Music Player, Xfce..
Cross-platform music player
Exaile is used for Internet Radio, Lyrics, Music Manager, Music Player, Shoutcast, Tabbed Playlist, Xfce..
A minimalist command line interface to MPD.
mpc is used for Audio Player Xfce, Workflow Automation, Mpd Client, Music Player..
Music player for Android that supports multiple file formats like mp3, mp4/m4a (incl.
Music Player Mp3 Player is used for Audio Editor, Website annotation, Media Player, Music..
Qmmp is an audio-player, written with help of Qt library. The user interface is similar to ..
Qmmp is used for Built In Media Converter, Cddb, Cue Sheets, Last.fm Scrobbler, Mp3, Music Player, Xfce, Xmms..
A graphical GTK+ MPD client focusing on low footprint.
Xfmpc is used for Music Player, Xfce..
Auremo is a graphical client for Music Player Daemon (MPD). It runs on modern versions of Windows.
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. The MPD project maintains a list of vendors, some of which infringe the GPL.[3]
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.
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.
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]