Motrix icon indicating copy to clipboard operation
Motrix copied to clipboard

有关Motrix种子下载完成后,无法持续做种的问题

Open YoungZhao2001 opened this issue 1 year ago • 6 comments

种子文件在Motrix下载完成后。 不关闭Motrix,则可以做种; 关闭Motrix或重启电脑后,原本已经下载好的文件都无法在列表中展示,即无法持续做种。 是否可以在页面中增加“已完成”模块,对于已经完成的种子文件可以持续做种,而不受软件关闭的影响,谢谢。

YoungZhao2001 avatar Apr 03 '23 01:04 YoungZhao2001

应该将其报告为错误而不是功能请求,不是吗?

ImBIOS avatar Apr 03 '23 23:04 ImBIOS

这个应该不算是程序错误吧,我觉得应该算是设计缺陷,😀

YoungZhao2001 avatar Apr 06 '23 00:04 YoungZhao2001

找到aria2.conf 然后输入一行force-save=true。也就是在任务完成后保留下载进行时候的那个.aria2文件 。

然后设置里面也设置成做种直到手动停止。

.aria2文件跟下载完成的资源要放在同一个文件夹里面。种子文件可以随意。

然后把种子文件拖到motrix就可以继续做种了,注意建立任务的时候保存路径要选到 .aria跟资源在一起的那个文件夹

soneyang2333 avatar Apr 28 '23 09:04 soneyang2333

Simply add "check-integrity=true" in aria2.conf

Normally if you lose a control file, you cannot resume download. But if you have a torrent or metalink with chunk checksums for the file, you can resume the download without a control file by giving -V option to aria2c in command-line.

theSkyflutter avatar May 04 '23 13:05 theSkyflutter

Simply add "check-integrity=true" in aria2.conf

Normally if you lose a control file, you cannot resume download. But if you have a torrent or metalink with chunk checksums for the file, you can resume the download without a control file by giving -V option to aria2c in command-line.

this works, but still need to add the same task and make the save path as the local folder that already downloaded, not convenient enough.

minatoAI avatar Apr 13 '24 08:04 minatoAI

找到aria2.conf 然后输入一行force-save=true。也就是在任务完成后保留下载进行时候的那个.aria2文件 。

然后设置里面也设置成做种直到手动停止。

.aria2文件跟下载完成的资源要放在同一个文件夹里面。种子文件可以随意。

然后把种子文件拖到motrix就可以继续做种了,注意建立任务的时候保存路径要选到 .aria跟资源在一起的那个文件夹

Simply add "check-integrity=true" in aria2.conf

Normally if you lose a control file, you cannot resume download. But if you have a torrent or metalink with chunk checksums for the file, you can resume the download without a control file by giving -V option to aria2c in command-line.

感谢二位!我综合了你们的办法,在aria2.conf结尾添加了force-save=true和check-integrity=true,就可以一直做种所有下载完毕的文件了! 查找aria2.conf的方法:打开任务管理器,找到aria2c.exe,在右键菜单中选择“打开文件所在位置”: image 然后就能看到aria2.conf了: image

English version: thank you both! i merged your solutions, which is, appending "force-save=true" and "check-integrity=true" to the end of aria2.conf. then i can keep seeding all the file that newly downloaded. the way you locate aria2.conf:open your task manager, find process "aria2c.exe". then right click on it, chose "open the location where the file locates": image then you can see aria2.conf: image

pullingtab avatar Jul 23 '24 04:07 pullingtab