Sean Kelley
Sean Kelley
Blocked on https://github.com/seansfkelley/synology-typescript-api/issues/3.
Hey there, glad you like the extension! The new restrictions placed on extensions in Firefox 57+ have dropped a number of features, and based on my searching the documentation, this...
Hm, interesting, it looks like uGet Integration uses a pair of rather invasive APIs to get the job done, but between them most use-cases are probably covered: - [`downloads.onCreated`](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/downloads/onCreated) (used...
Hm, interesting, thanks for the links. It looks like it only supports the `magnet` protocol (due to limitations in [`registerProtocolHandler`](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/registerProtocolHandler) and [`protocol_handlers`](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/manifest.json/protocol_handlers)), not `.torrent` files served over HTTP(S). It does...
I see the value in this, though I'm unsure if it's something I want to bring into scope of this project as it's a good chunk of work and I...
Hey there, thanks for the information and offer! Judging by the screenshots, I think you're actually referring to a different browser extension, as this one does not yet have that...
Actually, reading your post again, it looks like your suggestion isn't necessarily related to https://github.com/seansfkelley/synology-download-manager/issues/128, it just happens to be there. My mistake! I'm still interested in any more detail...
Timeouts are another such case, per #166. I wonder if there should be opt-out notifications about such errors, since they could affect the download behavior (such as if it uselessly...
This is an interesting idea! Unfortunately, I won't have time for the foreseeable future to dig into a feature this large. :(
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...