OpenListTeam / OpenListTeam/OpenList
[Feature] 前端推送到Aria2下载能指定目录吗?
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 24.7k
- Forks
- 2.3k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 36
Description
请确认以下事项
-
我已确认阅读并同意 AGPL-3.0 第15条 。
本程序不提供任何明示或暗示的担保,使用风险由您自行承担。 -
我已确认阅读并同意 AGPL-3.0 第16条 。
无论何种情况,版权持有人或其他分发者均不对使用本程序所造成的任何损失承担责任。 -
我确认我的描述清晰,语法礼貌,能帮助开发者快速定位问题,并符合社区规则。
-
我已确认阅读了OpenList文档。
-
我已确认没有重复的问题或讨论。
-
我认为此问题必须由
OpenList处理,而非第三方。 -
我已确认此功能尚未被实现。
-
我已确认此功能是合理的,且有普遍需求,并非我个人需要。
需求描述
目前的Aria2推送只能下载到预设的目录下面,不知道可否指定子目录。
如下aria-download是设置的默认下载目录,在推送设置对应的子目录可以方便分类
aria-download
- 电影
- 大陆剧集
- 日韩剧集
- 亲爱的X
- S01E01.mkv
- ...
实现思路
点击推送时可以输入下载文件处于aria-download下的哪一级子目录里,如 日韩剧集\ ,在拼接文件路径时做拼接或者其他处理 如 日韩剧集\亲爱的X\S01..... 。默认创建目标文件夹。
附加信息
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the Aria2 push flow and the push settings entry point to see how the default download directory and destination path are assembled. Add a way to provide a relative subdirectory, preserve the default when none is entered, and verify that nested directories are created and downloads arrive in the requested location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100