qBittorrent
-
Rclone+qbittorrent实现自动上传
文章介绍了如何通过qbittorrent下载完成后自动执行rclone脚本,将文件上传至Google Drive或OneDrive,并在上传完成后自动删种。首先需安装qbittorrent和rclone并完成云盘挂载。利用qbittorrent的“Run external program on torrent completion”功能,设置对应的rclone move或copy命令即可自动上传。注意路径末尾斜杠的处理方式。通过示例说明,下载及上传效果良好,适用于在线播放及流量统计需求。
-
BT/PT:服务器部署qBittorrent
部署qBittorrent服务器需使用Debian 10或11系统,推荐11版本。可通过1panel应用商店一键部署,执行bash脚本并替换用户名和密码。安装过程中建议选择qBittorrent 4.1.9版本,不安装Deluge和自动删除种子功能,但需安装Tweaked_BBR,并确认通过命令lsmod | grep bbr能看到bbrx表示成功。4.1.9版需修改配置文件将DiskWriteCacheSize设为128,保存后重启服务器。若文件缺失,可在finalshell中直接编辑路径 /home/用户名/qBittorrent/。