/*
 * Get the output time of the current song.
 *
 * This method raises an Xmms::Error exception if XMMS is not running.
 *
 * Examples:
 *   time = remote.time
 *   time = remote.output_time
 *
 */
static VALUE xr_time(VALUE self) {