JohnDoee / deluge-client

A very lightweight pure-python Deluge RPC Client
MIT License
87 stars 14 forks source link

Adding torrents #9

Closed mgaulton closed 6 years ago

mgaulton commented 6 years ago

Hey There, I'm having issues with the AutoAdd plugin and multiple folders so I'm looking to add torrents, with labels, from paths. i'm wondering how I might do that with your code? I'm not that familiar with the API. for each in Folder1 Folder2; do for each in $(ls *.torrent); do (add torrent with label code)

JohnDoee commented 6 years ago

That's not really what this client is for.