this patch adds 4 commands to mpd: queue Will queue up a song by it's playlist ID for playing next. dequeue Will remove a song by it's playlist ID from the queue getqueue Will print out the queue, in the format: : getqueueinfo Will print the info of in the queue using playlistinfo. Usage: Download these files into the src/ directory and apply with patch -p0 < queue.patch rerun autogen.sh and rebuild. TODO: Bug Test