diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-19 04:26:11 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-19 04:26:11 +0000 |
commit | d45a743f64419e590a59cb1589abde773505c7d7 (patch) | |
tree | dfd10d245bcf7afc6a180a6203c9cf1ca44e3675 /modules/id3/getid3/helperapps | |
parent | 1c1ad6ef87a034ee6491844b1650cd6aa0cb3093 (diff) | |
download | ampache-d45a743f64419e590a59cb1589abde773505c7d7.tar.gz ampache-d45a743f64419e590a59cb1589abde773505c7d7.tar.bz2 ampache-d45a743f64419e590a59cb1589abde773505c7d7.zip |
improved quarantine a little more and updated to new getid3 some genre issues still unresolved
Diffstat (limited to 'modules/id3/getid3/helperapps')
-rw-r--r-- | modules/id3/getid3/helperapps/readme.txt | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/modules/id3/getid3/helperapps/readme.txt b/modules/id3/getid3/helperapps/readme.txt new file mode 100644 index 00000000..c210a598 --- /dev/null +++ b/modules/id3/getid3/helperapps/readme.txt @@ -0,0 +1,55 @@ +///////////////////////////////////////////////////////////////// +/// getID3() by James Heinrich <info@getid3.org> // +// available at http://getid3.sourceforge.net // +// or http://www.getid3.org // +///////////////////////////////////////////////////////////////// +// // +// /helperapps/readme.txt - part of getID3() // +// List of binary files required under Windows for some // +// features and/or file formats // +// See /readme.txt for more details // +// /// +///////////////////////////////////////////////////////////////// + +This directory should contain binaries of various helper applications +that getID3() depends on to handle some file formats under Windows. + +The location of this directory is configurable in /getid3/getid3.php +as GETID3_HELPERAPPSDIR + +If this directory is empty, or you are missing any files, please +download the latest version of the "getID3()-WindowsSupport" package +from the usual download location (http://getid3.sourceforge.net) + + + +Included files: +===================================================== + +Taken from http://www.cygwin.com/ +* cygwin1.dll + +Taken from http://unxutils.sourceforge.net/ +* head.exe +* md5sum.exe +* tail.exe + +Taken from http://ebible.org/mpj/software.htm +* sha1sum.exe + +Taken from http://www.vorbis.com/download.psp +* vorbiscomment.exe + +Taken from http://flac.sourceforge.net/download.html +* metaflac.exe + +Taken from http://www.etree.org/shncom.html +* shorten.exe + + +///////////////////////////////////////////////////////////////// + +Changelog: + +2003.12.29: + * Initial release
\ No newline at end of file |