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 | // | List of binary files required under Windows for some features and/or | |
---|
17 | // | file formats. | |
---|
18 | // +----------------------------------------------------------------------+ |
---|
19 | // |
---|
20 | // $Id: readme.windows.txt 3318 2009-05-20 21:54:10Z vdigital $ |
---|
21 | |
---|
22 | |
---|
23 | |
---|
24 | Windows users may want to download the latest version of the |
---|
25 | "getID3()-WindowsSupport" package and extract it to c:\windows\system32 |
---|
26 | or another directory in the system path. |
---|
27 | |
---|
28 | The package is required for these features: |
---|
29 | |
---|
30 | * Shorten support. |
---|
31 | * md5_data/sha1_data of Ogg Vorbis files |
---|
32 | |
---|
33 | The package will also greatly speed up calculation of md5_data for other |
---|
34 | files. |
---|
35 | |
---|
36 | |
---|
37 | |
---|
38 | Included files: |
---|
39 | ===================================================== |
---|
40 | |
---|
41 | Taken from http://www.cygwin.com/ |
---|
42 | * cygwin1.dll |
---|
43 | |
---|
44 | Taken from http://unxutils.sourceforge.net/ |
---|
45 | * head.exe |
---|
46 | * md5sum.exe |
---|
47 | * tail.exe |
---|
48 | |
---|
49 | Taken from http://ebible.org/mpj/software.htm |
---|
50 | * sha1sum.exe |
---|
51 | |
---|
52 | Taken from http://www.vorbis.com/download.psp |
---|
53 | * vorbiscomment.exe |
---|
54 | |
---|
55 | Taken from http://flac.sourceforge.net/download.html |
---|
56 | * metaflac.exe |
---|
57 | |
---|
58 | Taken from http://www.etree.org/shncom.html |
---|
59 | * shorten.exe |
---|