AutoSeed icon indicating copy to clipboard operation
AutoSeed copied to clipboard

脚本运行组件缺失问题

Open lichengxu19 opened this issue 4 years ago • 4 comments

ubuntu bash运行时显示无transmission-remote,使用apt install 无法找到该软件包,想使用qbittorrent作为转种客户端

lichengxu19 avatar Nov 18 '20 09:11 lichengxu19

sudo apt install transmission-cli

rachpt avatar Nov 18 '20 11:11 rachpt

感谢您的回复,不过我之前已经安装过transmission-cli,重新运行sudo apt install transmission-cli后,使用sudo bash /home/AutoSeed/main.sh运行脚本,返回的是transmission.sh: line 73: transmission-remote 127.0.0.1:9091 --auth username:passkey: command not found ,我想使用的客户端是qbittorrent,所以没有配置关于transmission的下载器

lichengxu19 avatar Nov 18 '20 12:11 lichengxu19

脚本是围绕transmission写的,你想要围绕qbt的话,可以出钱出力让别人写一个。

Rhilip avatar Nov 18 '20 13:11 Rhilip

@lichengxu19 你肯定是没有修改这里 为 qbittorrent https://github.com/rachpt/AutoSeed/blob/2fe4f723cbe00e0159af698e8aef8ee65ec91ec6/settings.sh#L36

只使用 qbittorrent 是完全可以的。transmission-cli 主要是依赖其中的 transmission-show 命令获取种子文件的内容信息。 以前有考虑过换成 dumptorrent 代替 transmission-show 的依赖,但是 dumptorrent 在一些操作系统上需要编译安装,不方便。

@Rhilip 🤣

rachpt avatar Nov 18 '20 13:11 rachpt