openscopeproject / TrguiNG

Remote GUI for Transmission torrent daemon
GNU Affero General Public License v3.0
265 stars 32 forks source link

Feature Request: Add torrents in background #209

Closed Cris-- closed 1 week ago

Cris-- commented 3 weeks ago

Hi,

if i open a .torrent in Windows and running TrguiNG in the background (tray only), TrguiNG window is opening. Add an option please: Add torrents in background only.

qu1ck commented 3 weeks ago

Sorry, this is unlikely to ever be implemented because of the architecture of the app. Adding torrents is implemented in the frontend which requires the window to be open to work.

Best I can offer is an option to not pop the window into focus if "Skip add dialog" is enabled, this way the torrent will be added silently if the window is in the background.

qu1ck commented 1 week ago

On further investigation not popping the window into focus may not reliably wake up the front end javascript engine if the window was hidden for a while on some systems. So this is not feasible as far as I can tell.