Files
tv/README.txt

39 lines
1.0 KiB
Plaintext
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.

1.确认宿主系统中安装了rclone
以Ubuntu/Debian为例
apt update;apt install -y rclone
以openwrt为例:
opkg update; opkg install rclone
以alpine为例:
apk install rclone
2.使用install.sh把压缩文件展开
sh install.sh
3.进入embysim目录
cd embysim
4.按照emby.external目录中的alistservers.template.txt的样子自己生成alistservers.txt
cp alistservers.template.txt alistservers.txt
5.执行runembysim.sh
sh runembysim.sh
程序会自动探测本机IP如果探测失败需要到runembysim.sh和rclonemount.sh中修改SELFIP成为真实的ip
emby的元数据自动匹配服务连接的服务器都是被墙的需要科学上网所以建议embysim
docker以bridge方式运行因为host模式会共享主机的ip有可能会把ipv6引入导致翻墙困难。
可以修改runembysim.sh加入-e HTTP_PROXY和-e HTTPS_PROXY
指向实际的翻墙代理,或直接在软路由上做分流,分流域名是:
*.themoviedb.org
*.tmdb.org
*.thetvdb.com
*.fanart.tv