emby英文标题及演员同步为中文。 原作者:https://github.com/sleikang/EmbyChineseNameSynchronous.git
2.4K
移步最新docker: ddsderek/mediaservertools:latest
源码请看https://github.com/sleikang/EmbyChineseNameSynchronous.git
拉取镜像 docker pull thsrite/embychisync:latest
运行
docker run -d
--name=EmbyChiSync
--net=host
-e TZ="Asia/Shanghai"
-v <config.yaml配置文件路径>:/mnt/
thsrite/embychisync:latest
config.yaml
sync:
#定时运行时间
time: 86400
#EMBY 域名 包含http(s)和端口号后面不带/
#例如https://xxx.xxx.xxx:8920
embyhost:
#EMBY 用户ID 进EMBY 用户点击管理员账号配置可以在网址上看到userId
embyuserid:
#EMBY api secret
embysecret:
#TMDB APIKEY
tmdbkey:
#是否更新演员
updatepepple: true
#是否更新简述
updateoverview: true
#多线程数
threadnum: 16
#代理ip
http_proxy:
https_proxy:
Content type
Image
Digest
sha256:5f1b99f0d…
Size
51.2 MB
Last updated
about 4 years ago
docker pull thsrite/embychisync