本帖最后由 mjj没jj 于 2022-5-31 19:51 编辑
很多人求教程 我简单说下 电影资源是BT下载传到gd的 用到的工具是qbittorrent github地址: https://github.com/Aniverse/qbittorrent-nox-static 是在gcp洛杉矶完成的边下载边上传 gcp下行流量免费 上行到google服务流量免费 qbittorrent可以设置下载完成后运行自动运行脚本做到下载完后用rclone命令上传gd 上传完后删除种子和本地文件(俗称吸血模式) 所以gcp开40g硬盘大概就够 需要注意要限制下qbittorrent上传速度 避免跑过多gcp付费流量 种子文件和脚本一起到打包百毒网盘 脚本需要根据自己情况改一下 链接: https://pan.baidu.com/s/1eCLiLvF4a77MrWztcxuMMQ?pwd=d88a 提取码: d88a 另外小**资源也是坛友分享给我的
然后贴一下arm debian或ubuntu 安装jellyfin命令 apt install wget curl sudo -y wget -O – https://repo.jellyfin.org/debian/jellyfin_team.gpg.key | sudo apt-key add – echo "deb [arch=$( dpkg –print-architecture )] https://repo.jellyfin.org/debian $( lsb_release -c -s ) main" | sudo tee /etc/apt/sources.list.d/jellyfin.list sudo apt update -y sudo apt install jellyfin -y sudo systemctl restart jellyfin 安装emby也可以 除了emby有设备数量限制其他基本一样
最后再贴一下我rclone的挂载参数 rclone mount google:/ /google –cache-dir /Temp –vfs-cache-mode full –vfs-cache-max-size 80g –vfs-cache-max-age 16666h –allow-other –daemon
最后媒体库设置完成后需要关闭用户转码 避免CPU转码 |