Method: MPD#status

Defined in:
lib/librmpd.rb

#statusObject

Returns a Hash of the current status, Raises a RuntimeError if the command failed



931
932
933
934
# File 'lib/librmpd.rb', line 931

def status
	response = send_command 'status'
	build_hash response
end