music player daemon (fork)
ba1b8533a5
When nfs_destroy_context() is called while nfs_mount_async() is in progress, libnfs invokes MountCallback(-EINTR) (but only if a NFS RPC call is in progress; if the TCP connect is in progress, that callback is not invoked). If the mount operation had timed out, OnMountTimeout() set mount_state=FINISHED, which triggered an assertion failure in MountCallback(); this commit adds a check on whether the mount has timed out and ignores the MountCallback. |
||
---|---|---|
.github | ||
android | ||
build | ||
doc | ||
LICENSES | ||
python/build | ||
src | ||
subprojects | ||
systemd | ||
test | ||
win32 | ||
.clang-format | ||
.gitignore | ||
.readthedocs.yaml | ||
AUTHORS | ||
COPYING | ||
meson_options.txt | ||
meson.build | ||
mpd.svg | ||
NEWS | ||
README.md | ||
valgrind.suppressions |
Music Player Daemon
A daemon for playing music of various formats. 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.
For basic installation instructions read the manual.
Users
Developers
Legal
MPD is released under the GNU General Public License version 2, which is distributed in the COPYING file.