# File lib/librmpd.rb, line 948 def stopped? status = self.status return false if status.nil? return status['state'] == 'stop' end