Ghost/ghost/importer-handler-media
Naz 9347e996f8
Created Media Importer Handler package
refs https://github.com/TryGhost/Toolbox/issues/523

- We need media file imports. Media handler is one of the pre-processing parts that need to be done during the import process
- Media import handler is handling import files with following extensions: ".mp4",".webm", ".ogv", ".mp3", ".wav", ".ogg", ".m4a"
- The implementation is largely a copy-paste with class syntax adjustments from the "/core/server/data/importer/handles/image.js" module
- There are a lot of code similarities between media and image import handlers. The new "ImporterMedia" class could serve as a generic base class for file-storage-related imports
2023-03-01 15:55:10 +08:00
..
lib Created Media Importer Handler package 2023-03-01 15:55:10 +08:00
test Created Media Importer Handler package 2023-03-01 15:55:10 +08:00
.eslintrc.js Created Media Importer Handler package 2023-03-01 15:55:10 +08:00
index.js Created Media Importer Handler package 2023-03-01 15:55:10 +08:00
package.json Created Media Importer Handler package 2023-03-01 15:55:10 +08:00
README.md Created Media Importer Handler package 2023-03-01 15:55:10 +08:00

Importer Media

Media content importer

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests