Music Player Daemon
https://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.
- Links to multimedia:apps / mpd
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:sbradnick/mpd && cd $_
- Create Badge
Refresh
Refresh
Source Files (show unmerged sources)
Filename | Size | Changed |
---|---|---|
README.mpd | 0000001644 1.61 KB | |
_service | 0000000845 845 Bytes | |
_servicedata | 0000000448 448 Bytes | |
mpd-0.23.15+git20241119.78e643150.tar.gz | 0001331404 1.27 MB | |
mpd-conf.patch | 0000006607 6.45 KB | |
mpd-fmt11.patch | 0000003116 3.04 KB | |
mpd-icu76.patch | 0000000338 338 Bytes | |
mpd-sndfile.patch | 0000000637 637 Bytes | |
mpd-user.conf | 0000001396 1.36 KB | |
mpd.changes | 0000083829 81.9 KB | |
mpd.firewalld | 0000000232 232 Bytes | |
mpd.keyring | 0000005523 5.39 KB | |
mpd.obsinfo | 0000000116 116 Bytes | |
mpd.spec | 0000008336 8.14 KB | |
mpd.tmpfiles.d | 0000000028 28 Bytes |
Latest Revision
Scott Bradnick (sbradnick)
committed
(revision 5)
- Update to version 0.23.15+git20241119.78e643150: * output/Source: fix Close() * test/util/TestIntrusiveTreeSet: add constant_time_size test * io/FileDescriptor: add readv()/writev() wrappers * io/FileDescriptor: remove Read()/Write() with void pointers * unix/PidFile: pass std::span to FileDescriptor::Read() * system/{Event,Signal}FD: pass std::span to FileDescriptor::Read() * test/ReadFrames: pass std::span to FileDescriptor::Read() * util/IntrusiveTreeSet: update the counter, fixing constant_time_size * Instance: add method FindOutput() * io/uring/Ring: add more API documentation * io/uring/Queue: remove redundant include * util/ForeignFifoBuffer: pass std::span to constructor * util/ForeignFifoBuffer: store buffer as std::span * util/ForeignFifoBuffer: use Read() in MoveBuffer() and Shift() * filter/Filter: add method ReadMore() * output/Source: convert runtime check to assert() * output/Source: add assert(filter) * output/Source: add `inline` * output/Thread: add another `inline` - Added mpd-fmt11.patch (fixed build with fmt 11.2).
Comments 0