summaryrefslogtreecommitdiffstats
path: root/lib/class/artist.class.php
Commit message (Collapse)AuthorAgeFilesLines
* GH#4: Tagging artist incorrectlyPaul Arthur2013-04-021-6/+9
| | | | | We should only look up by MBID if we actually have an MBID. Might fix this issue.
* Make remote catalogs actually workPaul Arthur2013-03-281-1/+81
|
* Cosmetics: death to tabsPaul Arthur2013-01-261-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 UIPaul Arthur2013-01-261-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 classesPaul Arthur2013-01-251-2/+12
| | | | Uniformly name them gc()
* Cosmetics: clean up heads in lib/Paul Arthur2013-01-251-17/+1
|
* Rip out ugly lyrics codePaul Arthur2012-11-131-89/+0
|
* Switch from _() to T_()Paul Arthur2012-04-121-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_albumsPaul Arthur2011-06-241-1/+1
| | | | Reported by Michel Stam
* Clean up some PHPDoc crapPaul Arthur2011-04-041-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 phpdocmomo-i2011-02-031-1/+1
|
* header comment for phpdocmomo-i2011-02-031-1/+1
|
* test header for phpdoc. now using only classes and libraries.momo-i2011-02-021-1/+0
|
* test for phpdocmomo-i2011-02-021-18/+41
|
* Catalog Filtering Added Bug#60Chris Slamar2011-01-241-14/+33
|
* Refactored Last.FM recommendations; drop new dependency on curl sincePaul 'flowerysong' Arthur2010-08-171-38/+0
| | | | Snoopy works just as well for this application.
* Check cURL before install.momo-i2010-07-301-0/+6
| | | | if cURL have not installed, get_like() should be return false.
* Search for similar artistsChris 'cslamar' Slamar2010-07-291-0/+32
|
* Miscellaneous cleanup.Paul 'flowerysong' Arthur2010-06-131-1/+1
|
* Aggressively make sure we don't end up with extra spaces when joining the ↵Paul 'flowerysong' Arthur2010-06-071-1/+1
| | | | prefix.
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-77/+77
|
* Cosmetics: use tabs for indentation, tweak some indentation/coding style.Paul 'flowerysong' Arthur2010-03-141-18/+18
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* Remove Dba::query from a few more classesKarl 'vollmerk' Vollmer2009-12-141-7/+7
|
* add MBID support Thx flowerysongKarl 'vollmerk' Vollmer2009-06-021-1/+1
|
* sync stats fix from 3.5 branchKarl 'vollmerk' Vollmer2009-05-061-0/+1
|
* Dba::escape() must be used around all user input in queriesKarl 'vollmerk' Vollmer2009-03-161-2/+2
|
* Fixed: get lyrics wikimomo-i2009-03-161-1/+2
|
* Fixed: 1 line lyrics for insert dbmomo-i2009-03-161-2/+3
|
* Fixed: If remote catalog cleaning, always failed.(is_readable), remind next ↵momo-i2009-03-161-3/+1
| | | | | | process (file information) Updated: add my TODO @lyrics, id3 language
* Added: get lyrics from lyricswiki using proxy servermomo-i2009-03-121-4/+18
|
* Fix: typomomo-i2009-03-101-1/+1
|
* Fixed: id3v2 tag lyrics displaymomo-i2009-03-101-8/+8
|
* fix tags in the apiKarl 'vollmerk' Vollmer2009-03-101-1/+0
|
* Updated: encode multibyte lyrics, if lyrics hasn't encoded UTF-8. Get lyrics ↵momo-i2009-03-091-7/+14
| | | | from id3v2 tag(feature not implement)
* add tags to the artist and album xml documentsKarl 'vollmerk' Vollmer2009-03-091-2/+3
|
* Added: lyrics get from getid3 (pls test by any mp3s)momo-i2009-02-241-0/+15
| | | | Added: debug_print function (pre tag for print_r)
* Fixed: translate words changemomo-i2009-02-241-1/+1
|
* Add: song_lyrics to Ampache #327 (thx alister55)momo-i2009-02-241-1/+54
|
* added the tags to the artist and album display, and also made the cataloging ↵Karl 'vollmerk' Vollmer2008-12-281-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 statementmomo-i2008-09-031-20/+18
|
* (no commit message)momo-i2008-09-031-15/+21
|
* fixed two sql queries and the slicing on search (Thx sylvander)Karl 'vollmerk' Vollmer2008-08-261-2/+2
|
* good number of changes to browse, this breaks more then it fixes...Karl 'vollmerk' Vollmer2008-08-131-41/+45
|
* fixed the albums/artists I broke a few revs ago and sync of the download ↵Karl 'vollmerk' Vollmer2008-07-151-4/+1
| | | | stats fix from branch
* make the disabled songs link show something, need to make a custom view for ↵Karl 'vollmerk' Vollmer2008-07-141-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' Vollmer2008-05-121-16/+28
| | | | mostly work
* commit of the patches from codeoverload to implement tagging, will not work ↵Karl 'vollmerk' Vollmer2008-05-121-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' Vollmer2008-04-111-1/+1
| | | | ellipsis thresholds
* add the title back in to the links and be a little more violent with the ↵Karl 'vollmerk' Vollmer2008-03-191-1/+1
| | | | charset setting...