# File lib/mpdserver.rb, line 1041
        def get_current_song
                if @current_song != nil and @current_song < @the_playlist.length
                        return @the_playlist[@current_song]
                else
                        return nil
                end
        end