Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename localplay.abstract.php | Paul Arthur | 2013-01-15 | 1 | -121/+0 |
| | | | | | The actual class name is localplay_controller, the filename should reflect that. | ||||
* | Clean up some PHPDoc crap | Paul Arthur | 2011-04-04 | 1 | -9/+0 |
| | | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't. | ||||
* | header comment modified for phpdoc | momo-i | 2011-02-03 | 1 | -1/+1 |
| | |||||
* | header comment for phpdoc | momo-i | 2011-02-03 | 1 | -1/+2 |
| | |||||
* | test header for phpdoc. now using only classes and libraries. | momo-i | 2011-02-02 | 1 | -18/+40 |
| | |||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -38/+38 |
| | |||||
* | Cosmetics: use tabs for indentation, tweak some indentation/coding style. | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -1/+1 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | unify how the stream is constructed and played, this is a major change might ↵ | Karl 'vollmerk' Vollmer | 2009-02-28 | 1 | -10/+2 |
| | | | | be some regressions | ||||
* | fixed mpd controller url parsing | Karl 'vollmerk' Vollmer | 2009-02-08 | 1 | -0/+1 |
| | |||||
* | fix a password bug on updating http_q instances | Karl 'vollmerk' Vollmer | 2009-02-04 | 1 | -2/+2 |
| | |||||
* | forgot to delete line | Karl 'vollmerk' Vollmer | 2008-08-31 | 1 | -3/+0 |
| | |||||
* | massivly simplify parse_url() and make it so random urls show up correctly ↵ | Karl 'vollmerk' Vollmer | 2008-08-31 | 1 | -16/+10 |
| | | | | in the localplay playlist | ||||
* | added in some caching and add the database upgrade that will make the taging ↵ | Karl 'vollmerk' Vollmer | 2008-05-12 | 1 | -1/+1 |
| | | | | mostly work | ||||
* | slight tweak to the random album art, needs improvement will look funny on ↵ | Karl 'vollmerk' Vollmer | 2008-01-01 | 1 | -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' Vollmer | 2007-12-08 | 1 | -0/+34 |
| | | | | play stuff now | ||||
* | fixed url add to localplay, also changed some play links to add | Karl 'vollmerk' Vollmer | 2007-12-01 | 1 | -0/+6 |
| | |||||
* | fixed admin prefs, flushed out localplay stuff, tweaked filters on browse | Karl 'vollmerk' Vollmer | 2007-10-18 | 1 | -1/+1 |
| | |||||
* | fixed some localplay issues, now correctly shows the active instance at ↵ | Karl 'vollmerk' Vollmer | 2007-09-28 | 1 | -1/+1 |
| | | | | least for the MPD module | ||||
* | made localplay technically work, lots of work to still do | Karl 'vollmerk' Vollmer | 2007-09-20 | 1 | -2/+15 |
| | |||||
* | more work on the localplay stuff, most details ironed out, just needs some ↵ | Karl 'vollmerk' Vollmer | 2007-09-12 | 1 | -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 localplay | Karl 'vollmerk' Vollmer | 2007-09-09 | 1 | -1/+4 |
| | |||||
* | - Fixed missing web_path on catalog functions | Karl 'vollmerk' Vollmer | 2007-09-09 | 1 | -0/+58 |
- New Localplay Controller Abstract class, required for controllers - Tweaked preferences as needed for localplay mojo |