Skip to content

jbdemonte/electron-video-browser

Repository files navigation

Electron Video Browser

Presentation

This project is just a playground I built to discover Electron through a React app.

screenshot

It lists movies from the file system, extract their informations (codec, quality...) using ffprobe (ffmpeg) and shows covers from TMDB.

It uses those libraries:

Notice

My goal was to test electron, not to provide a real app. I limited my test to my laptop. Works on my MacBook Pro, on macOS Catalina, version 10.15.5

Installation

yarn

Development

Build the application using:

yarn build

Start it using:

yarn start

or Watch it using:

yarn watch

Build a distribuable package

yarn build-app

Screencast

screencast

About

React app to mimic a file browser, showing video files with cover and format informations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published