summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Change Browse from static to instantiable. Among other things, fixes FS#13;Paul 'flowerysong' Arthur2010-06-105-401/+447
* Remove some unused genre stuff.Paul 'flowerysong' Arthur2010-06-102-11/+0
* Always update the access level associated with a preference, even if it's a Paul 'flowerysong' Arthur2010-06-091-3/+5
* Remove unused function format_time.Paul 'flowerysong' Arthur2010-06-071-11/+0
* Aggressively make sure we don't end up with extra spaces when joining the pre...Paul 'flowerysong' Arthur2010-06-072-7/+6
* Move prefix trimming into a static function. Reduces duplicate code and allowsPaul 'flowerysong' Arthur2010-06-071-14/+24
* Clean up the rating code by moving uniqueness constraints into the database,Paul 'flowerysong' Arthur2010-06-072-125/+110
* Change debugging output on transcode.Paul 'flowerysong' Arthur2010-05-291-1/+1
* Fix bin/print_tags so it accurately reflects what Ampache will see; it wasPaul 'flowerysong' Arthur2010-05-291-6/+5
* Minor output change. FS#96, reported by Nate Gotz.Paul 'flowerysong' Arthur2010-05-291-1/+1
* Cleanup and rationalisation of authentication related code. Among other things,Paul 'flowerysong' Arthur2010-05-291-156/+181
* Make Art::clean actually work.Paul 'flowerysong' Arthur2010-05-101-1/+1
* Some more Art-related cleanup. Removing references to album_data, removing oldPaul 'flowerysong' Arthur2010-05-094-277/+82
* Testing is all well and good...but uncomment things before you commit them.Paul 'flowerysong' Arthur2010-05-061-1/+1
* Use lowest addition_time for ordering "newest" items. FS#54.Paul 'flowerysong' Arthur2010-05-061-1/+1
* You know, maybe I shouldn't be allowed to use computers. Revert accidentally Paul 'flowerysong' Arthur2010-05-051-18/+0
* Really unbreak gather_musicbrainz.Paul 'flowerysong' Arthur2010-05-051-2/+2
* Art work. Rationalise DB schema, support multiple thumbnail sizes and Paul 'flowerysong' Arthur2010-05-053-51/+164
* make downsampling command log a little clearerKarl 'vollmerk' Vollmer2010-05-051-1/+1
* fix notice due to undefined indexes when checking for unset config valuesKarl 'vollmerk' Vollmer2010-05-042-2/+3
* Cosmetics: use tabs for indentation.Paul 'flowerysong' Arthur2010-05-041-460/+460
* Cosmetics: remove trailing whitespace.Paul 'flowerysong' Arthur2010-05-041-206/+206
* Use strpos correctly in the API class. Fixes FS#68, reported by Bryce Geiser.Paul 'flowerysong' Arthur2010-05-031-5/+6
* Remove unused img_resize function, cosmetic changes around the altered versionPaul 'flowerysong' Arthur2010-05-032-92/+4
* Cosmetics. %s/assoicated/associated/gPaul 'flowerysong' Arthur2010-04-286-9/+9
* Some missed hunks for playlist editing and miscellaneous related cleanup.Paul 'flowerysong' Arthur2010-04-281-4/+5
* Clean up democratic/tmpplaylist relationship to work under E_STRICT.Paul 'flowerysong' Arthur2010-04-282-17/+28
* Clean up catalog size calculation - mainly removes a section of code which did Paul 'flowerysong' Arthur2010-04-191-26/+14
* Pad track number with zeros, like the doc says. Fixes FS#58, reported by Ada...Paul 'flowerysong' Arthur2010-04-151-2/+2
* Remove album art functions from album class, this most likely breaks thingsKarl 'vollmerk' Vollmer2010-04-011-625/+0
* Add missing debug output for failed sanity check on catalog clean.Paul 'flowerysong' Arthur2010-03-251-0/+1
* Add missing 'else' to avoid some spurious log lines when cleaning.Paul 'flowerysong' Arthur2010-03-251-1/+1
* Enhanced rating search; uses correct algorithm for calculation, allowsPaul 'flowerysong' Arthur2010-03-231-16/+27
* really really fix the art stuff I broke, missing UID referenceKarl 'vollmerk' Vollmer2010-03-221-6/+6
* commit everything.Karl 'vollmerk' Vollmer2010-03-221-1/+1
* Add ability to generate thumbnails via catalog_update and also generate thumb...Karl 'vollmerk' Vollmer2010-03-211-12/+63
* Switch Album so it uses new art methodsKarl 'vollmerk' Vollmer2010-03-212-11/+12
* Fix seeking in flacs by adjusting the skip to MM:SS from MM.SSKarl 'vollmerk' Vollmer2010-03-211-1/+7
* More changes to art - have not removed old functionality yetKarl 'vollmerk' Vollmer2010-03-212-7/+736
* Switched to new art method for primary image displayKarl 'vollmerk' Vollmer2010-03-211-3/+225
* typo :(Karl 'vollmerk' Vollmer2010-03-211-1/+1
* Resolved #39 - slightly differently then provided patch - Adds attribute hack...Karl 'vollmerk' Vollmer2010-03-212-2/+16
* Make keyword search *really* play nice with others, by interacting withPaul 'flowerysong' Arthur2010-03-201-2/+3
* Add missing $operator so keyword searching will play well with others.Paul 'flowerysong' Arthur2010-03-201-1/+1
* removed stupid require that I should not have put inKarl 'vollmerk' Vollmer2010-03-191-1/+0
* Add vlc controller - untested, just want it in svnKarl 'vollmerk' Vollmer2010-03-191-0/+1
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-1447-4343/+4343
* Another instance of the dropped column `key` being used.Paul 'flowerysong' Arthur2010-03-141-2/+1
* Don't try to insert the key field, since it doesn't exist in the catalog table.Paul 'flowerysong' Arthur2010-03-141-3/+2
* Cosmetics: use tabs for indentation, tweak some indentation/coding style.Paul 'flowerysong' Arthur2010-03-1428-1365/+1365