Page 1 of 1

Edit email notifications

Posted: Sun May 24, 2015 7:54 pm
by diwit
Hi,

I am trying to edit the contents (subject / body) of the notifications email I get every time a download is finished, but I can't find how to do it.
I did it no problem on my Raspberry Pi, but now I have installed Deluge on a different machine running windows 7 and can't seem to find the core.py file.

Can anyone help?

Thanks.

Re: Edit email notifications

Posted: Wed Sep 23, 2015 10:46 pm
by diwit
any help on this? thanks!

Re: Edit email notifications

Posted: Wed Sep 23, 2015 11:53 pm
by Cas
Get the core.py file from git repo and drop into same folder containing core.pyc, it will use py file and compile into pyc.

Re: Edit email notifications

Posted: Thu Sep 24, 2015 2:09 am
by diwit
Cas wrote:Get the core.py file from git repo and drop into same folder containing core.pyc, it will use py file and compile into pyc.
I only have one "core.py" file in my system, located in C:\Program Files (x86)\Deluge\deluge-1.3.11-py2.6.egg\deluge\core

I guess the "core.py" file you mean is the one from "deluge-deluge-1.3.11\deluge\plugins\notifications\notifications" in the repo, but I don't have that folder anywhere in my system...