summaryrefslogtreecommitdiffstats
path: root/server/stream.ajax.php
Commit message (Collapse)AuthorAgeFilesLines
* fixed a potential consistancy issue with the play type drop downKarl 'vollmerk' Vollmer2007-11-301-1/+20
|
* fixed the page reloads once and for all, had to revert to iframe for ↵Karl 'vollmerk' Vollmer2007-11-251-2/+1
| | | | democratic play and localplay, fixed an adding issue with democratic play if the songs were left in your active playlist
* Changed how playlists are sent to browsers so that it works on IE. Hopefully ↵spocky2007-11-221-1/+2
| | | | there won't be side effects. Karl, if feedback is good, I let you cleanup the code :)
* some inital work on an api for amarok, tweaked stream class a bit, think ↵Karl 'vollmerk' Vollmer2007-11-191-1/+1
| | | | theres still a bug with some playlist methods, also need to confirm problem with IE
* initial work on democratic play, not finished, added drop down select for ↵Karl 'vollmerk' Vollmer2007-11-101-0/+10
| | | | playtype switching back in, thinking about changing it and making it a row of icons... not sure
* play method now uses hidden iframe, setup second hover menu to rightbarKarl 'vollmerk' Vollmer2007-09-271-0/+5
|
* added ability to save playlists based on the active playlist, fixed the send ↵Karl 'vollmerk' Vollmer2007-09-031-0/+35
on add playlist preference, send and clear still does not work, but its progress