Emby插件-Metatube搭建的使用
VPS上部署Metatube的后端
docker run -d -p 8080:8080 -v $PWD/config:/config --name metatube ghcr.io/metatube-community/metatube-server:latest -dsn /config/metatube.dbversion: '3.8'
services:
metatube:
image: ghcr.io/metatube-community/metatube-server:latest
container_name: metatube
ports:
- "8080:8080"
volumes:
- ./config:/config
command: -dsn /config/metatube.db
restart: unless-stoppedEmby安装插件
从 Releases 下载 MetaTube 最新插件
解压出 MetaTube.dll 文件
将 dll 文件复制到 Emby 插件目录
重启 Emby 服务
常见的 Emby 插件目录如下:/volume1/Emby/plugins
版权声明:
本站所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自
Fan Book!
喜欢就支持一下吧