Bemused protocol spec
http://www.compsoc.man.ac.uk/~ashley/bemused/BemusedProtocol.html

Errors and Clarifications
2004 Jan 06

Playlist command (PLST):
- Last playlist entry also followed by a \n
Spec states that entries are only seperated by \n
Wrong: songA\nsongB\0
Right: songA\nsongB\n\0

Get version command (VERS):
- VERSACK needed
Spec states that only the major and minor versions are returned
Wrong: [1][73]
Right: VERSACK[1][73]

Get playlist length command (PLEN):
- PLENACK needed
Spec states that only the playlist length is returned
Wrong: [0][29]
Right: PLENACK[0][29]
