- Create credentials for Google Drive using the wizard
- Add those credentials to a file in the project root called 'credentials.js'
export const API_KEY = "YOUR_API_KEY"
export const CLIENT_ID = "YOUR_CLIENT_ID"
- Run the project using
npm run dev
View the live demo at my personal site.
Click the '+' in the top right of the page. Either choose a folder from the list or paste in the ID. Once a library has been created, click "Update". It will find all the items. Check the console for updates. Once it has found all the items (or before, it still works), click "Refresh MetaData". It will match all the items to the Movie DB.
- Switch to Vue
- Better library creation process
This whole thing is still a bit janky. Give me a shout in the Issues for new feature requests.