当前Tr Web Control在添加种子的时候,保存路径只能在已有项目的路径中进行选择。希望Tr Web Control本身提供一个配置文件预置一些路径。
Contributor guide
Tech stack
javascripthtmlcss
Domain
frontend
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
2
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
half day
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
Basic JavaScriptUnderstand Transmission Web Control UI
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
70
Research direction
Review the current path selection implementation in the Transmission Web Control codebase. Look for the file where save paths are handled (likely in JavaScript). Investigate how configuration is currently managed (if any). Suggest creating a JSON config file (e.g., 'presetPaths.json') that users can edit. Update the UI to read from this file and populate the dropdown. Ensure backward compatibility.