Skip to content

ulsdevteam/peertube_media_migration

Repository files navigation

Peertube Migration module

The module includes two migrations. peertube_media_migration_tnfile & peertube_media_migration_tn are together to import the thumbnails associated with remote videos from peertube data source into modern islandora site. peertube_media_migration_file & peertube_media_migration_vtt are chained migration process to migrate the videos' language transcripts from peertube data source into modern islandora site. New drupal image and file entities will be created respectively through these migrations, and each new entity will be automatically associated with the drupal repository item linked to the original remote video.

Usage

  1. Install the module
    • Install via composer (composer require drupal/peertube_media_migration)
  2. Enable the module and its dependencies
    • drush en -y migrate_drupal
    • drush en -y peertube_media_migration
    • Confirm modules status (drush pml --type=module --status=enabled | grep migrate_plus)
  3. Configurate Module Settings Peertube migration module configuration path /admin/configuration/peertube_media_migration

Migration dataflow

  • Vtt migration dataflow

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages