- ✅
Watch added folders for new moviesat 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
- Edit / Delete / Mark as Watched
- Rotten tomatoes & Metacritic scores
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.