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.
Edit email notifications
Re: Edit email notifications
any help on this? thanks!
Re: Edit email notifications
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
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\coreCas 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 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...