Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
YoungZhao2001 opened this issue Apr 3, 2023 · 6 comments
Open
Labels
enhancement ✨ New feature or request

Comments

@YoungZhao2001
Copy link

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

@YoungZhao2001 YoungZhao2001 added the enhancement ✨ New feature or request label Apr 3, 2023
@ImBIOS
Copy link
Contributor

ImBIOS commented Apr 3, 2023

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

@YoungZhao2001
Copy link
Author

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

@soneyang2333
Copy link

soneyang2333 commented Apr 28, 2023

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

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

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

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

@theSkyflutter
Copy link

theSkyflutter commented May 4, 2023

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.

@minatoAI
Copy link

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.

@pullingtab
Copy link

找到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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants