My custom player at woofdriver.com only shows the first 50 of my SoundCloud account's 81 tracks. How can I get the full list to display in the player? I see some references to "limit", but only in the context of the API.
I'm using this custom player http://developers.soundcloud.com/docs/custom-player and the following code to invoke it on the page. The player works great, but it just shows the first 50 tracks instead of the 81 in my stream at http://soundcloud.com/williamhelman,
$("a.wooftraxplayer").scPlayer({
autoPlay : false
});