Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GH#4: Tagging artist incorrectly | Paul Arthur | 2013-04-02 | 1 | -6/+9 |
| | | | | | We should only look up by MBID if we actually have an MBID. Might fix this issue. | ||||
* | Make remote catalogs actually work | Paul Arthur | 2013-03-28 | 1 | -1/+81 |
| | |||||
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -231/+231 |
| | | | | | 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. | ||||
* | Continue moving things into UI | Paul Arthur | 2013-01-26 | 1 | -1/+1 |
| | | | | | check_php_iconv() from lib/debug.lib.php becomes UI::check_iconv() truncate_with_ellipsis() from lib/ui.lib.php becomes UI::truncate() | ||||
* | Move clean functions into their respective classes | Paul Arthur | 2013-01-25 | 1 | -2/+12 |
| | | | | Uniformly name them gc() | ||||
* | Cosmetics: clean up heads in lib/ | Paul Arthur | 2013-01-25 | 1 | -17/+1 |
| | |||||
* | Rip out ugly lyrics code | Paul Arthur | 2012-11-13 | 1 | -89/+0 |
| | |||||
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 1 | -3/+3 |
| | | | | | | 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. | ||||
* | Add default value for parameter on Artist::get_albums | Paul Arthur | 2011-06-24 | 1 | -1/+1 |
| | | | | Reported by Michel Stam | ||||
* | 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/+1 |
| | |||||
* | test header for phpdoc. now using only classes and libraries. | momo-i | 2011-02-02 | 1 | -1/+0 |
| | |||||
* | test for phpdoc | momo-i | 2011-02-02 | 1 | -18/+41 |
| | |||||
* | Catalog Filtering Added Bug#60 | Chris Slamar | 2011-01-24 | 1 | -14/+33 |
| | |||||
* | Refactored Last.FM recommendations; drop new dependency on curl since | Paul 'flowerysong' Arthur | 2010-08-17 | 1 | -38/+0 |
| | | | | Snoopy works just as well for this application. | ||||
* | Check cURL before install. | momo-i | 2010-07-30 | 1 | -0/+6 |
| | | | | if cURL have not installed, get_like() should be return false. | ||||
* | Search for similar artists | Chris 'cslamar' Slamar | 2010-07-29 | 1 | -0/+32 |
| | |||||
* | Miscellaneous cleanup. | Paul 'flowerysong' Arthur | 2010-06-13 | 1 | -1/+1 |
| | |||||
* | Aggressively make sure we don't end up with extra spaces when joining the ↵ | Paul 'flowerysong' Arthur | 2010-06-07 | 1 | -1/+1 |
| | | | | prefix. | ||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -77/+77 |
| | |||||
* | Cosmetics: use tabs for indentation, tweak some indentation/coding style. | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -18/+18 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | Remove Dba::query from a few more classes | Karl 'vollmerk' Vollmer | 2009-12-14 | 1 | -7/+7 |
| | |||||
* | add MBID support Thx flowerysong | Karl 'vollmerk' Vollmer | 2009-06-02 | 1 | -1/+1 |
| | |||||
* | sync stats fix from 3.5 branch | Karl 'vollmerk' Vollmer | 2009-05-06 | 1 | -0/+1 |
| | |||||
* | Dba::escape() must be used around all user input in queries | Karl 'vollmerk' Vollmer | 2009-03-16 | 1 | -2/+2 |
| | |||||
* | Fixed: get lyrics wiki | momo-i | 2009-03-16 | 1 | -1/+2 |
| | |||||
* | Fixed: 1 line lyrics for insert db | momo-i | 2009-03-16 | 1 | -2/+3 |
| | |||||
* | Fixed: If remote catalog cleaning, always failed.(is_readable), remind next ↵ | momo-i | 2009-03-16 | 1 | -3/+1 |
| | | | | | | process (file information) Updated: add my TODO @lyrics, id3 language | ||||
* | Added: get lyrics from lyricswiki using proxy server | momo-i | 2009-03-12 | 1 | -4/+18 |
| | |||||
* | Fix: typo | momo-i | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | Fixed: id3v2 tag lyrics display | momo-i | 2009-03-10 | 1 | -8/+8 |
| | |||||
* | fix tags in the api | Karl 'vollmerk' Vollmer | 2009-03-10 | 1 | -1/+0 |
| | |||||
* | Updated: encode multibyte lyrics, if lyrics hasn't encoded UTF-8. Get lyrics ↵ | momo-i | 2009-03-09 | 1 | -7/+14 |
| | | | | from id3v2 tag(feature not implement) | ||||
* | add tags to the artist and album xml documents | Karl 'vollmerk' Vollmer | 2009-03-09 | 1 | -2/+3 |
| | |||||
* | Added: lyrics get from getid3 (pls test by any mp3s) | momo-i | 2009-02-24 | 1 | -0/+15 |
| | | | | Added: debug_print function (pre tag for print_r) | ||||
* | Fixed: translate words change | momo-i | 2009-02-24 | 1 | -1/+1 |
| | |||||
* | Add: song_lyrics to Ampache #327 (thx alister55) | momo-i | 2009-02-24 | 1 | -1/+54 |
| | |||||
* | added the tags to the artist and album display, and also made the cataloging ↵ | Karl 'vollmerk' Vollmer | 2008-12-28 | 1 | -1/+4 |
| | | | | correctly add them to the database, also corrected an issue with the formating so that it always produces a valid style | ||||
* | simplify code, remove large if else statement | momo-i | 2008-09-03 | 1 | -20/+18 |
| | |||||
* | (no commit message) | momo-i | 2008-09-03 | 1 | -15/+21 |
| | |||||
* | fixed two sql queries and the slicing on search (Thx sylvander) | Karl 'vollmerk' Vollmer | 2008-08-26 | 1 | -2/+2 |
| | |||||
* | good number of changes to browse, this breaks more then it fixes... | Karl 'vollmerk' Vollmer | 2008-08-13 | 1 | -41/+45 |
| | |||||
* | fixed the albums/artists I broke a few revs ago and sync of the download ↵ | Karl 'vollmerk' Vollmer | 2008-07-15 | 1 | -4/+1 |
| | | | | stats fix from branch | ||||
* | make the disabled songs link show something, need to make a custom view for ↵ | Karl 'vollmerk' Vollmer | 2008-07-14 | 1 | -25/+1 |
| | | | | that as the song one i not really valid, also played around with the caching a bit | ||||
* | added in some caching and add the database upgrade that will make the taging ↵ | Karl 'vollmerk' Vollmer | 2008-05-12 | 1 | -16/+28 |
| | | | | mostly work | ||||
* | commit of the patches from codeoverload to implement tagging, will not work ↵ | Karl 'vollmerk' Vollmer | 2008-05-12 | 1 | -2/+13 |
| | | | | without manual modification of database, yes.. this commit breaks things cope | ||||
* | new flash player that still does not work, fixed some bad references to the ↵ | Karl 'vollmerk' Vollmer | 2008-04-11 | 1 | -1/+1 |
| | | | | ellipsis thresholds | ||||
* | add the title back in to the links and be a little more violent with the ↵ | Karl 'vollmerk' Vollmer | 2008-03-19 | 1 | -1/+1 |
| | | | | charset setting... |