music player daemon (fork)
7236f83999
Upon receiving PlayerCommand::QUEUE, call StartDecoder() only if the decoder is not already starting. Checking just DecoderControl::IsIdle() is not enough because the decoder may already have finished decoding the song before the player has started playing it and before it had a chance to call CheckDecoderStartup(). Omitting the StartDecoder() call now means it will be started later in the Run() main loop, after CheckDecoderStartup() has succeeded (which effectively switches to the song that has already been decoded by the current decoder). This fixes an assertion failure when compiled in debug mode (`-Db_ndebug=false`) and random noise playback in non-debug mode (`-Db_ndebug=true`). Closes https://github.com/MusicPlayerDaemon/MPD/issues/1900 |
||
---|---|---|
.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.