- ✅
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
# Install dependencies
npm install
# Start webpack first
npm run watch
# In different terminal, start app in development mode
npm run dev