Page 1 of 1

.python-eggs folder

Posted: Tue Mar 17, 2020 4:07 pm
by kevindd992002
I have the same linuxserver/deluge container installed on two systems: one Debian NAS and the other is a Synology NAS. I installed two of the same plugins (AutoRemovePlus and SimpleExtractor). In the Synology system, I see this extra path in the container:

"/config/appdata/deluge/plugins/.python-eggs" -> where the js scripts of the plugins are located at.

In my Debian NAS, I only see both egg plugins under this path:

"/config/appdata/deluge/plugins/*.egg" -> there is no extra .python-eggs folder

Both plugins work on both system but I was just wondering why the difference in file structure? And where are the js scripts on the Debian system?

Re: .python-eggs folder

Posted: Tue Mar 17, 2020 4:08 pm
by kevindd992002
Oooohhh, I just noticed now that the Debian system had that missing folder hidden while the other does not. So they're both there.