/moviemonkey

Simple movie manager

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

Movie Monkey - simple, open-source movie manager

http://getmoviemonkey.com

Movie Monkey Screenshot

Roadmap for v1

  • Watch added folders for new movies at launch
  • Allow user to manually add movies that were not identified automatically
  • Open Folder / Open IMDb options on movie details page
  • TV show support
  • Autoupdate

Future roadmap

  • Edit / Delete / Mark as Watched
  • Rotten tomatoes & Metacritic scores

To Install

This is built from electron-react-quick-start. To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/shrihari/moviemonkey.git moviemonkey
# Go into the repository
cd moviemonkey/app
# Install dependencies
npm install
# Start the webpack first
npm run dev
# In different terminal, start app
npm start

After making changes to renderer.js hit Ctrl+R in app window to reload manually There is no hot reloading. This is a minimal boilerplate code that will just get you started.

Learn more about Electron and its API in the documentation.