source: extensions/charlies_content/getid3/readme.windows.txt @ 3318

Last change on this file since 3318 was 3318, checked in by vdigital, 15 years ago

+ Add Charlies' content to depository

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 KB
RevLine 
[3318]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
24Windows users may want to download the latest version of the
25"getID3()-WindowsSupport" package and extract it to c:\windows\system32
26or another directory in the system path.
27
28The package is required for these features:
29
30    * Shorten support.
31    * md5_data/sha1_data of Ogg Vorbis files
32   
33The package will also greatly speed up calculation of md5_data for other
34files.
35
36
37
38Included files:
39=====================================================
40
41Taken from http://www.cygwin.com/
42* cygwin1.dll
43
44Taken from http://unxutils.sourceforge.net/
45* head.exe
46* md5sum.exe
47* tail.exe
48
49Taken from http://ebible.org/mpj/software.htm
50* sha1sum.exe
51
52Taken from http://www.vorbis.com/download.psp
53* vorbiscomment.exe
54
55Taken from http://flac.sourceforge.net/download.html
56* metaflac.exe
57
58Taken from http://www.etree.org/shncom.html
59* shorten.exe
Note: See TracBrowser for help on using the repository browser.