ablwr / media-collection-viewer

visualizations/charts for media collections, based on mediainfo
Apache License 2.0
14 stars 2 forks source link

Media Collection Viewer

Demo is live

Description

Upload a mediainfo.json (mediainfo ~/path/to/audiovideo/files/* --Output=JSON > mediainfo.json) to get charts that provide you with a high-level overview of your collections.

Prototype -- can't guarantee success! šŸ˜…

Project goals

Charts

Code

yew documentation

How to install

npm install

How to run in debug mode

# Builds the project and opens it in a new browser tab. Auto-reloads when the project changes.
npm start

How to build in release mode

# Builds the project and places it into the `dist` folder.
npm run build

How to run unit tests

# Runs tests
npm test