Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

History
49 lines (29 loc) · 1.17 KB

README.md

File metadata and controls

49 lines (29 loc) · 1.17 KB

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