| Commit message (Expand) | Author | Age | Files | Lines |
* | Make Art::clean actually work. | Paul 'flowerysong' Arthur | 2010-05-10 | 1 | -1/+1 |
* | Some more Art-related cleanup. Removing references to album_data, removing old | Paul 'flowerysong' Arthur | 2010-05-09 | 4 | -277/+82 |
* | Testing is all well and good...but uncomment things before you commit them. | Paul 'flowerysong' Arthur | 2010-05-06 | 1 | -1/+1 |
* | Use lowest addition_time for ordering "newest" items. FS#54. | Paul 'flowerysong' Arthur | 2010-05-06 | 1 | -1/+1 |
* | You know, maybe I shouldn't be allowed to use computers. Revert accidentally | Paul 'flowerysong' Arthur | 2010-05-05 | 1 | -18/+0 |
* | Really unbreak gather_musicbrainz. | Paul 'flowerysong' Arthur | 2010-05-05 | 1 | -2/+2 |
* | Art work. Rationalise DB schema, support multiple thumbnail sizes and | Paul 'flowerysong' Arthur | 2010-05-05 | 3 | -51/+164 |
* | make downsampling command log a little clearer | Karl 'vollmerk' Vollmer | 2010-05-05 | 1 | -1/+1 |
* | fix notice due to undefined indexes when checking for unset config values | Karl 'vollmerk' Vollmer | 2010-05-04 | 2 | -2/+3 |
* | Cosmetics: use tabs for indentation. | Paul 'flowerysong' Arthur | 2010-05-04 | 1 | -460/+460 |
* | Cosmetics: remove trailing whitespace. | Paul 'flowerysong' Arthur | 2010-05-04 | 1 | -206/+206 |
* | Use strpos correctly in the API class. Fixes FS#68, reported by Bryce Geiser. | Paul 'flowerysong' Arthur | 2010-05-03 | 1 | -5/+6 |
* | Remove unused img_resize function, cosmetic changes around the altered version | Paul 'flowerysong' Arthur | 2010-05-03 | 2 | -92/+4 |
* | Cosmetics. %s/assoicated/associated/g | Paul 'flowerysong' Arthur | 2010-04-28 | 6 | -9/+9 |
* | Some missed hunks for playlist editing and miscellaneous related cleanup. | Paul 'flowerysong' Arthur | 2010-04-28 | 1 | -4/+5 |
* | Clean up democratic/tmpplaylist relationship to work under E_STRICT. | Paul 'flowerysong' Arthur | 2010-04-28 | 2 | -17/+28 |
* | Clean up catalog size calculation - mainly removes a section of code which did | Paul 'flowerysong' Arthur | 2010-04-19 | 1 | -26/+14 |
* | Pad track number with zeros, like the doc says. Fixes FS#58, reported by Ada... | Paul 'flowerysong' Arthur | 2010-04-15 | 1 | -2/+2 |
* | Remove album art functions from album class, this most likely breaks things | Karl 'vollmerk' Vollmer | 2010-04-01 | 1 | -625/+0 |
* | Add missing debug output for failed sanity check on catalog clean. | Paul 'flowerysong' Arthur | 2010-03-25 | 1 | -0/+1 |
* | Add missing 'else' to avoid some spurious log lines when cleaning. | Paul 'flowerysong' Arthur | 2010-03-25 | 1 | -1/+1 |
* | Enhanced rating search; uses correct algorithm for calculation, allows | Paul 'flowerysong' Arthur | 2010-03-23 | 1 | -16/+27 |
* | really really fix the art stuff I broke, missing UID reference | Karl 'vollmerk' Vollmer | 2010-03-22 | 1 | -6/+6 |
* | commit everything. | Karl 'vollmerk' Vollmer | 2010-03-22 | 1 | -1/+1 |
* | Add ability to generate thumbnails via catalog_update and also generate thumb... | Karl 'vollmerk' Vollmer | 2010-03-21 | 1 | -12/+63 |
* | Switch Album so it uses new art methods | Karl 'vollmerk' Vollmer | 2010-03-21 | 2 | -11/+12 |
* | Fix seeking in flacs by adjusting the skip to MM:SS from MM.SS | Karl 'vollmerk' Vollmer | 2010-03-21 | 1 | -1/+7 |
* | More changes to art - have not removed old functionality yet | Karl 'vollmerk' Vollmer | 2010-03-21 | 2 | -7/+736 |
* | Switched to new art method for primary image display | Karl 'vollmerk' Vollmer | 2010-03-21 | 1 | -3/+225 |
* | typo :( | Karl 'vollmerk' Vollmer | 2010-03-21 | 1 | -1/+1 |
* | Resolved #39 - slightly differently then provided patch - Adds attribute hack... | Karl 'vollmerk' Vollmer | 2010-03-21 | 2 | -2/+16 |
* | Make keyword search *really* play nice with others, by interacting with | Paul 'flowerysong' Arthur | 2010-03-20 | 1 | -2/+3 |
* | Add missing $operator so keyword searching will play well with others. | Paul 'flowerysong' Arthur | 2010-03-20 | 1 | -1/+1 |
* | removed stupid require that I should not have put in | Karl 'vollmerk' Vollmer | 2010-03-19 | 1 | -1/+0 |
* | Add vlc controller - untested, just want it in svn | Karl 'vollmerk' Vollmer | 2010-03-19 | 1 | -0/+1 |
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 47 | -4343/+4343 |
* | Another instance of the dropped column `key` being used. | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -2/+1 |
* | Don't try to insert the key field, since it doesn't exist in the catalog table. | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -3/+2 |
* | Cosmetics: use tabs for indentation, tweak some indentation/coding style. | Paul 'flowerysong' Arthur | 2010-03-14 | 28 | -1365/+1365 |
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 51 | -0/+51 |
* | Remove null auth method. | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -16/+0 |
* | Unbreak http auth, make it more sane. Old broken method renamed to null, in | Paul 'flowerysong' Arthur | 2010-03-14 | 2 | -26/+33 |
* | Cosmetics: add vim modeline, consistently use tabs for indentation, typos, wrap | Paul 'flowerysong' Arthur | 2010-03-13 | 1 | -129/+130 |
* | use filemtime for catalog verify untested | Karl 'vollmerk' Vollmer | 2010-03-12 | 1 | -0/+4 |
* | Improve debugging a bit to prove a point | Karl 'vollmerk' Vollmer | 2010-03-09 | 1 | -2/+3 |
* | Update defaults for new installs (extending default timeouts) fix installatio... | Karl 'vollmerk' Vollmer | 2010-03-01 | 2 | -4/+8 |
* | Make the tag cloud do something, only song browsing for now... | Karl 'vollmerk' Vollmer | 2010-02-23 | 1 | -2/+14 |
* | Fix recently played, > where it should have been >= | Karl 'vollmerk' Vollmer | 2010-02-23 | 1 | -1/+1 |
* | adjusted installer lib to write the config file directly, need to update docu... | Karl 'vollmerk' Vollmer | 2010-02-20 | 1 | -4/+18 |
* | Command line installation script completed - pending updates to lib/install.p... | Karl 'vollmerk' Vollmer | 2010-02-20 | 2 | -11/+19 |