Julian

Results 19 comments of Julian

similarly to #227, i don't own a synology download station and thus unfortunately cannot investigate/run tests/fix this. pull requests are appreciated, if you can somehow get me access to one...

uh... alright. so you're saying: 1. auth v3 as-is in 55fdb5d 2. .torrent file upload: `api=SYNO.DownloadStation2.Task` and `version=2` instead of `SYNO.DownloadStation.Task` and `version=3` 3. `file` parameter is actually called `"file"`...

> the destination (which is the Synology share path to store the downloaded file) also needs to be included. so this is something the user has to enter individually, yes?...

okay, give f838db5 (+fix) a go. [zip](https://github.com/bogenpirat/remote-torrent-adder/archive/refs/heads/synology-v3.zip). - hardcoded version=2 back into the v2 post body - changed the v3 post uri - the sickchill commit shows a different endpoint...

there's no labels in transmission or its rpc api, at least not that i can see. directories would be a possibility, but i'd have to introduce the rutorrent-style selection dialog...

hey, thanks for your quick work! changing the version number already fixes #303? cool. any clue whether it's a good idea to create a separate new client so that older...

good idea - i implemented something like that based on this PR in https://github.com/bogenpirat/remote-torrent-adder/commit/b02a83c3b9f92be56a687bb3a55463fcf2a96dd3. there's now an API version selection in the options of RTA. standard is `v2` so as...

right, missed one (55fdb5db9b8658e7165653504fab2ea078848d0c). new zip: https://github.com/bogenpirat/remote-torrent-adder/archive/refs/heads/synology-v3.zip mind testing .torrent and magnet links?

i'm confused. you did set the version setting in your server's config in RTA's options, yes? ![image](https://user-images.githubusercontent.com/1835496/113560162-d7d39200-9602-11eb-8179-eba31d0f5e4d.png) i've gone over it a few times now and tested the calls to...

just did some research whether it's possible; it is. the API docs for this are here: https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-(qBittorrent-4.1)#add-new-torrent i'm currently not interested in adding this myself (sorry), but might get to...