kigrok1 downloadsOrganize movies, series, and other media as visual cards with automatic metadata from OMDb.
Organize your movies, series, and books into a stunning visual gallery directly within Obsidian.
Automatically fetch metadata, track your viewing progress, and manage your media collection with ease.
Find Library in the Obsidian Community Plugins browser, or install it manually via the GitHub Releases.
Library.md).🎬 Movies, Type: Movie).Create a new note and add the IMDb URL to the frontmatter — the plugin will automatically fetch all metadata:
---
Type: Movie
URL: https://www.imdb.com/title/tt1375666/
---
⚠️ Important: To trigger automatic metadata fetching, add the
URLfield with a link to the movie or series page on IMDb. The plugin extracts the IMDb ID from the URL and uses it to pull all data (title, year, genre, poster, rating, creator, etc.) via the OMDb API.You can also fill in
TypeandNamewithout a URL — the plugin will search OMDb by title. However, providing the IMDb URL guarantees the most accurate match.
The plugin reads and writes to standard YAML frontmatter. You can edit these fields manually or let the plugin manage them automatically.
---
Type: Movie
Name: Inception
Year: 2010
Genre:
- Action
- Sci-Fi
Creator:
- Christopher Nolan
Rating IMDB: 8.8
My Rating: 9
Cover: https://m.media-amazon.com/images/...
URL: https://www.imdb.com/title/tt1375666/
Progress: 1/1
Complete: true
Date: 01.03.2026
---
---
Type: Series
Name: Stranger Things
Year: 2016
End Year: 2025
Season: 5
Genre:
- Drama
- Fantasy
- Horror
Creator:
- The Duffer Brothers
Rating IMDB: 8.7
My Rating: 9
Cover: https://m.media-amazon.com/images/...
URL: https://www.imdb.com/title/tt4574334/
Progress: 25/42
Complete: false
Date: 01.03.2026
---
📺 Series auto-update: When new episodes air, the plugin automatically updates the total episode count in
Progress(e.g.,25/42→25/50) and theSeasoncount, while keeping your watched count intact.
| Command | Description |
|---|---|
Fetch IMDb rating for current note |
Manually trigger a full metadata update for the active note. Also runs automatically when you open a note. |