Is MPD server playing?

Property definitions

mpd $ ServerStatus :: playing
	# Is MPD server playing?
	fun playing: Bool do return state == "play"
lib/mpd/mpd.nit:223,2--224,44