https://github.com/robertgarrigos/getid3
This Backdropcms module implements an API to use the getID3 library to get data from multimedia files
https://github.com/robertgarrigos/getid3
backdropcms
Last synced: over 1 year ago
JSON representation
This Backdropcms module implements an API to use the getID3 library to get data from multimedia files
- Host: GitHub
- URL: https://github.com/robertgarrigos/getid3
- Owner: robertgarrigos
- License: gpl-2.0
- Created: 2024-10-23T16:10:09.000Z (over 1 year ago)
- Default Branch: 1.x-2.x
- Last Pushed: 2024-10-23T20:53:16.000Z (over 1 year ago)
- Last Synced: 2024-10-24T08:40:03.145Z (over 1 year ago)
- Topics: backdropcms
- Language: PHP
- Homepage: https://backdropcms.org
- Size: 528 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
getID3t
======================
The getID3() module facilitates the installation and management of the [getID3() PHP library](https://www.getid3.org), 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 use the getID3() library.
Installation
------------
- Install this module using the official Backdrop CMS instructions at
https://docs.backdropcms.org/documentation/extend-with-modules.
- Visit the configuration page under Administration > Configuration > Category >
Foo (admin/config/media/getid3) and enter the required information.
Issues
------
Bugs and feature requests should be reported in [the Issue Queue](https://github.com/backdrop-contrib/getid3/issues).
Current Maintainers
-------------------
- [Robert Garrigos](https://github.com/robertgarrigos).
- Seeking additional maintainers.
Credits
-------
- Ported to Backdrop CMS by [Robert Garrigos](https://github.com/robertgarrigos).
- Originally written for Drupal by [Matt Glaman](https://github.com/mglaman) and [many others](https://github.com/robertgarrigos/getid3/graphs/contributors)
License
-------
This project is GPL v2 software.
See the LICENSE.txt file in this directory for complete text.