Hi everyone,

Our music site has over 1200 songs on it, and I'm transitioning to Drupal. I'm using the JPlayer display option for Views to dynamically create the playlist from a content type.

My issue is that I need the view to infinitely scroll through the view results, so that someone can press play and it will play until they press stop or until there are no more results.

I've installed and enabled Views Infinite Scroll (ver 7.x-1.1) but not only does it not work, but it interferes with the ability to click on a track and have it play.

Basically, I'm trying to replicate this player with Drupal views and content types: http://www.ranchoalegretexas.com/radio/

I've gotten close on our development site: http://s430142988.onlinehome.us/ranchoalegre/?q=rancho-alegre-radio-playlist (I'm still uploading mp3 files, so some tracks may not play)

Obviously, not using a pager would work, however, it takes a long time to load the playlist that way.

Any ideas? Thank you.