summaryrefslogtreecommitdiffstats
path: root/server/localplay.ajax.php
Commit message (Collapse)AuthorAgeFilesLines
* fix typo also tweak the localplay controllers so they update the active ↵Karl 'vollmerk' Vollmer2008-05-181-3/+0
| | | | instance correctly
* fixed rating display and rating advanced search, also allow new genre when ↵Karl 'vollmerk' Vollmer2008-04-211-1/+1
| | | | adding radio station
* major corrections to reading of preferences and a few misc fixes which I ↵Karl 'vollmerk' Vollmer2008-02-291-6/+6
| | | | have now forgotten
* fixed localplay index problem after track delete, fixed lack of high-light ↵Karl 'vollmerk' Vollmer2007-12-301-1/+10
| | | | of current playing song, fixed problem were second localplay send would kill session of any existing items
* added basic MPD user permissions in, I didnt force a level for everyone so ↵Karl 'vollmerk' Vollmer2007-12-101-7/+26
| | | | any existing setups will be defaulted to DENIED until they update their Localplay Level
* fixed the last of the missing MPD features, added new ajax config hotness ↵Karl 'vollmerk' Vollmer2007-12-101-0/+29
| | | | (not that special)
* added the controls to the mpd playlist does not refresh correctly, but does workKarl 'vollmerk' Vollmer2007-12-091-0/+20
|
* 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
* made localplay technically work, lots of work to still doKarl 'vollmerk' Vollmer2007-09-201-0/+3
|
* 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-121-0/+38
code to back it up, also tweaked plugins and threw in some extra goodies in the preference class, also pimped out the error class