dvcol / synology-download

Synology Download Station browser extension built with React.
https://dvcol.github.io/synology-download/
MIT License
57 stars 6 forks source link

[bug]: Is one-click queuing of magnets actually supported? #219

Closed benmargolin closed 1 year ago

benmargolin commented 1 year ago

Affected part

Content script (inside the page)

Extension version

3.10.0

DSM version

7.1

Browser version

Chrome 118.0.5993.89 (windows)

Description

One-click of magnet urls --> to download station is listed as one of the features, and I can't get it to work. When I click on magnets I get 2 options, "Send to Synology" and "Open custom modal". I just want the download to begin...

What setting in the options would enable this?

Steps to Reproduce the Issue

Click (left) on magnet url, for example on torrentgalaxy.to (note that hovering over a magnet link shows a magnet:?xt=... URL so seems correct. Get 2 options in mini 'popup'. Desired experience: magnet is added to download queue on synology automatically, instead of needing another click.

Screenshots or Mock up

No response

Failure Logs

No response

Store snapshots

No response

dvcol commented 1 year ago

If one or more menu is setup in quick menu or context menu (default behaviour), a dropdown will appear to choose the action.

If only one option is setup on quick menu, the action will be used as default and will trigger without dropdown.

To achieve this, just delete the unwanted actions in the menu:

image