Changeset 29734 for trunk/src/wp-includes/ID3/readme.txt
- Timestamp:
- 09/11/2014 07:06:33 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ID3/readme.txt
r24696 r29734 3 3 // available at http://getid3.sourceforge.net // 4 4 // or http://www.getid3.org // 5 // also https://github.com/JamesHeinrich/getID3 // 5 6 ///////////////////////////////////////////////////////////////// 6 7 … … 68 69 69 70 Reads & parses (to varying degrees): 70 #tags:71 ¤ tags: 71 72 * APE (v1 and v2) 72 73 * ID3v1 (& ID3v1.1) … … 74 75 * Lyrics3 (v1 & v2) 75 76 76 #audio-lossy:77 ¤ audio-lossy: 77 78 * MP3/MP2/MP1 78 79 * MPC / Musepack … … 86 87 * VQF 87 88 88 #audio-lossless:89 ¤ audio-lossless: 89 90 * AIFF 90 91 * AU … … 105 106 * WavPack 106 107 107 #audio-video:108 ¤ audio-video: 108 109 * ASF: ASF, Windows Media Audio (WMA), Windows Media Video (WMV) 109 110 * AVI (RIFF) … … 115 116 * RealVideo 116 117 117 #still image:118 ¤ still image: 118 119 * BMP 119 120 * GIF … … 124 125 * PhotoCD 125 126 126 #data:127 ¤ data: 127 128 * ISO-9660 CD-ROM image (directory structure) 128 129 * SZIP (limited support) … … 310 311 * Support for RIFF-INFO chunks 311 312 * http://lotto.st-andrews.ac.uk/~njh/tag_interchange.html 312 (thanks Nick Humfrey <njh @surgeradio*co*uk>)313 (thanks Nick Humfrey <njhØsurgeradio*co*uk>) 313 314 * http://abcavi.narod.ru/sof/abcavi/infotags.htm 314 315 (thanks Kibi) … … 325 326 * Support for ICO 326 327 * Support for ANI 327 * Support for EXE (comments, author, etc) (thanks p*quaedackers @planet*nl)328 * Support for EXE (comments, author, etc) (thanks p*quaedackersØplanet*nl) 328 329 * Support for DVD-IFO (region, subtitles, aspect ratio, etc) 329 (thanks p*quaedackers @planet*nl)330 (thanks p*quaedackersØplanet*nl) 330 331 * More complete support for SWF - parsing encapsulated MP3 and/or JPEG content 331 (thanks n8n8 @yahoo*com)332 (thanks n8n8Øyahoo*com) 332 333 * Support for a2b 333 334 * Optional scan-through-frames for AVI verification 334 (thanks rockcohen @massive-interactive*nl)335 * Support for TTF (thanks info @butterflyx*com)335 (thanks rockcohenØmassive-interactive*nl) 336 * Support for TTF (thanks infoØbutterflyx*com) 336 337 * Support for DSS (http://www.getid3.org/phpBB3/viewtopic.php?t=171) 337 338 * Support for SMAF (http://smaf-yamaha.com/what/demo.html) … … 339 340 * Support for AMR (http://www.getid3.org/phpBB3/viewtopic.php?t=195) 340 341 * Support for 3gpp (http://www.getid3.org/phpBB3/viewtopic.php?t=195) 341 * Support for ID4 (http://www.wackysoft.cjb.net grizlyY2K @hotmail*com)342 * Support for ID4 (http://www.wackysoft.cjb.net grizlyY2KØhotmail*com) 342 343 * Parse XML data returned in Ogg comments 343 * Parse XML data from Quicktime SMIL metafiles (klausrath @mac*com)344 * Parse XML data from Quicktime SMIL metafiles (klausrathØmac*com) 344 345 * ID3v2 genre string creator function 345 346 * More complete parsing of JPG … … 425 426 to show that playtime is incorrect. Other data should be mostly 426 427 correct, assuming that data is constant throughout the file) 427 428 * PHP <= v5 on Windows cannot read UTF-8 filenames 428 429 429 430
Note: See TracChangeset
for help on using the changeset viewer.