Drupal modules for browsing and managing Fedora-based digital repositories.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Jordan Dukart adbfea79a4
Check if the cue has changed before updating the HTML. (#853)
3 years ago
..
config/schema Add submodules to CI testing (#749) 5 years ago
js Check if the cue has changed before updating the HTML. (#853) 3 years ago
src/Plugin captions v2 (#826) 4 years ago
templates audio captions part 2 (#830) 3 years ago
tests D9 islandora (#809) 4 years ago
CONTRIBUTING.md Continue branch renaming. 3 years ago
LICENSE islandora_audio plugin module (#114) 6 years ago
README.md Continue branch renaming. 3 years ago
islandora_audio.info.yml D9 islandora (#809) 4 years ago
islandora_audio.libraries.yml audio captions part 2 (#830) 3 years ago
islandora_audio.module captions v2 (#826) 4 years ago

README.md

Islandora Audio

Minimum PHP Version Contribution Guidelines LICENSE

Introduction

Provides actions to convert audio with a Homarus (ffmpeg) server.

Requirements

  • islandora and islandora_core_feature
  • A Homarus microservice
  • A message broker (e.g. Activemq) for Islandora 8
  • An instance of islandora-connector-derivative (from Alpaca) configured for Homarus

Installation

For a full digital repository solution (including a Homarus microservice), see our installation documentation.

To download/enable just this module, use the following from the command line:

$ composer require islandora/islandora
$ drush en islandora_core_feature
$ drush mim islandora_tags
$ drush en islandora_audio

Documentation

Official documentation is available on the Islandora 8 documentation site.

Development

If you would like to contribute, please get involved by attending our weekly Tech Call. We love to hear from you!

If you would like to contribute code to the project, you need to be covered by an Islandora Foundation Contributor License Agreement or Corporate Contributor License Agreement. Please see the Contributors pages on Islandora.ca for more information.

We recommend using the islandora-playbook to get started.

License

GPLv2