/*
 * Jump to a specific time of the current song.
 *
 * Examples:
 *   remote.jump 45   # jump 45 seconds into the current song
 *   remote.time = 45 # jump 45 seconds into the current song 
 *
 */
static VALUE xr_jump(VALUE self, VALUE pos) {