forked from xaozai/DS-Helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReadMe.txt
28 lines (20 loc) · 1.05 KB
/
ReadMe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
### DownloadStation Helper
The application is designed to simplify the process of adding download tasks to DownloadStation on your Synology DiskStation.
After upgrading my DS214SE, I found that this application could not connect anymore to DownloadStation.
So I gave a try to update the API requests and got it working.
Big thanks to:
- xaozai, the original author, for his work on this app
https://github.com/xaozai/DS-Helper
- plneto and the community from Synology.Api.Client. Thanks to that, I could compare what was going wrong with the old requests.
https://github.com/plneto/Synology.Api.Client
What is working:
- Tasks creation with URLs and magnet links.
- Tasks listing.
- Tasks deletion.
- Destination Folder creation on the NAS.
What is NOT working (yet?):
- Tasks creation from local .torrent files:
this one is something I want to look at, but could be impossible due to the API behaviour changes since DownloadStation 3.8.16.
What should be improved:
- replace GetVersionEx() since it's declared as deprecated.
-----