#5253 closed Enhancement (wontfix)
Open torrent from clipboard button
Reported by: | kmb32123 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | None Set |
Component: | Web Client | Version: | 2.76 |
Severity: | Normal | Keywords: | |
Cc: |
Description
I feel transmission-daemon should have a button in the toolbar to open a torrent from the clipboard.
In other words, a function that would replace the act of hitting, Open Torrent > V > Upload, to simply Open From Clipboard.
Not a huge enhancement but should be easy to implement and would save a few clicks every time you add a torrent through the daemon.
Change History (7)
comment:1 Changed 8 years ago by jordan
comment:2 Changed 8 years ago by kmb32123
comment:3 Changed 8 years ago by jordan
- Component changed from Daemon to Web Client
comment:4 Changed 8 years ago by livings124
The web client already is a bit jam packed with buttons. I feel that putting a button for this non-critical feature isn't worth the space tradeoff.
comment:5 Changed 8 years ago by livings124
- Resolution set to wontfix
- Status changed from new to closed
comment:6 follow-up: ↓ 7 Changed 8 years ago by kmb32123
Well if you dont want use up toolbar space, you could detect a url that is dragged onto the torrent_container div.
The user would simply drag the download link for a .torrent file onto the div and from there it would be added to the list.
comment:7 in reply to: ↑ 6 Changed 8 years ago by killemov
Replying to kmb32123:
Well if you dont want use up toolbar space, you could detect a url that is dragged onto the torrent_container div. The user would simply drag the download link for a .torrent file onto the div and from there it would be added to the list.
That would work, because that is what I implemented in Shift ( https://forum.transmissionbt.com/viewtopic.php?f=8&t=12555 ). The entire window is a droppable area for links, torrents and text files containing links.
Hi KMB, thanks for suggesting this and I would appreciate if you could help me to understand your request. transmission-daemon doesn't have any GUI at all, so I don't know which toolbar you're referring to.