1 | // +----------------------------------------------------------------------+ |
---|
2 | // | PHP version 5 | |
---|
3 | // +----------------------------------------------------------------------+ |
---|
4 | // | Copyright (c) 2002-2006 James Heinrich, Allan Hansen | |
---|
5 | // +----------------------------------------------------------------------+ |
---|
6 | // | This source file is subject to version 2 of the GPL license, | |
---|
7 | // | that is bundled with this package in the file license.txt and is | |
---|
8 | // | available through the world-wide-web at the following url: | |
---|
9 | // | http://www.gnu.org/copyleft/gpl.html | |
---|
10 | // +----------------------------------------------------------------------+ |
---|
11 | // | getID3() - http://getid3.sourceforge.net or http://www.getid3.org | |
---|
12 | // +----------------------------------------------------------------------+ |
---|
13 | // | Authors: James Heinrich <infoØgetid3*org> | |
---|
14 | // | Allan Hansen <ahØartemis*dk> | |
---|
15 | // +----------------------------------------------------------------------+ |
---|
16 | // | Dependencies | |
---|
17 | // +----------------------------------------------------------------------+ |
---|
18 | // |
---|
19 | // $Id: dependencies.txt 3318 2009-05-20 21:54:10Z vdigital $ |
---|
20 | |
---|
21 | |
---|
22 | |
---|
23 | READER MODULES: |
---|
24 | |
---|
25 | asf riff module required |
---|
26 | |
---|
27 | bonk id3v2 module optional |
---|
28 | |
---|
29 | id3v2 id3v1 module required |
---|
30 | zlib php support optional |
---|
31 | |
---|
32 | gzip zlib php support optional |
---|
33 | |
---|
34 | jpeg exif php support optional |
---|
35 | |
---|
36 | la riff module required |
---|
37 | |
---|
38 | lpac riff module required |
---|
39 | |
---|
40 | lyrics3 apetag module optional |
---|
41 | |
---|
42 | mpeg mp3 module required |
---|
43 | |
---|
44 | optimfrog riff module required |
---|
45 | |
---|
46 | png zlib php support optional |
---|
47 | |
---|
48 | quicktime mp3 module required |
---|
49 | zlib php support optional |
---|
50 | |
---|
51 | riff mp3 module optional |
---|
52 | ac3 module optional |
---|
53 | dts module optional |
---|
54 | mpeg module optional |
---|
55 | |
---|
56 | shn shorten binary (shorten.exe on windows) required |
---|
57 | |
---|
58 | swf zlib php support required |
---|
59 | |
---|
60 | wavpack riff module required |
---|
61 | |
---|
62 | xiph vorbiscomment binary (vorbiscomment.exe on windows) for md5/sha1 data hashes on ogg vorbis files. |
---|
63 | |
---|
64 | |
---|
65 | |
---|
66 | WRITER MODULES: |
---|
67 | |
---|
68 | apetag apetag (reader) module required |
---|
69 | id3v1 (reader) module required |
---|
70 | lyrics3 (reader) module required |
---|
71 | |
---|
72 | id3v1 id3v1(reader) module required |
---|
73 | |
---|
74 | lyrics3 lyrics3 (reader) module required |
---|
75 | id3v1 (reader) module required |
---|
76 | |
---|
77 | flac metaflac binary |
---|
78 | |
---|
79 | vorbis vorbiscomment binary |
---|