Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed three bugs found by purdyk with the api | Karl 'vollmerk' Vollmer | 2007-12-19 | 1 | -1/+1 |
| | |||||
* | fixed dbl negative on xml api and enabled the timestamp check as well as ↵ | Karl 'vollmerk' Vollmer | 2007-12-18 | 1 | -3/+1 |
| | | | | fixed a typo in the config file | ||||
* | fixed XML-RPC mostly, uses insecure/old authentication method, needs more work | Karl 'vollmerk' Vollmer | 2007-12-18 | 1 | -23/+27 |
| | |||||
* | cleaned up XML API errors so that they are always xml docs regardless | Karl 'vollmerk' Vollmer | 2007-12-18 | 1 | -20/+34 |
| | |||||
* | fixed the find duplicates stuff, its actually still broken somewhat but it ↵ | Karl 'vollmerk' Vollmer | 2007-12-16 | 2 | -0/+52 |
| | | | | mostly works so why not commit eah? | ||||
* | minor text changes, nothing special... time for me to go to sleep | Karl 'vollmerk' Vollmer | 2007-12-10 | 1 | -62/+1 |
| | |||||
* | re-added the edit users prefs mojo | Karl 'vollmerk' Vollmer | 2007-12-10 | 1 | -0/+12 |
| | |||||
* | added basic MPD user permissions in, I didnt force a level for everyone so ↵ | Karl 'vollmerk' Vollmer | 2007-12-10 | 1 | -7/+26 |
| | | | | any existing setups will be defaulted to DENIED until they update their Localplay Level | ||||
* | database update, cleaned up some stuff | Karl 'vollmerk' Vollmer | 2007-12-10 | 1 | -3/+3 |
| | |||||
* | fixed the last of the missing MPD features, added new ajax config hotness ↵ | Karl 'vollmerk' Vollmer | 2007-12-10 | 1 | -0/+29 |
| | | | | (not that special) | ||||
* | added the controls to the mpd playlist does not refresh correctly, but does work | Karl 'vollmerk' Vollmer | 2007-12-09 | 1 | -0/+20 |
| | |||||
* | fixed display issue when deleting track from a playlist, and fixed ordering ↵ | Karl 'vollmerk' Vollmer | 2007-12-06 | 1 | -1/+4 |
| | | | | of add to playlist stuff on the rightbar | ||||
* | fixed access denied display, fixed typo in error log and fixed missing ↵ | Karl 'vollmerk' Vollmer | 2007-12-01 | 1 | -0/+8 |
| | | | | artist_songs | ||||
* | fixed a potential consistancy issue with the play type drop down | Karl 'vollmerk' Vollmer | 2007-11-30 | 1 | -1/+20 |
| | |||||
* | fixed some missing gettext, tweaked error reporting level on test.php and ↵ | Karl 'vollmerk' Vollmer | 2007-11-25 | 1 | -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' Vollmer | 2007-11-25 | 1 | -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 fired | Karl 'vollmerk' Vollmer | 2007-11-25 | 1 | -1/+1 |
| | |||||
* | fixed stupid bug in xml server, forgot to change function | Karl 'vollmerk' Vollmer | 2007-11-25 | 1 | -1/+1 |
| | |||||
* | fixed voting up/down and removal of songs from democratic playlist after ↵ | Karl 'vollmerk' Vollmer | 2007-11-24 | 1 | -0/+23 |
| | | | | playback | ||||
* | democratic play working, if still slightly sketchy | Karl 'vollmerk' Vollmer | 2007-11-24 | 2 | -0/+54 |
| | |||||
* | Changed how playlists are sent to browsers so that it works on IE. Hopefully ↵ | spocky | 2007-11-22 | 1 | -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' Vollmer | 2007-11-22 | 1 | -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_songs | Karl 'vollmerk' Vollmer | 2007-11-21 | 1 | -0/+18 |
| | |||||
* | additional xml methods songs & album_songs, also implemented catalog add ↵ | Karl 'vollmerk' Vollmer | 2007-11-21 | 1 | -1/+18 |
| | | | | speed improvement from Karl Hungus | ||||
* | added artist_albums | Karl 'vollmerk' Vollmer | 2007-11-20 | 1 | -0/+7 |
| | |||||
* | added genres as a new xml method, and improved logging | Karl 'vollmerk' Vollmer | 2007-11-20 | 1 | -0/+12 |
| | |||||
* | little more work on the xml api, artists and albums now works | Karl 'vollmerk' Vollmer | 2007-11-20 | 1 | -1/+14 |
| | |||||
* | more changes for the amarok hotness | Karl 'vollmerk' Vollmer | 2007-11-20 | 1 | -0/+13 |
| | |||||
* | fixed an album art config parsing problem, Thanks Karl Hungus more work on ↵ | Karl 'vollmerk' Vollmer | 2007-11-19 | 1 | -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' Vollmer | 2007-11-19 | 2 | -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' Vollmer | 2007-11-10 | 1 | -0/+10 |
| | | | | playtype switching back in, thinking about changing it and making it a row of icons... not sure | ||||
* | fixed multi-genre random play | Karl 'vollmerk' Vollmer | 2007-11-05 | 1 | -17/+7 |
| | |||||
* | fixed admin prefs, flushed out localplay stuff, tweaked filters on browse | Karl 'vollmerk' Vollmer | 2007-10-18 | 1 | -0/+15 |
| | |||||
* | added abilty to display and delete localplay instances | Karl 'vollmerk' Vollmer | 2007-10-12 | 1 | -0/+12 |
| | |||||
* | fixed the localplay controls, per limeds recommendation currently under ↵ | Karl 'vollmerk' Vollmer | 2007-10-02 | 1 | -0/+23 |
| | | | | rightbar actions, not happy with location | ||||
* | fixed some localplay issues, now correctly shows the active instance at ↵ | Karl 'vollmerk' Vollmer | 2007-09-28 | 1 | -1/+10 |
| | | | | least for the MPD module | ||||
* | added ability to append to playlists | Karl 'vollmerk' Vollmer | 2007-09-27 | 1 | -0/+28 |
| | |||||
* | play method now uses hidden iframe, setup second hover menu to rightbar | Karl 'vollmerk' Vollmer | 2007-09-27 | 2 | -0/+9 |
| | |||||
* | - Added ability to delete radio and playlist | Karl 'vollmerk' Vollmer | 2007-09-25 | 1 | -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 do | Karl 'vollmerk' Vollmer | 2007-09-20 | 1 | -0/+3 |
| | |||||
* | added sorting on most objects in most views, report bugs if you find points ↵ | Karl 'vollmerk' Vollmer | 2007-09-17 | 1 | -0/+13 |
| | | | | where sorting fails | ||||
* | some fixes for the localplay, you can now install the MPD controller, and ↵ | Karl 'vollmerk' Vollmer | 2007-09-14 | 1 | -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' Vollmer | 2007-09-12 | 2 | -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 localplay | Karl 'vollmerk' Vollmer | 2007-09-09 | 1 | -1/+1 |
| | |||||
* | fixed album/artist/whateva editing, fixing stats, fixed search... | Karl 'vollmerk' Vollmer | 2007-09-05 | 1 | -1/+1 |
| | |||||
* | fixed playlist name editing, cant change the type or the genre yet, tweaked ↵ | Karl 'vollmerk' Vollmer | 2007-09-03 | 1 | -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' Vollmer | 2007-09-03 | 2 | -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' Vollmer | 2007-09-03 | 2 | -0/+53 |
| | | | | them | ||||
* | sync typo fix | Karl 'vollmerk' Vollmer | 2007-08-29 | 1 | -1/+1 |
| | |||||
* | fixed advanced random, tweaked some css a tad and fixed a few other minor typos | Karl 'vollmerk' Vollmer | 2007-08-27 | 1 | -0/+19 |
| |