Files
nexus/wiki/entities/Jellyfin.md

53 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Jellyfin"
type: entity
tags: [media-server, open-source, docker, synology]
---
## 基本信息
- **类型**:开源媒体服务器
- **官网**https://jellyfin.org/
- **源码**https://github.com/jellyfin/jellyfin
- **Docker 镜像**nyanmisaka/jellyfin优化版含硬件转码支持
- **许可证**GNU GPL
## 核心能力
- 自托管媒体服务器,支持电影、电视节目、音乐、有声书
- 自动从 TMDB、TVDB、TheMovieDB 等源刮削元数据(海报、简介、评分、字幕)
- 支持 DLNA、Chromecast、AirPlay 协议
- 多用户管理和观看历史
- Web 界面 + 客户端 AppiOS/Android/Roku/Fire TV
## 技术架构
- 基于 .NET 的跨平台媒体服务
- Subsonic API 兼容(可使用 Navidrome 客户端访问)
- Jellyfin-Web 为官方前端,客户端通过 Jellyfin API 通信
- 支持硬件转码Intel QuickSync/NVENC/VAAPI降低 CPU 占用
## 与 Plex 的关系
Jellyfin 是 Plex 媒体服务器的去GPLGPL许可分支2018年从 Plex 分叉:
- 核心功能完全同构
- Jellyfin 完全开源,无闭源组件
- Plex 有更好的商业生态( Plex Pass 高级功能)
## 部署环境
- [[Synology NAS DS718]](当前)
- 媒体存储路径:/volume2/movie、/volume1/TV shows
- 公网访问https://jellyfin.ishenwei.online:18096
## 在媒体平台中的位置
```
[/volume2/movie] ──→ [[Jellyfin]] ←── [/volume1/TV shows]
刮削元数据TMDB/TVDB
Web UI + 客户端 App
```
## Aliases
- Jellyfin Media Server
- nyanmisaka/jellyfinDocker 优化镜像)