Movie watchlist management using org-mode.
- First, get
OMDb API key
here. - Set
org-movies-api-key
to your API key:(setq org-movies-api-key "YOUR_API_KEY")
- To import IMDb watchlist CSV file to an Org file, call
org-movies-import-csv
- Use
org-movies-from-url
to integrate withorg-capture
(setq org-capture-templates '(("m" "Movie" entry (file+headline "~/org/movies.org" "To-watch") "%(call-interactively 'org-movies-from-url)")))