NetWatcher2

Suggest, post, or discuss plugins for Deluge
Post Reply
morgenman
New User
New User
Posts: 5
Joined: Tue Apr 29, 2014 3:09 am

NetWatcher2

Post by morgenman »

I loved the NetWatcher plugin which paused all torrents when a ip was active.
However, I wanted it to simply limit the speed instead of pausing all of them.
Here is the plugin with the updated functionality!
https://github.com/morgenman/NetWatcher2/releases
I would love to get feedback
note that this sets the speed limit per torrent not the global speed limit so it is cross compatible with the scheduler plugin
Added Updated Release that only applies speed limit to automanaged torrents
emrecnl
New User
New User
Posts: 8
Joined: Wed Oct 07, 2015 10:08 am

Re: NetWatcher2

Post by emrecnl »

Doesn't seem like working. I also tried first Netwatcher, no luck.
Deluge Host: Ubuntu Server 14.04.03 amd64
Deluge Clients: Windows 7 x64 & Linux Mint 17.2 Cinnamon amd64
morgenman
New User
New User
Posts: 5
Joined: Tue Apr 29, 2014 3:09 am

Re: NetWatcher2

Post by morgenman »

Are you running the python 2.7 version of deluge?
morgenman
New User
New User
Posts: 5
Joined: Tue Apr 29, 2014 3:09 am

Re: NetWatcher2

Post by morgenman »

And make sure your torrents have the automanaged flag on
emrecnl
New User
New User
Posts: 8
Joined: Wed Oct 07, 2015 10:08 am

Re: NetWatcher2

Post by emrecnl »

It's working now. I was on Windows and couldn't see plugin under preferences because Deluge Windows version is using python 2.6
I set it with Linux works fine now. Thanks a lot.
edit: Okay I see Deluge has 2.7 python version for Windows already. Installing that one now.
Deluge Host: Ubuntu Server 14.04.03 amd64
Deluge Clients: Windows 7 x64 & Linux Mint 17.2 Cinnamon amd64
morgenman
New User
New User
Posts: 5
Joined: Tue Apr 29, 2014 3:09 am

Re: NetWatcher2

Post by morgenman »

no problem, glad I could help.
I wish I still had my dev setup still working, I would make a 2.6 plugin. I have found that several other plugins are a little glitchy on 2.7 but are fine on 2.6.
if I ever get the time I'll do it
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: NetWatcher2

Post by Cas »

Reading the wiki about installing plugins might help...
InstallingPlugins wrote:If a plugin does not have a Python version available it is usually possible to rename it to match your installed version (e.g. Plugin-1.0-py2.6.egg to Plugin-1.0-py2.7.egg) and it will still run normally.
I have found that several other plugins are a little glitchy on 2.7 but are fine on 2.6.
Fundamentally there should be no difference between plugin python versions and likely something else is involved.
Post Reply