Stream Pad..
fucking up -smh-
is my playlist playing for anyone else?

seen from Malaysia
seen from Indonesia

seen from Sweden
seen from China

seen from China

seen from Malaysia

seen from France

seen from Russia

seen from France
seen from United States
seen from United States

seen from Malaysia

seen from United Kingdom

seen from United States
seen from China
seen from United States

seen from Pakistan

seen from Italy

seen from Malaysia

seen from Germany
Stream Pad..
fucking up -smh-
is my playlist playing for anyone else?
Streampad v2 UPDATE (21 Mar 2013)
So if you haven't noticed already, tumblr recently changed its structure yet again. For security or aesthetic reasons? I have no idea, but SoundCloud posts no longer use tumblr's flash audio player and instead now use iframes, much like the Spotify posts. Luckily, Streampad can still rely on SoundCloud's API to fetch the mp3s to stream.
So If your Streampad is getting stuck on the first song because you reblogged music from SoundCloud, or you just want to listen to SoundCloud posts again with Streampad, install the new code:
For existing users:
Ctrl + F to find:
<script type="text/javascript" src="http://static.tumblr.com/ujjnqse/QdVmhkuyw/sp-player-tumblr.js" defer></script>
And replace it with this line:
<script type="text/javascript" src="http://static.tumblr.com/ujjnqse/neGmk15bq/sp-player-tumblr.js" defer></script>
Otherwise, get Streampad v2.
Anyone know how to take off the stream pad player? (Yes I'm barely doing this now because I'm lazy). Every time I try it takes forever to process. And a good music player replacement? My page is so blah without music :<
If you're having Streampad problems I feel bad for you, son. Which is why I'm helping you out. JDU explains how to fix streampad here: http://jduthemes.tumblr.com/post/28957391421/streampad-music-player-for-tumblr-v2-spotify-bug-fix
It's superduper easy.
why is making a playlist for tumblr always so damn hard. someone help
Finally got my stream pad working again! Shuffle option FTW!
Anyone else having problems with their streampad player?
Well apparently today the API started churning out audio URLs in URL-encoded form. Something must've changed, and Streampad can't read the new format so it throws out errors and makes your playlist skip around like crazy.
decodeURIComponent on the song enclosure seemed to work, so I'll be using that until they change it back or something new happens!
Get Streampad v2 here (includes the fix)
For existing users of my script, just open up your theme HTML and search for
a.enclosure = d;
and replace that line with
a.enclosure = decodeURIComponent(d);