--- a/wp/wp-includes/ID3/readme.txt Mon Jun 08 16:11:51 2015 +0000
+++ b/wp/wp-includes/ID3/readme.txt Tue Jun 09 03:35:32 2015 +0200
@@ -2,6 +2,7 @@
/// getID3() by James Heinrich <info@getid3.org> //
// available at http://getid3.sourceforge.net //
// or http://www.getid3.org //
+// also https://github.com/JamesHeinrich/getID3 //
/////////////////////////////////////////////////////////////////
*****************************************************************
@@ -67,13 +68,13 @@
===========================================================================
Reads & parses (to varying degrees):
-# tags:
+ ¤ tags:
* APE (v1 and v2)
* ID3v1 (& ID3v1.1)
* ID3v2 (v2.4, v2.3, v2.2)
* Lyrics3 (v1 & v2)
-# audio-lossy:
+ ¤ audio-lossy:
* MP3/MP2/MP1
* MPC / Musepack
* Ogg (Vorbis, OggFLAC, Speex)
@@ -85,7 +86,7 @@
* DSS
* VQF
-# audio-lossless:
+ ¤ audio-lossless:
* AIFF
* AU
* Bonk
@@ -104,7 +105,7 @@
* WAV (RIFF)
* WavPack
-# audio-video:
+ ¤ audio-video:
* ASF: ASF, Windows Media Audio (WMA), Windows Media Video (WMV)
* AVI (RIFF)
* Flash
@@ -114,7 +115,7 @@
* Quicktime (including MP4)
* RealVideo
-# still image:
+ ¤ still image:
* BMP
* GIF
* JPEG
@@ -123,7 +124,7 @@
* SWF (Flash)
* PhotoCD
-# data:
+ ¤ data:
* ISO-9660 CD-ROM image (directory structure)
* SZIP (limited support)
* ZIP (directory structure)
@@ -309,7 +310,7 @@
(http://web.inter.nl.net/users/hvdh/lossless/lossless.htm)
* Support for RIFF-INFO chunks
* http://lotto.st-andrews.ac.uk/~njh/tag_interchange.html
- (thanks Nick Humfrey <njh@surgeradio*co*uk>)
+ (thanks Nick Humfrey <njhØsurgeradio*co*uk>)
* http://abcavi.narod.ru/sof/abcavi/infotags.htm
(thanks Kibi)
* Better support for Bink video
@@ -324,23 +325,23 @@
* Support for IFF
* Support for ICO
* Support for ANI
-* Support for EXE (comments, author, etc) (thanks p*quaedackers@planet*nl)
+* Support for EXE (comments, author, etc) (thanks p*quaedackersØplanet*nl)
* Support for DVD-IFO (region, subtitles, aspect ratio, etc)
- (thanks p*quaedackers@planet*nl)
+ (thanks p*quaedackersØplanet*nl)
* More complete support for SWF - parsing encapsulated MP3 and/or JPEG content
- (thanks n8n8@yahoo*com)
+ (thanks n8n8Øyahoo*com)
* Support for a2b
* Optional scan-through-frames for AVI verification
- (thanks rockcohen@massive-interactive*nl)
-* Support for TTF (thanks info@butterflyx*com)
+ (thanks rockcohenØmassive-interactive*nl)
+* Support for TTF (thanks infoØbutterflyx*com)
* Support for DSS (http://www.getid3.org/phpBB3/viewtopic.php?t=171)
* Support for SMAF (http://smaf-yamaha.com/what/demo.html)
http://www.getid3.org/phpBB3/viewtopic.php?t=182
* Support for AMR (http://www.getid3.org/phpBB3/viewtopic.php?t=195)
* Support for 3gpp (http://www.getid3.org/phpBB3/viewtopic.php?t=195)
-* Support for ID4 (http://www.wackysoft.cjb.net grizlyY2K@hotmail*com)
+* Support for ID4 (http://www.wackysoft.cjb.net grizlyY2KØhotmail*com)
* Parse XML data returned in Ogg comments
-* Parse XML data from Quicktime SMIL metafiles (klausrath@mac*com)
+* Parse XML data from Quicktime SMIL metafiles (klausrathØmac*com)
* ID3v2 genre string creator function
* More complete parsing of JPG
* Support for all old-style ASF packets
@@ -424,7 +425,7 @@
"movi" chunk that fits in the first 2GB, should issue error
to show that playtime is incorrect. Other data should be mostly
correct, assuming that data is constant throughout the file)
-
+* PHP <= v5 on Windows cannot read UTF-8 filenames
Known Bugs/Issues in other programs
@@ -600,4 +601,4 @@
* http://cpansearch.perl.org/src/RGIBSON/Audio-DSS-0.02/lib/Audio/DSS.pm
* http://trac.musepack.net/trac/wiki/SV8Specification
* http://wyday.com/cuesharp/specification.php
-* http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/Nikon.html
+* http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/Nikon.html
\ No newline at end of file