Music Player Daemon
http://www.musicpd.org/
A daemon for playing music (mp3, ogg vorbis, flac, and wav). Music is
played through the server's audio device. The daemon stores info
about all available music, and this info can be easily searched and
retrieved. Player control, info retrieval, and playlist management
can all be managed remotely. There a bunch of clients to control mpd:
for Gnome, KDE, console and Apache (PHP).
Please read README.mpd how to configure it.
- Developed at multimedia:apps
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/mpd && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.mpd | 0000001644 1.61 KB | |
mpd-0.23.3.tar.xz | 0000767596 750 KB | |
mpd-0.23.3.tar.xz.sig | 0000000566 566 Bytes | |
mpd-conf.patch | 0000006604 6.45 KB | |
mpd-service.patch | 0000001238 1.21 KB | |
mpd-sndfile.patch | 0000000637 637 Bytes | |
mpd-user.conf | 0000001395 1.36 KB | |
mpd.changes | 0000069895 68.3 KB | |
mpd.firewalld | 0000000232 232 Bytes | |
mpd.spec | 0000008204 8.01 KB | |
mpd.tmpfiles.d | 0000000028 28 Bytes |
Revision 35 (latest revision is 53)
Dominique Leuenberger (dimstar_suse)
accepted
request 929891
from
Илья Индиго (13ilya)
(revision 35)
- Updated to 0.23.3 * Add patch mpd-service.patch. * Add BuildRequires for fmt, libopenmpt, libpipewire-0.3. * Increased the minimum version for meson to 0.56.0. * Changed meson option -Dupnp from enabled to pupnp. * https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.3/NEWS * split permission "player" from "control" * add option "host_permissions" * protocol: * new command "getvol" * show the audio format in "playlistinfo" * support "listfiles" with arbitrary storage plugins * support relative positions in "addid" * fix relative positions in "move" and "moveid" * add "position" parameter to "findadd" and "searchadd" * add position parameter to "load" * use decimal notation instead of scientific notation * "load" supports relative positions * add optional position parameter to "add" and "playlistadd" * allow range in "playlistdelete" * database: * proxy: require MPD 0.20 or later * proxy: require libmpdclient 2.11 or later * proxy: split search into chunks to avoid exceeding the output buffer * simple: add option to hide CUE target songs * upnp: support libnpupnp instead of libupnp * fix scanning files with question mark in the name * inotify: fix use-after-free bug * archive: * zzip, iso9660: ignore file names which are invalid UTF-8 * decoder: * openmpt: new plugin * wavpack: fix WVC file support * input: nfs: fix playback bug * neighbor: mention: failed plugin name in error message * output: * emit "mixer" idle event when replay gain changes volume * alsa: add option "stop_dsd_silence" to work around DSD DAC noise * oss: support DSD over PCM * pipewire: new plugin * pipewire: emit "mixer" idle events on external volume change * pipewire: attempt to change the graph sample rate * pipewire: send artist and title to PipeWire * pipewire: DSD support * snapcast: new plugin * snapcast: fix time stamp bug which caused "Failed to get chunk" * player: * do not cross-fade songs shorter than 20 seconds * fix "albumart" timeout bug * systemd: add "RuntimeDirectory" directive * tags: * new tags "ComposerSort", "Ensemble", "Movement", "MovementNumber", and "Location"
Comments 5
mpd 0.20.21 has been released: https://www.musicpd.org/download/mpd/0.20/mpd-0.20.21.tar.xz
libfluidsynth1 is missing in the Tumbleweed repos which breaks mpd. https://bugzilla.opensuse.org/show_bug.cgi?id=1111951
This build with the new version of mpd seems to build fine? Maybe mpd no longer needs this lib?
https://build.opensuse.org/package/show/home%3A13ilya/mpd
This comment has been deleted
https://github.com/MusicPlayerDaemon/MPD/issues/2151