| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for autodetecting encoding for broken id3v2 tags | Paul Arthur | 2011-02-21 | 1 | -20/+43 |
* | Partial revert of 678cf4b6aa9d43cf73968a90c49e0a0db2c47fca | Paul Arthur | 2011-02-21 | 1 | -79/+10 |
* | Merge gitorious.org:~momo-i/ampache/momo-is-ampache | momo-i | 2011-02-17 | 1 | -0/+1 |
|\ |
|
| * | modified tag broken problems | momo-i | 2011-02-17 | 1 | -1/+1 |
| * | some id3tags still broken. | momo-i | 2011-02-17 | 1 | -0/+1 |
* | | modified debug_event | momo-i | 2011-02-17 | 1 | -2/+2 |
|/ |
|
* | maybe all green! | momo-i | 2011-02-17 | 1 | -10/+16 |
* | remove @todo | momo-i | 2011-02-17 | 1 | -2/+0 |
* | try to get id3v2 tag! | momo-i | 2011-02-16 | 1 | -10/+59 |
* | update getid3 version 1.8.2 -> 2.0.0b6 | momo-i | 2011-02-08 | 1 | -10/+61 |
* | added @todo id3tag broken | momo-i | 2011-02-04 | 1 | -0/+18 |
* | Updated a few informations of function. | momo-i | 2011-02-03 | 1 | -7/+93 |
* | Modified header comment for phpdoc | momo-i | 2011-02-03 | 1 | -20/+41 |
* | Break everyone's config by changing metadata gathering. | Paul 'flowerysong' Arthur | 2010-10-06 | 1 | -133/+176 |
* | Some vainfo cleanup. Since id3v2 allows multiple charsets and has a standard ... | Paul 'flowerysong' Arthur | 2010-06-22 | 1 | -234/+103 |
* | Miscellaneous cleanup. | Paul 'flowerysong' Arthur | 2010-06-13 | 1 | -1/+1 |
* | Fix bin/print_tags so it accurately reflects what Ampache will see; it was | Paul 'flowerysong' Arthur | 2010-05-29 | 1 | -6/+5 |
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -241/+241 |
* | Cosmetics: use tabs for indentation, tweak some indentation/coding style. | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -5/+5 |
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
* | Improved filename pattern matching #575 | Karl 'vollmerk' Vollmer | 2009-12-08 | 1 | -1/+2 |
* | sync from trunk | Karl 'vollmerk' Vollmer | 2009-11-14 | 1 | -4/+37 |
* | Added multiple id3v2 genre to tag patch from quack23 resolves #564 | Karl 'vollmerk' Vollmer | 2009-11-14 | 1 | -8/+42 |
* | sync from 3.5.x branch | Karl 'vollmerk' Vollmer | 2009-08-23 | 1 | -3/+3 |
* | fix empty check for $id3v2['UFID'] | momo-i | 2009-07-03 | 1 | -10/+12 |
* | fixed for PHP 5.3.0 deprecate warnings | momo-i | 2009-07-02 | 1 | -1/+1 |
* | fix title issue and add some more stuff to the boolean list for preferences | Karl 'vollmerk' Vollmer | 2009-06-02 | 1 | -0/+4 |
* | add MBID support Thx flowerysong | Karl 'vollmerk' Vollmer | 2009-06-02 | 1 | -28/+92 |
* | tweaked vainfo to accept 1/2 as a valid disk from TPOS also tweaked id3v2 tag... | Karl 'vollmerk' Vollmer | 2009-04-09 | 1 | -0/+4 |
* | fixed default tag encoding to IDO-8859-1 | momo-i | 2009-04-06 | 1 | -4/+4 |
* | Fixed #424 and applied #423 | Karl 'vollmerk' Vollmer | 2009-03-26 | 1 | -84/+173 |
* | Fixed: typo | momo-i | 2009-03-16 | 1 | -1/+1 |
* | Fixed: 1 line lyrics for insert db | momo-i | 2009-03-16 | 1 | -2/+2 |
* | Fixed: If remote catalog cleaning, always failed.(is_readable), remind next p... | momo-i | 2009-03-16 | 1 | -0/+2 |
* | Fixed: id3v2 tag lyrics display | momo-i | 2009-03-10 | 1 | -2/+2 |
* | fix mp4 video file tag parsing | Karl 'vollmerk' Vollmer | 2009-03-03 | 1 | -15/+14 |
* | Fixed: Show lyrics using id3v2(USLT) if exists | momo-i | 2009-03-02 | 1 | -2/+6 |
* | move around stats information and split it up, tweak quicktime tag detection | Karl 'vollmerk' Vollmer | 2009-03-02 | 1 | -0/+7 |
* | Added: lyrics get from getid3 (pls test by any mp3s) | momo-i | 2009-02-24 | 1 | -40/+68 |
* | * Add mpeg to list of _parse_avi valid file types | Karl 'vollmerk' Vollmer | 2009-02-21 | 1 | -0/+1 |
* | failed experiement, decent performance boost on verify by removing a bunch of... | Karl 'vollmerk' Vollmer | 2009-02-19 | 1 | -37/+157 |
* | tweak it so that flv is a valid video type and correctly(??) get the codec fr... | Karl 'vollmerk' Vollmer | 2009-02-09 | 1 | -1/+35 |
* | add a few more columns to the video view, tweak how it picks the title when i... | Karl 'vollmerk' Vollmer | 2009-02-04 | 1 | -0/+3 |
* | Add very basic buggy as crap video support, fix a few other minor bugs with p... | Karl 'vollmerk' Vollmer | 2009-02-02 | 1 | -9/+51 |
* | forgot to do :w | Karl 'vollmerk' Vollmer | 2009-02-01 | 1 | -4/+51 |
* | incomplete changes, commiting because I need a coding break | Karl 'vollmerk' Vollmer | 2009-02-01 | 1 | -0/+39 |
* | Commit, still no internet paying for it.. curse you free.fr | Karl 'vollmerk' Vollmer | 2008-10-27 | 1 | -2/+2 |
* | Fixed #300 (Thx abs0) and Fixed didn't catch exception first analyze. | momo-i | 2008-09-04 | 1 | -3/+13 |
* | Updated getid3 for multi-byte characters, but some wrong id3tags have occurre... | momo-i | 2008-09-02 | 1 | -1/+42 |
* | fixed the search a bit, made some random changes to charset and fixed some ec... | Karl 'vollmerk' Vollmer | 2008-08-19 | 1 | -6/+4 |