summaryrefslogtreecommitdiffstats
path: root/modules/localplay/mpd.controller.php
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics: death to tabsPaul Arthur2013-01-261-424/+424
| | | | | The refactoring I've been doing has reminded me of my strong preference for spaces, and I feel inclined to impose my will on the tree.
* Cosmetics: clean up remaining headsPaul Arthur2013-01-251-1/+1
|
* Cosmetics: kill some more PHPDoc clutterPaul Arthur2013-01-151-13/+1
|
* Clean up the MPD localplay controllerPaul Arthur2013-01-151-21/+16
|
* Switch from _() to T_()Paul Arthur2012-04-121-7/+7
| | | | | | Even if we move away from php-gettext in the future, it's easy to write a quick T_() as a simple wrapper; it's not so easy to rewrite PHP to allow redeclaration of a function.
* Clean up uses of Config::set and Config::set_by_arrayPaul Arthur2012-03-061-1/+1
| | | | | Consistently pass in a boolean instead of a string or an int for the clobber flag.
* Clean up some PHPDoc crapPaul Arthur2011-04-041-9/+2
| | | | | | 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 replace for phpdocmomo-i2011-02-031-1/+1
|
* test header for phpdoc. now using only classes and libraries.momo-i2011-02-021-18/+39
|
* MPD class rewrite.Paul 'flowerysong' Arthur2010-08-051-78/+40
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* Replaced almost every dba::query to dba::read or dba::write.dipsol2009-12-141-8/+8
|
* 2 needs to be withing the enclosing bracketsdipsol2009-09-031-171/+171
|
* Sync from branchKarl 'vollmerk' Vollmer2009-09-021-0/+4
|
* make the httpq and mpd controlers understand live stream urlsKarl 'vollmerk' Vollmer2009-02-281-8/+22
|
* some more minor tweaks to democratic playlist, fixed now playing on ↵Karl 'vollmerk' Vollmer2009-02-081-4/+3
| | | | localplay playlist
* fixed mpd controller url parsingKarl 'vollmerk' Vollmer2009-02-081-2/+2
|
* remove lib/album.lib.php and move its two functions into album class, ↵Karl 'vollmerk' Vollmer2008-08-311-14/+13
| | | | corrected some old php4 ish code in localplay controllers, removed redundent link from sidebar (modules)
* massivly simplify parse_url() and make it so random urls show up correctly ↵Karl 'vollmerk' Vollmer2008-08-311-0/+4
| | | | in the localplay playlist
* really fix the localplay instance thingKarl 'vollmerk' Vollmer2008-05-191-1/+1
|
* fix typo also tweak the localplay controllers so they update the active ↵Karl 'vollmerk' Vollmer2008-05-181-0/+1
| | | | instance correctly
* updated locales, hopefully one of the last commits before 3.4 stable releaseKarl 'vollmerk' Vollmer2008-05-101-1/+1
|
* major corrections to reading of preferences and a few misc fixes which I ↵Karl 'vollmerk' Vollmer2008-02-291-1/+1
| | | | have now forgotten
* fixed sorting order on browse playlistsKarl 'vollmerk' Vollmer2008-01-141-1/+1
|
* slight tweak to the random album art, needs improvement will look funny on ↵Karl 'vollmerk' Vollmer2008-01-011-0/+19
| | | | catalogs with no art (for now) editing an mpd instance works, need to fix httpq editing and add instance testing
* fixed two transcode bugsKarl 'vollmerk' Vollmer2007-12-151-2/+2
|
* minor typo in mpd controller prevented it from being enabledKarl 'vollmerk' Vollmer2007-12-131-1/+1
|
* added the controls to the mpd playlist does not refresh correctly, but does workKarl 'vollmerk' Vollmer2007-12-091-3/+3
|
* untested HTTPQ code, improved MPD parsing of URLS so it reconizes democratic ↵Karl 'vollmerk' Vollmer2007-12-081-28/+38
| | | | play stuff now
* fixed admin prefs, flushed out localplay stuff, tweaked filters on browseKarl 'vollmerk' Vollmer2007-10-181-26/+18
|
* added abilty to display and delete localplay instancesKarl 'vollmerk' Vollmer2007-10-121-3/+10
|
* fixed two MPD issues, can now disable localplay modules, added check for PHP5Karl 'vollmerk' Vollmer2007-10-101-4/+10
|
* fixed some localplay issues, now correctly shows the active instance at ↵Karl 'vollmerk' Vollmer2007-09-281-3/+5
| | | | least for the MPD module
* made localplay technically work, lots of work to still doKarl 'vollmerk' Vollmer2007-09-201-14/+31
|
* some fixes for the localplay, you can now install the MPD controller, and ↵Karl 'vollmerk' Vollmer2007-09-141-40/+40
| | | | 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-5/+67
| | | | 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 more tweaks to localplay, added in the mpd table creation mojo, just ↵Karl 'vollmerk' Vollmer2007-09-091-0/+19
| | | | need to finish install and then build the interface
* few minor bug fixes, and some more tweaks for localplayKarl 'vollmerk' Vollmer2007-09-091-14/+31
|
* new db update, moved prefs around removed useless one and fixed some ↵Karl 'vollmerk' Vollmer2007-09-091-1/+1
| | | | defaults, also fixed some potential issues with lastfm
* - Fixed missing web_path on catalog functionsKarl 'vollmerk' Vollmer2007-09-091-27/+29
| | | | | - New Localplay Controller Abstract class, required for controllers - Tweaked preferences as needed for localplay mojo
* fixed preferences mostly, also fixed some genre issues and other stuff I am ↵Karl 'vollmerk' Vollmer2007-06-111-4/+4
| | | | forgetting now
* localplay controllers and some spelling fixesKarl 'vollmerk' Vollmer2007-01-171-1/+1
|
* fixed a minor math issue with the mpd controllerKarl 'vollmerk' Vollmer2007-01-041-1/+1
|
* few more fixes to the httpq player... has some strange semi-random issue ↵Karl 'vollmerk' Vollmer2006-12-221-2/+2
| | | | with some urls.. investigating
* new httpq localplay method, fixes for preferences and mpd controllerKarl 'vollmerk' Vollmer2006-12-221-1/+1
|
* * Prevent Album art set on demo because people put porn in there :( Karl 'vollmerk' Vollmer2006-12-051-0/+17
| | | | | | | * Fix Push functionality for the Democratic view stuff * Add footer div definition per Apex's request * Fix Config display with multi-value elements * Added plugin checking to update.php wq
* some minor MPD changes and bug fixes for localplayKarl 'vollmerk' Vollmer2006-11-141-2/+4
|
* fixed parse error if no localplay type is selectedKarl 'vollmerk' Vollmer2006-11-131-0/+2
|
* fixed the title on registration, and a bunch of random other thingsKarl 'vollmerk' Vollmer2006-11-101-4/+3
|
* fixed mpd logic error and post max sizeKarl 'vollmerk' Vollmer2006-11-021-4/+3
|