An open API service indexing awesome lists of open source software.

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

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.