omaralvarez / deluge-autoremoveplus

Auto removing of deluge torrents
152 stars 61 forks source link

Remove torrent with data only removed .mkv file, not .eng.srt file #49

Open joshuabosco opened 5 years ago

joshuabosco commented 5 years ago

As per title - the feature worked fine, check every five minutes, the minimum seed, etc - the thing I've noticed though is that it only deletes the .mkv/.mp4 file and leaves everything else behind in the original folder.

Is this the expected behaviour?

shadycuz commented 5 years ago

@joshuabosco This plugin doesn't actually remove the files from the disk. It just tells Deluge to do it.

https://github.com/omaralvarez/deluge-autoremoveplus/blob/c5404a759e46f2d60e59224a6f9f4e14bc5c4798/autoremoveplus/core.py#L204-L216

This is probably an issue with Deluge and not this plugin.