summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* fixed a potential consistancy issue with the play type drop downKarl 'vollmerk' Vollmer2007-11-301-1/+20
|
* fixed some missing gettext, tweaked error reporting level on test.php and ↵Karl 'vollmerk' Vollmer2007-11-251-0/+8
| | | | fixed timeout issues with API (Thx Beef Doughnut)
* 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
* yea I am firedKarl 'vollmerk' Vollmer2007-11-251-1/+1
|
* fixed stupid bug in xml server, forgot to change functionKarl 'vollmerk' Vollmer2007-11-251-1/+1
|
* fixed voting up/down and removal of songs from democratic playlist after ↵Karl 'vollmerk' Vollmer2007-11-241-0/+23
| | | | playback
* democratic play working, if still slightly sketchyKarl 'vollmerk' Vollmer2007-11-242-0/+54
|
* 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 :)
* renamed xml-rpc acl to rpc, added default mime type of image/jpg and added ↵Karl 'vollmerk' Vollmer2007-11-221-0/+21
| | | | config options for batch download to the fs, no garbage collection for non-completed downloads yet.
* added genre_artists, genre_albums and genre_songsKarl 'vollmerk' Vollmer2007-11-211-0/+18
|
* additional xml methods songs & album_songs, also implemented catalog add ↵Karl 'vollmerk' Vollmer2007-11-211-1/+18
| | | | speed improvement from Karl Hungus
* added artist_albumsKarl 'vollmerk' Vollmer2007-11-201-0/+7
|
* added genres as a new xml method, and improved loggingKarl 'vollmerk' Vollmer2007-11-201-0/+12
|
* little more work on the xml api, artists and albums now worksKarl 'vollmerk' Vollmer2007-11-201-1/+14
|
* more changes for the amarok hotnessKarl 'vollmerk' Vollmer2007-11-201-0/+13
|
* fixed an album art config parsing problem, Thanks Karl Hungus more work on ↵Karl 'vollmerk' Vollmer2007-11-191-3/+7
| | | | xml class and api mojo, handshake logic in place
* some inital work on an api for amarok, tweaked stream class a bit, think ↵Karl 'vollmerk' Vollmer2007-11-192-94/+11
| | | | 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
* fixed multi-genre random playKarl 'vollmerk' Vollmer2007-11-051-17/+7
|
* fixed admin prefs, flushed out localplay stuff, tweaked filters on browseKarl 'vollmerk' Vollmer2007-10-181-0/+15
|
* added abilty to display and delete localplay instancesKarl 'vollmerk' Vollmer2007-10-121-0/+12
|
* fixed the localplay controls, per limeds recommendation currently under ↵Karl 'vollmerk' Vollmer2007-10-021-0/+23
| | | | rightbar actions, not happy with location
* fixed some localplay issues, now correctly shows the active instance at ↵Karl 'vollmerk' Vollmer2007-09-281-1/+10
| | | | least for the MPD module
* added ability to append to playlistsKarl 'vollmerk' Vollmer2007-09-271-0/+28
|
* play method now uses hidden iframe, setup second hover menu to rightbarKarl 'vollmerk' Vollmer2007-09-272-0/+9
|
* - Added ability to delete radio and playlistKarl 'vollmerk' Vollmer2007-09-251-0/+25
| | | | | | | - Tweaked Classic CSS to fix issue with larger fonts - Fixed some javascript update issues due to quoting on the catalog processes - Fixed display of the MOTD
* made localplay technically work, lots of work to still doKarl 'vollmerk' Vollmer2007-09-201-0/+3
|
* added sorting on most objects in most views, report bugs if you find points ↵Karl 'vollmerk' Vollmer2007-09-171-0/+13
| | | | where sorting fails
* some fixes for the localplay, you can now install the MPD controller, and ↵Karl 'vollmerk' Vollmer2007-09-141-0/+4
| | | | add instances, just not actually play to it... realized I need to think on how to do that a little...
* more work on the localplay stuff, most details ironed out, just needs some ↵Karl 'vollmerk' Vollmer2007-09-122-0/+42
| | | | code to back it up, also tweaked plugins and threw in some extra goodies in the preference class, also pimped out the error class
* few minor bug fixes, and some more tweaks for localplayKarl 'vollmerk' Vollmer2007-09-091-1/+1
|
* fixed album/artist/whateva editing, fixing stats, fixed search...Karl 'vollmerk' Vollmer2007-09-051-1/+1
|
* fixed playlist name editing, cant change the type or the genre yet, tweaked ↵Karl 'vollmerk' Vollmer2007-09-031-4/+32
| | | | lastfm so it recovers from errors a little better, fixed a stupid typo....
* added ability to save playlists based on the active playlist, fixed the send ↵Karl 'vollmerk' Vollmer2007-09-032-0/+61
| | | | on add playlist preference, send and clear still does not work, but its progress
* added the ability to delete songs from a playlist, now if you could only add ↵Karl 'vollmerk' Vollmer2007-09-032-0/+53
| | | | them
* sync typo fixKarl 'vollmerk' Vollmer2007-08-291-1/+1
|
* fixed advanced random, tweaked some css a tad and fixed a few other minor typosKarl 'vollmerk' Vollmer2007-08-271-0/+19
|
* licence updates, Thx porthoseKarl 'vollmerk' Vollmer2007-08-192-6/+4
|
* added some basic random functionality, need to make the advanced pageKarl 'vollmerk' Vollmer2007-08-192-0/+65
|
* fixed find missing tracks, tweaked openstrands class again to account for ↵Karl 'vollmerk' Vollmer2007-08-061-0/+24
| | | | lack of [[CCDATA tag on some xml responses
* added ability to view album art on browse ablums and removed redundent code ↵Karl 'vollmerk' Vollmer2007-08-062-0/+57
| | | | in show_artist, props to the first person who finds the bug with this re-use of code
* Added checking for local similarsKarl 'vollmerk' Vollmer2007-08-061-1/+1
|
* broke a ton of stuff, but added some hotness... yes that is an excuseKarl 'vollmerk' Vollmer2007-08-062-3/+93
|
* fixed some typos, minor bugs, updated the sql, added playlist as a browse typeKarl 'vollmerk' Vollmer2007-08-051-3/+10
|
* fixed add to catalog counting, tweaked sidebar added advanced search buttonKarl 'vollmerk' Vollmer2007-08-051-1/+1
|
* fixed a bug in the numbering, referencing a non-existant valueKarl 'vollmerk' Vollmer2007-08-021-2/+0
|
* added paging on all song displaysKarl 'vollmerk' Vollmer2007-07-311-0/+9
|
* added your playlists with play link to the leftbar, no way to edit them yetKarl 'vollmerk' Vollmer2007-07-301-0/+7
|
* fixed a few more warnings, fixed artist editing and improved album editing a ↵Karl 'vollmerk' Vollmer2007-07-291-0/+9
| | | | little (so it cleans up after its self)
* fixed album per row update and some warnings on song updatesKarl 'vollmerk' Vollmer2007-07-291-0/+4
|