Bruce Hornsby continues to roll out video from his performance for Bonnaroo’s Virtual ROO-ality livestream special. This time around, Bruce shared his collaboration with Polo G on the latter’s “Wishing For A Hero” as well his own “Country Doctor.”
“Country Doctor” appears on Hornsby’s 1995 album, Hot House. “Wishing For A Hero” is off Polo G’s 2020 LP, THE GOAT, and samples Hornsby’s 1986 classic “The Way It Is.” The Virtual Roo-Ality play saw the artists teaming up remotely to perform the song live.
Watch both performances below:
Wishing For A Hero
Country Doctor
!function ($) {
window.jb_populate_livestreams_promo = function( $element ) {
let args = $element.attr( ‘data-args’ );
// set up the AJAX post data
var data = {
‘action’: ‘jb_get_livestreams_promo’,
‘args’: args,
};
console.log( data );
// make the AJAX $_POSTcall
$.ajax({
type: “POST”,
url: ajaxurl,
data: data,
success: function( response ){
if ( true == response.success ){
$element.html(response.data).slideDown(420, function(){
jbSetStreamLocalTimes();
});
// trigger Cloudinary
var evt = window.document.createEvent(‘UIEvents’);
evt.initUIEvent(‘resize’, true, false, window, 0);
window.dispatchEvent(evt);
return;
}
},
error: function( response ){
alert( response.responseText );
}
});
};
$(function(){
$(‘#livestreams-promo-container’).each( function(){
jb_populate_livestreams_promo( $(this) );
});
});
}(window.jQuery);
.house-unit-wide { display: none; }
.house-unit-narrow{ display: block; }
@media (min-width: 768px) {
.house-unit-wide { display: block; }
.house-unit-narrow{ display: none; }
}