summaryrefslogtreecommitdiffstats
path: root/lib/class/localplay.abstract.php
Commit message (Collapse)AuthorAgeFilesLines
* forgot to delete lineKarl 'vollmerk' Vollmer2008-08-311-3/+0
|
* massivly simplify parse_url() and make it so random urls show up correctly ↵Karl 'vollmerk' Vollmer2008-08-311-16/+10
| | | | in the localplay playlist
* added in some caching and add the database upgrade that will make the taging ↵Karl 'vollmerk' Vollmer2008-05-121-1/+1
| | | | mostly work
* slight tweak to the random album art, needs improvement will look funny on ↵Karl 'vollmerk' Vollmer2008-01-011-0/+1
| | | | catalogs with no art (for now) editing an mpd instance works, need to fix httpq editing and add instance testing
* untested HTTPQ code, improved MPD parsing of URLS so it reconizes democratic ↵Karl 'vollmerk' Vollmer2007-12-081-0/+34
| | | | play stuff now
* fixed url add to localplay, also changed some play links to addKarl 'vollmerk' Vollmer2007-12-011-0/+6
|
* fixed admin prefs, flushed out localplay stuff, tweaked filters on browseKarl 'vollmerk' Vollmer2007-10-181-1/+1
|
* fixed some localplay issues, now correctly shows the active instance at ↵Karl 'vollmerk' Vollmer2007-09-281-1/+1
| | | | least for the MPD module
* made localplay technically work, lots of work to still doKarl 'vollmerk' Vollmer2007-09-201-2/+15
|
* more work on the localplay stuff, most details ironed out, just needs some ↵Karl 'vollmerk' Vollmer2007-09-121-1/+8
| | | | 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/+4
|
* - Fixed missing web_path on catalog functionsKarl 'vollmerk' Vollmer2007-09-091-0/+58
- New Localplay Controller Abstract class, required for controllers - Tweaked preferences as needed for localplay mojo