# File lib/librmpd.rb, line 833
        def repeat?
                repeat = self.status['repeat']
                return repeat == '1'
        end