# File lib/librmpd.rb, line 738
        def playing?
                state = self.status['state']
                return state == 'play'
        end