`
xinlanzero
  • 浏览: 251864 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

getID3() Drupal 6 Installation

    博客分类:
  • PHP
 
阅读更多

#D7CX: I pledge that GetID3 will have a full Drupal 7 release on the day that Drupal 7 is released.

The getID3() Drupal module facilitates the installation and management of the getID3() PHP library, used to extract useful information from MP3s and other multimedia file formats.

This API module is used by other modules to ensure that getID3() is correctly installed. Developers who need the getID3() functionality can make this a dependency by their module, and then call the getid3_load() function to properly use the getID3() library without having to worry about whether it's installed or not.

Drupal 6 Installation

Use drush:

drush en getid3

Or do it manually:

 

  1. Place the entire getid3 directory into your modules directory (sites/all/modules is the usual location).
  2. Create a new folder for the getID3 library at:
    cd YOUR-DRUPAL-ROOT
    mkdir -p sites/all/libraries/getid3
  3. Go to http://www.getid3.org/ and download the latest stable version (currently 1.7.9) into the new directory:
    cd sites/all/libraries/getid3
    wget "http://downloads.sourceforge.net/project/getid3/getID3%28%29%201.x/1.7.9/getid3-1.7.9.zip"
  4. Unzip the contents of the zip file into sites/all/modules/getid3/ so that write.php is located in sites/all/libraries/getid3/getid3/:
    unzip getid3-1.7.9.zip
  5. Delete the demos directory:
    rm -r demos/
  6. Go to Administer > Site building > Modules and enable the GetID3 module.
  7. Go to Administer > Settings > getID3. If you see the version you just downloaded, the module is installed correctly.
分享到:
评论

相关推荐

    getID3 (php)

    要使用`getID3`,首先需要下载`getID3`的最新版本,例如在本例中是`getID3-master`压缩包。解压后,将`lib`目录中的所有文件复制到你的项目中,然后通过`require_once`或`include_once`引入主类文件`getid3/getid3....

    getID3.zip1

    $getID3 = new getID3; $analysis = $getID3->analyze('path/to/your/file.mp3'); echo "Artist: " . $analysis['tags']['id3v2']['artist'][0] . "\n"; echo "Title: " . $analysis['tags']['id3v2']['title'][0] ...

    getID3.rar

    $getID3 = new \getID3(); $ThisFileInfo = @$getID3->analyze($destName); //分析文件,$path为音频文件的地址(文件绝对路径) $fileduration= $ThisFileInfo['playtime_seconds']; //这个获得的便是音频文件的...

    getID3 获取音乐文件播放时间长度

    获取音乐文件播放时间长度的类 require_once('/getid3/getid3.... $getID3 = new getID3; $audioInfo = $getID3->analyze($audioServPath); $duration = $audioInfo['playtime_seconds']; var_dump($duration);

    getID3-master.zip

    在这个"getID3-master.zip"压缩包中,包含了`getID3`库的完整源代码,你可以通过它来实现对上传视频时长的判断以及其他相关功能。下面将详细介绍`getID3`库以及如何使用它。 `getID3`是一个强大的PHP类库,它能够...

    getID3.zip

    《利用getID3库获取音视频信息的深度解析》 在数字化时代,音视频内容的处理与分析变得日益重要。为了更好地管理和理解这些媒体文件,我们需要获取它们的详细信息,如时长、编码格式、比特率等。在PHP环境中,一个...

    getID3-1.9.19.zip

    《利用getID3库获取音视频信息详解》 在IT行业中,处理音视频文件时,我们经常需要获取诸如时长、编码格式、比特率等元数据信息。这时,一个强大的工具——getID3库就显得尤为重要。getID3是一款开源的PHP类库,...

    getid3.zip

    "getid3.zip" 是一个包含多个PHP模块的压缩包,专门用于在PHP环境中解析和获取音频、视频文件的各种信息。这个工具的核心是`getid3.php`,它提供了一个强大的接口来处理不同类型的多媒体文件,如MP3、QuickTime、ASF...

    getID3-1.9.9-20141218.zip_getID3 1.9_id3

    1.9.9-20141218是getID3库的一个特定版本,发布于2014年12月18日。 此版本的getID3支持ID3v1和ID3v2标签,这两个版本都有不同的结构和包含的信息类型。ID3v1是较早的版本,包含基本信息,如标题、艺术家、专辑和...

    getID3-master

    《深入理解getID3:音视频信息提取的关键技术》 在数字媒体时代,音频和视频文件已经成为我们日常生活中不可或缺的一部分。为了更好地管理和分析这些文件,我们需要获取它们的各种元数据,如时长、编码格式、艺术家...

    getID3-1.9.20-源码.rar

    《深入解析getID3库:1.9.20版本源码剖析》 getID3是一个流行的PHP类库,用于从音频和视频文件中提取元数据,如艺术家、专辑、曲目标题、时长、比特率等信息。这个1.9.20版本的源码提供了深入理解如何与多媒体文件...

    PHP getID3类的使用方法学习笔记【附getID3源码下载】

    这个类对于开发人员来说非常有用,特别是在需要处理媒体文件信息的应用程序中,例如在聊天功能中发送语音消息时,可以通过getID3来获取语音消息的时长。 ### 使用方法学习笔记 首先,要在PHP项目中使用getID3类,...

    harmonyos2-getID3:获取ID3

    getID3() by James Heinrich () 可在或 getID3() 在多个许可下发布。 您可以从以下许可中进行选择,并根据最适合您的项目的许可条款使用 getID3。 GNU通用公共许可证: GNU LGPL: Mozilla MPL: getID3 商业许可证...

    zf-getid3-module:由 James Heinrich 编写的 GetID3 库的 ZF2 包装器

    ZfGetid3模块介绍这个小模块包装了 James Heinrich ( ) 为 Zend Framework 2 编写的 GetID3 库。可以通过ServiceLocator访问 GetID3 实例。要求请参阅文件。安装运行以下composer命令: $ composer require guliano/...

    PHP编程获取音频文件时长的方法【基于getid3类】

    为了实现这一功能,可以使用第三方库类——getid3。该类是一个开源工具,能够解析多种不同格式的音频文件,从中提取包括文件时长在内的多种元数据信息。 getid3类库使用非常简便。首先,需要将getid3.php文件包含到...

    getID3()-开源

    getID3()是一个PHP脚本,可从MP3和其他多媒体文件格式(Ogg,WMA,WMV,ASF,WAV,AVI,AAC,VQF,FLAC, MusePack,Real,QuickTime,Monkey's Audio,MIDI等)。

    PHP 利用getid3 获取mp3、mp4、wav等媒体文件时长等数据

    (积分会自动改,需要的留言)哈哈哈哈哈,csdn终于可以设置所需积分了。全部设置0. 亲测有效 https://blog.csdn.net/github_38854224/article/details/81030411

    PHP 获取视频video音频audio详情【时长、大小、尺寸、格式等】

    $getID3 = new getID3(); $fileInfo = $getID3->analyze($filePath); $getID3->error_handler = function ($error) { echo "Error: {$error['message']}"; }; // 清理不必要的数据 unset($fileInfo['play...

    php提取MP3_WAV_OGG_AIF元数据

    $getID3 = new getID3; $file_info = $getID3->analyze('path/to/audio.mp3'); echo "Title: " . $file_info['tags']['id3v2']['title'][0]; ``` 此代码将打印出MP3文件的标题。对于其他格式,如WAV、OGG和AIF,...

Global site tag (gtag.js) - Google Analytics