DEV Community

Cover image for Offline Video Player is here
Alain D'Ettorre
Alain D'Ettorre

Posted on • Edited on

1

Offline Video Player is here

[EDIT] Support for subtitles added

Offline Video Player is a new Express MVC application allowing you to watch a lot of videos in a row, without distractions. It also keeps track of your progress automatically and let's you export/import it.

It works completely offline as the name implies though, so you have to put video files into the app's /videos folder in order to make it work.

How to use

  1. Install
git clone https://github.com/alaindet/offline-video-player.git
cd offline-video-player
npm install
Enter fullscreen mode Exit fullscreen mode
  1. Move your .mp4 video files into the /videos folder

  2. Start

npm start
Enter fullscreen mode Exit fullscreen mode

Alt Text

Alt Text

Alt Text

Cover photo by Darren Bockman on Unsplash

Top comments (0)

This post blew up on DEV in 2020:

js visualized

🚀⚙️ JavaScript Visualized: the JavaScript Engine

As JavaScript devs, we usually don't have to deal with compilers ourselves. However, it's definitely good to know the basics of the JavaScript engine and see how it handles our human-friendly JS code, and turns it into something machines understand! 🥳

Happy coding!

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay