/* * Get the current playlist position. * * This method raises an Xmms::Error exception if XMMS is not running. * * Examples: * song_number = remote.position * song_number = remote.get_pos * song_number = remote.pos * */ static VALUE xr_pl_pos(VALUE self) {