/*
 * Get the title of a song.
 *
 * Examples:
 *   # get the title of the current song
 *   path = remote.file
 *
 *   # get the title of song 23 in the playlist
 *   path = remote.file 23
 *
 */
static VALUE xr_pl_title(int argc, VALUE *argv, VALUE self) {