shin-young-in87 downloadsAutomatically fetch Korean movie information from KOBIS and TMDB APIs based on note title.
💡 Inspired by Korean Book Search 이 플러그인은 lazerfit님의 Korean Book Search 플러그인에서 영감을 받아 제작되었습니다. This plugin is inspired by Korean Book Search by lazerfit.
한국 영화 정보를 자동으로 가져오는 Obsidian 플러그인입니다. 파일명을 기반으로 KOBIS(영화진흥위원회)와 TMDB API에서 영화 메타데이터를 검색하여 frontmatter를 자동으로 채워줍니다.
An Obsidian plugin that automatically fetches Korean movie information. Based on the filename, it searches KOBIS (Korean Film Council) and TMDB APIs to auto-fill frontmatter with movie metadata.
Create a new markdown file with a Korean movie title as the filename
기생충.md, 올드보이.md, 살인의 추억.mdActivate the plugin using one of these methods:
The plugin will automatically:
For a file named 기생충.md, the plugin generates:
---
tags: [드라마, 스릴러, 코미디]
title: 기생충
titleEn: Parasite
director: 봉준호
actors: 송강호, 이선균, 조여정, 최우식, 박소담
genre: 드라마
releaseDate: 2019-05-30
runtime: 131
nation: 한국
company: CJ엔터테인먼트
poster: https://image.tmdb.org/t/p/w500/...
movieCd: 20184889
tmdbId: 496243
myRate: 0
watchStatus: 보고싶음
watchDate: 2026-02-02
---
Toggle these optional fields in Settings:
Add your own custom frontmatter fields:
location: CGV 강남, rating: ★★★★★# Install dependencies
npm install
# Build the plugin
npm run build
# Development mode (auto-rebuild on changes)
npm run dev
korean-movie-search/
├── main.ts # Main plugin class
├── manifest.json # Plugin metadata
├── src/
│ ├── movieService.ts # API integration (KOBIS + TMDB)
│ └── localeService.ts # Localization service
└── locales/
├── ko/messages.ts # Korean translations
└── en/messages.ts # English translations
MIT License
Made with ❤️ for Korean cinema enthusiasts