Page 11 of 28

Re: [Plugin] Auto Remove Plus v0.5.1

Posted: Tue May 03, 2016 2:30 am
by Onyxius
Well I made those changes and its still not removing them from deluge. Anything else I can try?

Re: [Plugin] Auto Remove Plus v0.5.1

Posted: Tue May 03, 2016 7:04 am
by XxOsurfer3xX
Onyxius wrote:Well I made those changes and its still not removing them from deluge. Anything else I can try?
You could run Deluge in Debug mode and tell me if there is any error.

Also, please check that there are no exempted tracker entries, another user had a similar issue and had created an empty entry in the exempted tracker list which would cause all the trackers to be exempted. Also, please copy the config file as is, just in case I see something wrong.

Have you checked that the minimum amount of space is set to -1 so it is deactivated?

A screenshot of the config GUI could also be useful to diagnose your problem.

Apart from that, it is probably some setting that you do not realize is causing the plugin to not do what you want.

Re: [Plugin] Auto Remove Plus v0.5.1

Posted: Tue May 03, 2016 12:05 pm
by Onyxius
I was just thinking, i have a spare computer running headless ubuntu that is running deluge, if i make these changes do i need to restart deluge for the changes to take affect?

Here is the GUI screenshot. I left the exemption blank so that way I know its not that.
Image

Re: [Plugin] Auto Remove Plus v0.5.1

Posted: Tue May 03, 2016 2:53 pm
by Onyxius
XxOsurfer3xX wrote:
Onyxius wrote:Well I made those changes and its still not removing them from deluge. Anything else I can try?
You could run Deluge in Debug mode and tell me if there is any error.

Also, please check that there are no exempted tracker entries, another user had a similar issue and had created an empty entry in the exempted tracker list which would cause all the trackers to be exempted. Also, please copy the config file as is, just in case I see something wrong.

Have you checked that the minimum amount of space is set to -1 so it is deactivated?

A screenshot of the config GUI could also be useful to diagnose your problem.

Apart from that, it is probably some setting that you do not realize is causing the plugin to not do what you want.
Ok i sent you a private message.

Re: [Plugin] Auto Remove Plus v0.5.1

Posted: Wed May 04, 2016 10:05 pm
by XxOsurfer3xX
Onyxius wrote:I was just thinking, i have a spare computer running headless ubuntu that is running deluge, if i make these changes do i need to restart deluge for the changes to take affect?

Here is the GUI screenshot. I left the exemption blank so that way I know its not that.
Image
Out of the gate I see a couple of problems, first, the maximum torrents field should have 0 instead of -1.

Second, you are running an old version of the plugin.

Third, make sure your torrents have 2 hour seedtimes, you can check that in the GUI. You could also try date added, that should be similar.

It is not necessary a restart for the changes to take effect.

If you are running headless, check that the config file in the server, is being modified with the correct values.

Re: [Plugin] Auto Remove Plus v0.5.1

Posted: Wed May 04, 2016 10:22 pm
by Onyxius
Thanks, I downloaded autoremoveplus from page 1 of this thread :)
I changed -1 to 0 now as well. I did notice the autoremoveplus config file is changing when i make changes to the UI.
ok grabbed the 0.5 from page 1 i see its updated again.


Edit: I updated to 0.5 but the window looks exactly the same. can you post a screenshot of what it should look like?
Edit 2: Yea it looks like its still on 0.4, i removed the old plugin and configs but its not updating to the 0.5 so i'm trying to figure out where its pulling that from.
Edit 3: ok, i found 0.5.1 on git and downloaded both 2.6.egg and 2.7.egg and loaded 2.6 first, which didnt work since i'm on 2.7, then loaded .2.7 egg and now its updated in the gui. so ill try the changes and update the post. Also, maybe I overlooked it, how does the Min time work? How do you know how many hours or minutes, is it in minutes so 0.060 is 1 hour?

Re: [Plugin] Auto Remove Plus v0.5.1

Posted: Thu May 05, 2016 8:08 am
by XxOsurfer3xX
Onyxius wrote:Thanks, I downloaded autoremoveplus from page 1 of this thread :)
I changed -1 to 0 now as well. I did notice the autoremoveplus config file is changing when i make changes to the UI.
ok grabbed the 0.5 from page 1 i see its updated again.


Edit: I updated to 0.5 but the window looks exactly the same. can you post a screenshot of what it should look like?
Edit 2: Yea it looks like its still on 0.4, i removed the old plugin and configs but its not updating to the 0.5 so i'm trying to figure out where its pulling that from.
Edit 3: ok, i found 0.5.1 on git and downloaded both 2.6.egg and 2.7.egg and loaded 2.6 first, which didnt work since i'm on 2.7, then loaded .2.7 egg and now its updated in the gui. so ill try the changes and update the post. Also, maybe I overlooked it, how does the Min time work? How do you know how many hours or minutes, is it in minutes so 0.060 is 1 hour?
Every time field expects times in days, so for example, 1 = 1 day = 24 hours, 0.5 = half day = 12 hours. You just need to divide hours/24, e.g. 2 hours/24 = 0.083333 days = 2 hours.

Re: [Plugin] Auto Remove Plus v0.5.1

Posted: Thu May 05, 2016 12:14 pm
by Onyxius
Ok thanks, i think it is working now.

I have check every 0.0025
Maximum Torrents: 0
Remove by Seed Time 0.041
or
remove by date added 0.083.

So i watched it last night before i went to bed and the "Added" field in deluged was not the time the torrent was picked up by my deluged but it seemed as it was the day/time the torrent was added to the torrent site, does that sound right? Is autoremoveplus using the system time or the time it was added to the site? I just want to make sure it doesn't try removing the torrent before its finished.

Does the Seed Time only start counting when you are actually seeding? I have a lot of torrents that never get seeded for some reason, so I'm curious if it would just sit there and not start the counter on "Seed Time".

Thanks

Re: [Plugin] Auto Remove Plus v0.5.1

Posted: Thu May 05, 2016 2:54 pm
by XxOsurfer3xX
Onyxius wrote:Ok thanks, i think it is working now.

I have check every 0.0025
Maximum Torrents: 0
Remove by Seed Time 0.041
or
remove by date added 0.083.

So i watched it last night before i went to bed and the "Added" field in deluged was not the time the torrent was picked up by my deluged but it seemed as it was the day/time the torrent was added to the torrent site, does that sound right? Is autoremoveplus using the system time or the time it was added to the site? I just want to make sure it doesn't try removing the torrent before its finished.

Does the Seed Time only start counting when you are actually seeding? I have a lot of torrents that never get seeded for some reason, so I'm curious if it would just sit there and not start the counter on "Seed Time".

Thanks
No it does not, the added time, should be the time the torrent was added to Deluge... The plugin should use the system time, the same time that Deluge is using internally.

The plugin will never delete unfinished torrents, until a torrent is completed, the plugin does not do anything with it. You do not have to do anything on your end, it's how it works internally.

Seed time only counts the time the torrent has the seeding state, so if some torrents never are seeded, they will have seed time 0, and as you say sit there and not start the seed time counter. This was why I asked you to check that the seed time was actually over two hours.

Re: [Plugin] Auto Remove Plus v0.5.1

Posted: Thu May 05, 2016 5:18 pm
by Onyxius
Ok great thank you. It looks like its working.

The check every: setting i have is set to 0.0025
that is the same as the other Min: right, if i had it set to 0.0833 it would check every 2 hours just like if i had it in the seed time or date added? That format just has that extra numeric value included?