-
Notifications
You must be signed in to change notification settings - Fork 173
Auto-start torrents drag-and-dropped into Flood #853
Comments
I can see that when the torrent is dragged into the torrentlist, it looks up the startTorrentsOnLoad property in settings. This is automatically set to "false" in the default settings, and there is no way to change this property in settings without manually editing the db. I suggest adding a General tab in settings, that allows you to change this property. I'll see if I can fix it, and I'll make a pull request. |
Clic on the |
The problem isn't that there is a way to add the torrent and start automatically. The problem is that there is no reason for the torrent to wait for user interaction to start downloading when it has been dragged into flood. |
@jakoblover Try what I wrote you before posting please. |
Okay that works, I just read wrong. But that's so un-intuitive. Why not just put the setting in options where it belongs? |
True. But at least we have a workaround that we have to set once |
Type: Feature Request
Summary
Torrents that are added to Flood through the upper right hand corner button can start to download automatically. However, torrents that are just drag-and-dropped into the overview of torrents are idle until I manually press start. It would be nice to be able to drag-and-drop torrent files from a folder into Flood and have them start downloading automatically.
Idea of implementation
Implement auto-download when drag-and-dropping torrent files into Flood. This is similar to how ruTorrent behaves. Alternatively, implement a checkbox in settings to allow users to decide for themselves.
The text was updated successfully, but these errors were encountered: