This plugin for jellyfin media center fetches metadata from Kinopoisk.
In difference of kinopoisk unofficial plugin it utilizes the official Yandex API, so it could be used behind Russian White-Listed-Internet firewall.
- Navigate to Settings -> Admin Dashboard -> Plugins -> Repositories
- Add a new repository with a Repository URL of
https://raw.githubusercontent.com/MiklinMA/jellyfin-kinopoisk-white/refs/heads/master/manifest.json. The name can be anything you like (such asKinoPoisk). - Save and navigate to Catalogue.
Кинопоиск (белый список)should be present. Click on it and install the latest version.
See the official Jellyfin documentation for install instructions.
- Download a version from the releases tab that matches your Jellyfin version.
- Create a directory KinopoiskWhite inside jellyfin plugins directory.
- Copy KinopoiskWhite.dll file into created directory.
- Restart Jellyfin instance.
- Check if plugin appears on jellyfin plugins page and in the library settings.
- Use dotnet v9.0
- Install dependencies (online)
- Build
- Copy KinopoiskWhite.dll from bin/Debug/net9.0 to KinopoiskWhite subdir in your jellyfin plugins directory.
- Restart jellyfin
- I use official Yandex API and GraphQL which one can find on hd.kinopoisk.ru and www.kinopoisk.ru
- These APIs work as is so I don't know when it begins to behave differently (in this case feel free to create a ticket here)
- The only reason of using these undocumented APIs is that they are available behind the Great Russian Firewall.