安装
bash -c "$(curl http://docker.xiaoya.pro/update_new.sh)" -s host
我在群辉上执行 /etc/xiaoya
会报没有权限,所以是手动提前建了这个文件夹给了权限再重新执行的。
获取阿里云盘 token
https://alist.nn.ci/zh/guide/drivers/aliyundrive.html#%E5%88%B7%E6%96%B0%E4%BB%A4%E7%89%8C
获取 open token
https://alist.nn.ci/tool/aliyundrive/request.html
ip:5678 就可以访问小雅了
定时清理
bash -c "$(curl -s xiaoyahelper.zengge99.eu.org/aliyun_clear.sh | tail -n +2)" -s 3
挂载到 emby
在 xiaoya 的配置文件里添加 emby_sever.txt
内容是
127.0.0.1:8096
准备元数据
在 /etc/xiaoya/ 创建 media
bash -c "$(curl http://docker.xiaoya.pro/update_metainfo.sh)" -s /媒体库目录 /小雅配置文件所在目录
sudo bash -c "$(curl http://docker.xiaoya.pro/update_metainfo.sh)" -s /etc/xiaoya/media/ /etc/xiaoya/
将 /etc/xiaoya/media 挂载到 emby 的容器里。
下载 https://link.zhihu.com/?target=https%3A//pan.baidu.com/s/1zQSfu5eUggKQGU_ra_6LtA%3Fpwd%3Droot
目录名为 root,在 emby 和 jellyfin 挂载的 config 目录里有一个 root,合并这两个目录。
参考
https://zhuanlan.zhihu.com/p/673584505