jwheare / playdar.js
- Source
- Commits
- Network (2)
- Issues (1)
- Downloads (3)
- Graphs
-
Branch:
master
-
I want to be able to tell playdarjs it can make xdomain reqs, so it doesnt try to use jsonp, and therefore doesn't require an auth token. (ie, xmlhttpreq can make requests to any domain)
Specifically, I'm running it in a custom webkit container in a desktop app.
Comments
-
onResolveIdle: doesn't seem to get called on long playlists
3 comments Created about 1 month ago by tobypadillaworking fine with short ones though. I'll try to dig up more details.
Comments
tobypadilla
Tue Dec 01 02:46:36 -0800 2009
| link
found an example: http://playgrub-beta.appspot.com/#xspf=http://playgrub-beta.appspot.com/fd75c245b439abc31f1a5ff7d74458b10f39678a.xspf
Works fine on playlick. Can't debug on playgrub cos it's using the compressed js.
This was due to some queries getting invalid UTF8 from AOL and crashing their process, so you'd never get a final answer.
-
Audioscrobbler component calls stop after every track
3 comments Created about 1 month ago by mxclStop is just for when a playlist ends.
This distinction is important because eg. with the client and Audioscrobbler.app "stop" means that a player has rescinded its control over the scrobbling client. The scrobbler will then mediate scrobbles to anything else that is playing.
Also it crashes Audioscrobbler.app :D Which I haven't the time to fix at the moment.
Next prefpane can scrobble via Audioscrobbler.app you see. Which I wanted for the growl notifications.
Comments
Which site were you seeing this with? Playgrub? I have a feeling Toby needs to set the "chained" flag when calling Playdar.player.register_stream. I'll talk to him.
Actually there was a bug with the chained stuff. Fixed now, still not sure if Toby is using it.
-
Send full seed result objects instead of just a url with resolve
1 comment Created about 1 month ago by jwheareComments
-
Need a site with docs. Already have the domain playdarjs.org
Comments
-
Comments
-
Send a list of mimetypes to restrict results by. Flash can only play a few..
see: http://github.com/RJ/playdar-core/issues/closed#issue/9Url uses comma-separated list, like so:
/api/?method=resolve&mimetypes=audio/mpeg,audio/flac&artist=...Comments





Fixed in http://github.com/jwheare/playdar.js/commit/0aa8a9f121fb8922773661677753d004188b4e98