All Projects → Libitum → Jellyfin Plugin Douban

Libitum / Jellyfin Plugin Douban

Licence: mit
Douban metadata provider for Jellyfin

Projects that are alternatives of or similar to Jellyfin Plugin Douban

Cppast.net
CppAst is a .NET library providing a C/C++ parser for header files powered by Clang/libclang with access to the full AST, comments and macros
Stars: ✭ 228 (-7.32%)
Mutual labels:  dotnet-core
Clean Architecture Manga
🌀 Clean Architecture with .NET6, C#10 and React+Redux. Use cases as central organizing structure, completely testable, decoupled from frameworks
Stars: ✭ 3,104 (+1161.79%)
Mutual labels:  dotnet-core
Sharpsnmplib
Sharp SNMP Library- Open Source SNMP for .NET and Mono
Stars: ✭ 247 (+0.41%)
Mutual labels:  dotnet-core
Designpatterns
Simple repository containing one simple example for all existing patterns in C#
Stars: ✭ 231 (-6.1%)
Mutual labels:  dotnet-core
Templates
.NET project templates with batteries included, providing the minimum amount of code required to get you going faster.
Stars: ✭ 2,864 (+1064.23%)
Mutual labels:  dotnet-core
Docs
This repository contains .NET Documentation.
Stars: ✭ 2,625 (+967.07%)
Mutual labels:  dotnet-core
Awesome Dotnet Core
🐝 A collection of awesome .NET core libraries, tools, frameworks and software
Stars: ✭ 15,483 (+6193.9%)
Mutual labels:  dotnet-core
Statiq.framework
A flexible and extensible static content generation framework for .NET.
Stars: ✭ 251 (+2.03%)
Mutual labels:  dotnet-core
Winton.extensions.configuration.consul
Enables Consul to be used as a configuration source in dotnet core applications
Stars: ✭ 239 (-2.85%)
Mutual labels:  dotnet-core
Netcorekit
💗 A crafted toolkit for building cloud-native apps on the .NET platform
Stars: ✭ 248 (+0.81%)
Mutual labels:  dotnet-core
Electron.net Api Demos
Explore the Electron.NET APIs
Stars: ✭ 231 (-6.1%)
Mutual labels:  dotnet-core
Mond
A scripting language for .NET Core
Stars: ✭ 237 (-3.66%)
Mutual labels:  dotnet-core
Dapper.graphql
A .NET Core library designed to integrate the Dapper and graphql-dotnet projects with ease-of-use in mind and performance as the primary concern.
Stars: ✭ 244 (-0.81%)
Mutual labels:  dotnet-core
Perfview
PerfView is a CPU and memory performance-analysis tool
Stars: ✭ 2,924 (+1088.62%)
Mutual labels:  dotnet-core
Moonglade
The .NET 5 blog system of https://edi.wang, runs on Microsoft Azure
Stars: ✭ 249 (+1.22%)
Mutual labels:  dotnet-core
Run Aspnetcore
A starter kit for your next ASP.NET Core web application. Boilerplate for ASP.NET Core reference application, demonstrating a layered application architecture with applying Clean Architecture and DDD best practices. Download 100+ page eBook PDF from here ->
Stars: ✭ 227 (-7.72%)
Mutual labels:  dotnet-core
Mongo2go
Mongo2Go - MongoDB for integration tests (.NET Core)
Stars: ✭ 240 (-2.44%)
Mutual labels:  dotnet-core
Commanddotnet
A modern framework for building modern CLI apps
Stars: ✭ 251 (+2.03%)
Mutual labels:  dotnet-core
Minio Dotnet
MinIO Client SDK for .NET
Stars: ✭ 249 (+1.22%)
Mutual labels:  dotnet-core
Fsharp Companies
Community curated list of companies that use F#
Stars: ✭ 246 (+0%)
Mutual labels:  dotnet-core

Douban plugin for Jellyfin

1. Background

Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. You can find more information in the homepage

Douban is a famous media information website in China. It just like IMDB or TMDB.

This plugin is a remote metadata provider for Jellyfin, which can fetch metadata for movies and TV series from Douban, including rating, summary, casts, etc.

2. Usage

In Jellyfin v10.6.0 or newer version, you can install this plugin by adding repository directly.

Repository URL: https://raw.githubusercontent.com/Libitum/jellyfin-plugin-douban/master/manifest.json

For version older than v10.6.0, please try the way below:

  1. Download from release page or compile by yourself.
  2. Decompress the package, and put the "Douban" directory as the subdirectory of "plugins" in Jellyfin.
    • For Linux, it's in "~/.local/jellyfin/config/plugins"
    • For Mac, it's in "~/.local/share/jellyfin/plugins"
    • For Docker, it's in "/config/plugins" inner Docker
    • For Windows 10, it's in "C:\ProgramData\Jellyfin\Server\plugins" if using Administrator.
    • For other system, if you cannot find it, please let me know.
  3. Restart the Jellyfin service.

3. Features

  1. Support most features of Movie and TV series.
  2. Support fetching background images if the item has suitable backdrop.
  3. Support delay for every request to avoid blocked by Douban.
  4. Do not support merge different seasons into one.

4. Configuration

After installing the plugin, we can enable it in libraries for Movie and TV series.

Firstly, we need to enable the advanced settings to enable image provider which need to be configured later. enable advanced settings

Secondly, please set the language to Chinese. Douban provider will not work in other language. language and country

Thirdly, please enable "Douban TV Provider" for your libraries. Besides, it's "Douban Movie Provider" for type of Movie. enable douban provider

Finally, please enable "Douban Image Provider" as the Series image fetcher. This is only available when you enable the advanced settings before. It could has no posters without this setting. enable image provider

中文版

1. 背景

Jellyfin 是一个免费的多媒体数据管理软件。 详情请见官网

Douban 豆瓣就不用介绍了吧:-)

这个插件是一个 Jellyfin 的元数据提取插件,能够从豆瓣抓取电影和电视剧的元数据,包括评分、简介、 演员等相关信息。

2. 使用方式

对于 v10.6.0 以及更新的 Jellyfin 版本,可以通过添加插件仓库的方式安装。

插件仓库地址:https://raw.githubusercontent.com/Libitum/jellyfin-plugin-douban/master/manifest.json

对于 v10.5.x 及之前的版本,请参考以下方式进行安装:

  1. 从 Release 页面下载最新的版本,或者自行编译。
  2. 把下载的文件解压,然后将 Douban 文件夹放到 Jellyfin 的 "plugins" 目录下。
    • 对于 Linux, plugins 目录在 "$HOME/.local/jellyfin/config/plugins"
    • 对于 Mac 系统, 在 "~/.local/share/jellyfin/plugins"
    • 对于 Docker, 在 Docker 中的 "/config/plugins" 目录下。 相应的宿主机目录请查阅自己 的目录映射配置
    • 对于 Windows 10, 如果使用管理员权限启动的话,在 "C:\ProgramData\Jellyfin\Server\plugins" 目录下。
    • 对于其他系统,如果你找不到位置,请提 issue 或者与我联系。
  3. 重启 Jellyfin Service

3. 功能

  1. 支持获取电影和电视剧类型的元数据;
  2. 支持获取部分电影的背景图片,会在豆瓣海报中尝试寻找合适的图片;
  3. 支持延迟请求,避免被豆瓣官方封禁;
  4. 不支持把多季的电视剧合并成一个。比如:权力的游戏每一季都是分开的,不支持合并在一起。

4. 配置

TODO

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].