Skip to content

Jellyfin 安装 MetaTube 插件

约 100 字小于 1 分钟

Linux

2023-10-16

部署后端

curl -sL https://raw.githubusercontent.com/metatube-community/metatube-sdk-go/main/docker-compose.yaml -o metatube.yaml
docker compose -f metatube.yaml up -d

安装插件

  1. 进入 Jellyfin 控制台 > 插件目录/存储库 > 设置,点击添加
  2. 输入存储库名称:MetaTube
  3. 输入存储库 URL:https://raw.githubusercontent.com/metatube-community/jellyfin-plugin-metatube/dist/manifest.json
  4. 在插件目录下找到 MetaTube,点击安装
  5. 重启 Jellyfin