Home
last modified time | relevance | path

Searched refs:getid3_lib (Results 76 – 81 of 81) sorted by relevance

1234

/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php327 getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'write.php', __FILE__, true);
787 getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'module.audio.mp3.php', __FILE__, true);
1125 getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'module.tag.id3v1.php', __FILE__, true);
1703 $playtimes[] = getid3_lib::PlaytimeString($row2['playtime_seconds']);
1776 getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'module.tag.id3v1.php', __FILE__, true);
1777 getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'module.tag.id3v2.php', __FILE__, true);
1891 getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'module.tag.id3v1.php', __FILE__, true);
1985 getid3_lib::IncludeDependency(GETID3_INCLUDEPATH.'write.id3v1.php', __FILE__, true);
2190 …echo '<tr><th align="left">Average Playtime</th><td>'.getid3_lib::PlaytimeString($row['AvgPlaytime…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.id3v1.php29 if (!getid3_lib::intValueSupported($info['filesize'])) {
H A Dgetid3.lib.php15 class getid3_lib class
/plugin/jplayer/
H A Dcomposer.lock91 …r than 2GB on 32-bit PHP (also on 64-bit PHP on Windows) or executing `getid3_lib::CopyTagsToComme…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt186 * getid3_lib::GetDataImageSize return false on error
569 ¤ getid3_lib::GetDataImageSize now requires $imageinfo parameter
609 ¤ getid3_lib::CastAsInt() now returns ints up to 2^31 (not 2^30)
625 * Bugfix: getid3_lib::CastAsInt returned -2147483648 when passed
728 * Bugfix: Added escapeshellarg() call in getid3_lib::hash_data
734 * Bugfix: Added escapeshellarg() call in getid3_lib::hash_data
746 * Rewrote getid3_lib::GetDataImageSize() to use GetImageSize()
1103 ¤ CopyTagsToComments() is now available in getid3_lib
1281 ¤ Wrapped getid3.functions.php into getid3_lib class
1286 Moved getid3.rgad.php functions into getid3_lib
[all …]
H A Dstructure.txt41 getid3_lib::CopyTagsToComments($ThisFileInfo)

1234