mpd
mpd 0.24.15
Flexible, powerful daemon for playing music
<rendered-html><p>Music Player Daemon (MPD) is a flexible, powerful daemon for playing music. Through plugins and libraries it can play a variety of sound files while being controlled by its network protocol.</p> </rendered-html>
https://www.musicpd.org/GNU General Public License v2.0 only
main program: mpdprograms: mpd
Platforms (45)
sh4-linuxaarch64-netbsdarmv7a-netbsdmipsel-netbsdpowerpc-netbsdx86_64-freebsdi686-freebsdarmv7l-netbsd
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ mpd ];
Ad-hoc shell
nix-shell -p mpd
Flake (nix run)
nix run nixpkgs#mpd