Paul Arthur
5b4628c766
Cosmetics: clean up some cruft in vainfo
2011-11-22 17:03:59 -05:00
Paul Arthur
4aa256cb07
Clean up some PHPDoc crap
...
Remove misleading, unvetted, or in some cases just plain wrong data.
Packages and categories weren't being used correctly. They still
aren't.
2011-04-04 17:37:10 -04:00
Paul Arthur
fa505d7708
Add support for autodetecting encoding for broken id3v2 tags
...
Mostly untested. Must be enabled in config, so we won't be breaking
people's perfectly valid tags by default.
2011-02-21 15:13:08 -05:00
Paul Arthur
1817f6098b
Partial revert of 678cf4b6aa
...
id3v2 encoding detection was removed for a reason: it breaks valid tags,
and id3v2 has proper support for multiple standard multibyte encodings.
2011-02-21 13:46:43 -05:00
momo-i
60fa5f5846
Merge gitorious.org:~momo-i/ampache/momo-is-ampache
...
Conflicts:
config/ampache.cfg.php.dist
2011-02-17 13:26:41 +09:00
momo-i
a1fa4d54e2
modified tag broken problems
2011-02-17 13:22:48 +09:00
momo-i
e3d5874b99
some id3tags still broken.
2011-02-17 10:49:08 +09:00
momo-i
e46abf8a80
modified debug_event
2011-02-17 08:47:56 +09:00
momo-i
ee70584ae4
maybe all green!
2011-02-17 08:40:45 +09:00
momo-i
a89b5152ab
remove @todo
2011-02-17 08:21:31 +09:00
momo-i
678cf4b6aa
try to get id3v2 tag!
2011-02-16 08:36:47 +09:00
momo-i
8b5aadb73b
update getid3 version 1.8.2 -> 2.0.0b6
...
modified vainfo class (not complete)
2011-02-08 08:39:47 +09:00
momo-i
115500a3e8
added @todo id3tag broken
...
http://ampache.org/bugs/task/158 this is my task.
2011-02-04 10:18:08 +09:00
momo-i
7ef24e84c6
Updated a few informations of function.
2011-02-03 11:56:48 +09:00
momo-i
5da3caed31
Modified header comment for phpdoc
2011-02-03 10:25:54 +09:00
Paul 'flowerysong' Arthur
4f3d8851cf
Break everyone's config by changing metadata gathering.
2010-10-06 16:58:31 +00:00
Paul 'flowerysong' Arthur
7549180515
Some vainfo cleanup. Since id3v2 allows multiple charsets and has a standard way of
...
indicating them, don't try to work around broken id3v2 tags (especially since that
breaks valid tags). For id3v1, use a charset detection approach that actually has a
chance of working.
2010-06-22 21:08:20 +00:00
Paul 'flowerysong' Arthur
4b5756ba9d
Miscellaneous cleanup.
2010-06-13 08:11:09 +00:00
Paul 'flowerysong' Arthur
92c2191e36
Fix bin/print_tags so it accurately reflects what Ampache will see; it was
...
stomping on 'file' results for some reason. Also a smidge of cleanup in vainfo.
2010-05-29 17:47:24 +00:00
Paul 'flowerysong' Arthur
1cb0983ed0
Cosmetics: remove trailing whitespace
2010-03-14 20:14:52 +00:00
Paul 'flowerysong' Arthur
d78c207f76
Cosmetics: use tabs for indentation, tweak some indentation/coding style.
2010-03-14 06:10:27 +00:00
Karl 'vollmerk' Vollmer
45f382b06d
Add vim modelines to all php files (Thx ascheel)
2010-03-14 04:53:15 +00:00
Karl 'vollmerk' Vollmer
f035080a1e
Improved filename pattern matching #575
2009-12-08 00:14:32 +00:00
Karl 'vollmerk' Vollmer
777d880a0a
sync from trunk
2009-11-14 07:32:51 +00:00
Karl 'vollmerk' Vollmer
dc72729c8f
Added multiple id3v2 genre to tag patch from quack23 resolves #564
2009-11-14 04:37:16 +00:00
Karl 'vollmerk' Vollmer
1b35ffb126
sync from 3.5.x branch
2009-08-23 14:20:02 +00:00
momo-i
a0f3195f68
fix empty check for $id3v2['UFID']
2009-07-03 00:02:37 +00:00
momo-i
6136bb1081
fixed for PHP 5.3.0 deprecate warnings
2009-07-02 22:42:40 +00:00
Karl 'vollmerk' Vollmer
62e7eadcba
fix title issue and add some more stuff to the boolean list for preferences
2009-06-02 02:04:59 +00:00
Karl 'vollmerk' Vollmer
94f5610ef6
add MBID support Thx flowerysong
2009-06-02 01:42:55 +00:00
Karl 'vollmerk' Vollmer
02a6123917
tweaked vainfo to accept 1/2 as a valid disk from TPOS also tweaked id3v2 tags to include TPOS in the comments array
2009-04-09 20:51:04 +00:00
momo-i
98d03889cd
fixed default tag encoding to IDO-8859-1
2009-04-06 22:47:08 +00:00
Karl 'vollmerk' Vollmer
55129c3d36
Fixed #424 and applied #423
2009-03-26 21:32:26 +00:00
momo-i
3d226380fe
Fixed: typo
2009-03-16 10:59:29 +00:00
momo-i
8c56f72e4b
Fixed: 1 line lyrics for insert db
2009-03-16 10:54:42 +00:00
momo-i
5591b93313
Fixed: If remote catalog cleaning, always failed.(is_readable), remind next process (file information)
...
Updated: add my TODO @lyrics, id3 language
2009-03-16 09:14:38 +00:00
momo-i
53d288873d
Fixed: id3v2 tag lyrics display
2009-03-10 22:52:52 +00:00
Karl 'vollmerk' Vollmer
d7f8af4f53
fix mp4 video file tag parsing
2009-03-03 00:44:18 +00:00
momo-i
f8def34b7d
Fixed: Show lyrics using id3v2(USLT) if exists
2009-03-02 22:13:55 +00:00
Karl 'vollmerk' Vollmer
7a529eeb8a
move around stats information and split it up, tweak quicktime tag detection
2009-03-02 01:39:10 +00:00
momo-i
96acc29016
Added: lyrics get from getid3 (pls test by any mp3s)
...
Added: debug_print function (pre tag for print_r)
2009-02-24 23:37:19 +00:00
Karl 'vollmerk' Vollmer
917c8198ae
* Add mpeg to list of _parse_avi valid file types
...
* Fixed clear playlist, however it reveled a problem with the get items
* Removed a stupid extra check on database build
2009-02-21 01:42:10 +00:00
Karl 'vollmerk' Vollmer
847ec135fd
failed experiement, decent performance boost on verify by removing a bunch of queries, still some to moreve, should be able to make it faster
2009-02-19 05:02:37 +00:00
Karl 'vollmerk' Vollmer
58900248cc
tweak it so that flv is a valid video type and correctly(??) get the codec from it
2009-02-09 23:04:15 +00:00
Karl 'vollmerk' Vollmer
491b530cca
add a few more columns to the video view, tweak how it picks the title when indexing
2009-02-04 02:49:12 +00:00
Karl 'vollmerk' Vollmer
00effbf554
Add very basic buggy as crap video support, fix a few other minor bugs with playlists and random elements
2009-02-02 04:25:25 +00:00
Karl 'vollmerk' Vollmer
97c0856a21
forgot to do :w
2009-02-01 02:48:50 +00:00
Karl 'vollmerk' Vollmer
4aefc1fadc
incomplete changes, commiting because I need a coding break
2009-02-01 02:45:39 +00:00
Karl 'vollmerk' Vollmer
f593f18131
Commit, still no internet paying for it.. curse you free.fr
2008-10-27 09:24:34 +00:00
momo-i
b000e8a448
Fixed #300 (Thx abs0) and Fixed didn't catch exception first analyze.
2008-09-04 22:20:49 +00:00