/*
 * Return the current playlist.
 *
 * Example:
 *   remote.playlist.each { |i|
 *     title, file = i
 *     puts "'#{title}', #{file}"
 *   }
 *
 */
static VALUE xr_pl(VALUE self) {