Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Be smarter about getting random albums with art | Paul Arthur | 2013-07-22 | 1 | -15/+0 |
| | | | | | | | | | Just ask the database for what we want instead of asking for more results, sifting through them, and hoping that we get enough qualifying results to fulfill the request. Also drop Random::album(), since it's duplicate code and it makes more sense for this to live in Album. | ||||
* | Clean up Random::play_url() | Paul Arthur | 2013-04-23 | 1 | -3/+3 |
| | | | | | | | | | Include the correct type parameter in the URL and rename the random type parameter to random_type. Remove unused parameters from the function call. Should fix issue #11 | ||||
* | Fix Random class | Paul Arthur | 2013-01-31 | 1 | -1/+1 |
| | | | | I blame the ghosts. | ||||
* | Actually fix Random | Paul Arthur | 2013-01-31 | 1 | -1/+1 |
| | | | | Test first, then push would be better, but I'm not that smart. | ||||
* | Fix Random class | Paul Arthur | 2013-01-31 | 1 | -2/+2 |
| | | | | | Random extends media, but the new abstract methods from the transcoding rework hadn't been defined yet. Reported by deselby. | ||||
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -377/+377 |
| | | | | | 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 heads in lib/ | Paul Arthur | 2013-01-25 | 1 | -15/+4 |
| | |||||
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 1 | -4/+4 |
| | | | | | | 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 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. | ||||
* | Remove obsolete function | Paul Arthur | 2011-04-04 | 1 | -26/+0 |
| | |||||
* | Replace useless return with useful return. | Paul Arthur | 2011-04-04 | 1 | -5/+2 |
| | |||||
* | Reworked search | Paul Arthur | 2011-04-02 | 1 | -112/+85 |
| | | | | | Still has tentacles and should have been integrated into the existing API/Browse implementation better, but it's functional. | ||||
* | header comment modified for phpdoc | momo-i | 2011-02-03 | 1 | -1/+1 |
| | |||||
* | header comment for phpdoc | momo-i | 2011-02-03 | 1 | -1/+1 |
| | |||||
* | test header for phpdoc. now using only classes and libraries. | momo-i | 2011-02-02 | 1 | -20/+40 |
| | |||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -213/+213 |
| | |||||
* | Cosmetics: use tabs for indentation, tweak some indentation/coding style. | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -44/+44 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | whole bunch more Dba::query replacements | Karl 'vollmerk' Vollmer | 2009-12-14 | 1 | -12/+12 |
| | |||||
* | some tweaks to make the random play mojo work for streaming, does not work ↵ | Karl 'vollmerk' Vollmer | 2009-04-08 | 1 | -4/+59 |
| | | | | in localplay yet, working on that, nor in democratic play poking that also include asx playlist improvements from jon611 | ||||
* | unify how the stream is constructed and played, this is a major change might ↵ | Karl 'vollmerk' Vollmer | 2009-02-28 | 1 | -3/+8 |
| | | | | be some regressions | ||||
* | Add very basic buggy as crap video support, fix a few other minor bugs with ↵ | Karl 'vollmerk' Vollmer | 2009-02-02 | 1 | -17/+1 |
| | | | | playlists and random elements | ||||
* | fixed rating display and rating advanced search, also allow new genre when ↵ | Karl 'vollmerk' Vollmer | 2008-04-21 | 1 | -2/+2 |
| | | | | adding radio station | ||||
* | fixed some playlist issues, (mime type and selection) cleaned up the ↵ | Karl 'vollmerk' Vollmer | 2007-12-16 | 1 | -44/+77 |
| | | | | preferences lib a little more moved a lot into the class, updated references to old functions | ||||
* | seperated out the time into its own section on advanced random play, started ↵ | Karl 'vollmerk' Vollmer | 2007-12-15 | 1 | -14/+27 |
| | | | | working on the unplayed, still not finished, started work on highest rated as well, not working yet | ||||
* | fixed multi-genre random play | Karl 'vollmerk' Vollmer | 2007-11-05 | 1 | -4/+1 |
| | |||||
* | ajax loading thingy added to css, fixed random methods on rightbar and added ↵ | Karl 'vollmerk' Vollmer | 2007-09-28 | 1 | -1/+1 |
| | | | | a default sort to the browse methods | ||||
* | fixed album random and by min random | Karl 'vollmerk' Vollmer | 2007-09-25 | 1 | -9/+13 |
| | |||||
* | wups took out debug | Karl 'vollmerk' Vollmer | 2007-08-27 | 1 | -2/+2 |
| | |||||
* | fixed advanced random, tweaked some css a tad and fixed a few other minor typos | Karl 'vollmerk' Vollmer | 2007-08-27 | 1 | -0/+126 |
| | |||||
* | added some basic random functionality, need to make the advanced page | Karl 'vollmerk' Vollmer | 2007-08-19 | 1 | -0/+48 |
| | |||||
* | fixed the album art gathering, enabled art resizing and saving of said ↵ | Karl 'vollmerk' Vollmer | 2007-07-29 | 1 | -1/+1 |
| | | | | stuff... not sure if saving and retriving is saving any time. tweaked show test config wording | ||||
* | fixed some tarded typos, obviously time for me to get some sleep | Karl 'vollmerk' Vollmer | 2007-07-24 | 1 | -3/+3 |
| | |||||
* | added album and artist dynamic options, tweaked display and how you add ↵ | Karl 'vollmerk' Vollmer | 2007-07-24 | 1 | -6/+79 |
| | | | | em... still not happy with it, but good enough for now | ||||
* | added dynamic playlist item support, default and genre currently work | Karl 'vollmerk' Vollmer | 2007-07-24 | 1 | -0/+169 |