Google

/*
 * Delete the Nth element of the current playlist.
 *
 * Examples:
 *   remote.delete 26  # delete the 26th playlist element
 *
 */
static VALUE xr_pl_del(VALUE self, VALUE pos) {