#1549 closed patch (Fixed)
Allow for arbitrary protocols in "add"
Reported by: | mathbr | Owned by: | nick |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | Console UI | Version: | other (please specify) |
Keywords: | Cc: |
Description
The "add" command should allow for arbitrary protocols to enable usage like this:
$ deluge-console add http://url/to/file.torrent
Attached is a patch which uses Gio to accomplish this. Not handled here are private trackers which require sending cookies or the like.
Attachments (1)
Change History (10)
by , 14 years ago
Attachment: | deluge-console-add-gio.patch added |
---|
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Milestone: | Future → 1.3.2 |
---|
comment:3 by , 14 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:4 by , 14 years ago
Milestone: | 1.3.2 → 1.4.0 |
---|
comment:5 by , 14 years ago
this is now supported. you can add both urls and magnet uris using the add command and from the add dialog.
it doesn't currently use gio but rather uses the add_torrent_url and add_torrent_magnet functionality from core. if we move to using gio more generally in deluge these can be updated to use gio.
comment:6 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:7 by , 14 years ago
Thanks a lot. :-)
Just curious: is it not common within Deluge to link to the changeset if a ticket is marked as fixed?
comment:8 by , 9 years ago
Milestone: | 2.0.x → 2.0 |
---|
Use Gio to process the file argument