Easily search movies and tv shows info via Kinopoisk and create notes.
Search movies and tv shows info in Kinopoisk
Use Kinopoisk.dev API to get the information.
Click the link to install the Kinopoisk Search plugin: Install Link
Or, Search in the Obsidian Community plugin. And install it.
You need to get API token to use this plugin. Follow the link, choose free plan and follow steps.
You can set the file name format. The default format is {{name}} ({{year}})
.
Set the folder location where the new file is created. Otherwise, a new file is created in the Obsidian Root folder.
You can set the template file location. There is an example template at the bottom.
Please also find a definition of the variables used in this template below (see: Template variables definitions).
---
Каталог: "[[Фильмы]]"
Название: "{{name}}"
Год: {{year}}
Страна: "{{countries}}"
Жанр: [{{genres}}]
Режиссер: "[[{{director}}]]"
Продолжительность: {{movieLength}}
Статус: В бэклоге
Рейтинг: {{ratingKp}}
Оценка:
Дата просмотра:
coverUrl: {{posterUrl}}
aliases:
- "{{name}}"
- "{{alternativeName}}"
tags:
- фильм
---
![|300]({{posterUrl}})
# Описание
{{description}}
# Ссылки
- {{kinopoiskUrl}}
Please find here a definition of the possible variables to be used in your template. Simply write {{name}}
in your template, and replace name by the desired data, including:
name | description |
---|---|
name | The title of the movie/tv-show. |
year | The year when movie/tv-show was made |
countries | The countries had involved with this movie/tv-show development |
countriesLinks | The countries list embeded in Obsidian link [[]] |
genres | Genres of this movie/tv-show |
genresLinks | Genres of this movie/tv-show embeded in Obsidian link [[]] |
director | The name of the movie director. |
movieLength | The length of the movie in minutes |
posterUrl | Movie/tv-show poster image URL. |
alternativeName | The alternative name of the movie/tv-show |
description | Movie/tv-show description. |
kinopoiskUrl | The URL to movie/tv-show page on Kinopoisk |
seasonsCount | The count of seasons in tv-show |
seriesInSeasonCount | The average count of episodes in tv-show season |
seriesLength | The average length of the tv-show episode in minutes |
isComplete | Completed tv-show or not (Can be true or false) |
ratingKp | User raiting on KinoPoisk |
ratingImdb | User raiting on IMDB |
imdbId | Movie/tv-show ID on IMDB |
tmdbId | Movie/tv-show ID on TMDB |
kpHDId | Movie/tv-show ID on KinoPoisk HD |
If you want that countries and genres will be not just strings but list of items, you need put it in properties (YAML) like this: [{{genres}}]
To present countriesLinks and genresLinks variables as string no need to put them in quotation marks (only use {{countriesLinks}}
or [{{countriesLinks}}]
).
Obsidian Kinopoisk Plugin is licensed under the GNU AGPLv3 license. Refer to LICENSE for more information.