[Share] Film Tagger - OMDb Metadata Enrichment #567
Vaikri-costume
started this conversation in
Action Scripts
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Convert items to film type and fetch complete metadata from OMDb (Open Movie Database). Adds title, year, runtime, language, plot, directors, cast, IMDb ID, country, genre, and rating.
Event
None
Operation
Script
Data
Anything else
IMPORTANT: Add Your API Key!
Before saving, you MUST replace this line in the script:
javascriptconst OMDB_API_KEY = "YOUR_API_KEY_HERE";
With your actual key:
javascriptconst OMDB_API_KEY = "a1b2c3d4"; // Your actual key here
How to Get Your Free API Key:
Go to: https://www.omdbapi.com/apikey.aspx
Click: "FREE! (1,000 daily limit)"
Enter your email
Check your email for activation link
Click activation link
Copy your API key
Paste it in the script
Beta Was this translation helpful? Give feedback.
All reactions