-
Notifications
You must be signed in to change notification settings - Fork 46
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
[Feature Request] adding public tracker list for each download task #137
Comments
This is an interesting idea! Unfortunately, I won't have time for the foreseeable future to dig into a feature this large. :( |
such a nice idea! How can I find "(There is tracker adding API available for download station API)" ? |
The way this project is structured, I've offloaded all of the API implementation to https://github.com/seansfkelley/synology-typescript-api/. Additionally, you can find the official docs linked from that readme: https://global.download.synology.com/download/Document/Software/DeveloperGuide/Package/DownloadStation/All/enu/Synology_Download_Station_Web_API.pdf I'm happy to accept this change if you make it, however, I would like to keep knowledge of any particular tracker or even tracker lists out of extension. If you implement it, I suggest a setting that accepts a URL from which tracker lists can be fetched. |
Thanks for the help. However, I can't find any information about modify tracker for a certain task from official docs. Appreciate any help if I've missed anything. |
Hm, you're right, I don't see anything in the documentation. That's the only documentation I've ever used to use their API, so I'm not aware of any other way to figure out what's available, if it's undocumented, without examining the network traffic in DSM. :/ |
Seems we got some undocumented juice 🍡 api=SYNO.DownloadStation2.Task.BT.Tracker&method=add fetch("https://NASIP/webapi/entry.cgi", { There has some bugs anyway. adding new tracker just not working if a magnet task is pending for DHT response. |
adding public tracker list for each download task.
github tracker list:
https://github.com/ngosang/trackerslist
The proposal:
This would accelerate the downloading quite a bit.
Thanks.
The text was updated successfully, but these errors were encountered: