pymedusa / Medusa

Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
https://pymedusa.com
GNU General Public License v3.0
1.79k stars 276 forks source link

Medusa ignores seed ratio set in provider options #10529

Closed strike84 closed 2 years ago

strike84 commented 2 years ago

Describe the bug I don't know when it happened, but maybe a month ago medusa started ignoring the seed ratio set in provider options. I have mine set to 0 so that it will be handled by deluge. But now medusa ignores it and keeps seeding forever until manually stopped. Which also stops the post-processing since the torrents are seeding forever. This happened sometime last year too I remember, where medusa was ignoring the seed ratio settings, but that got fixed in some update. I've tried setting the ratio to 0.1 too, but that didn't help either, it just keep seeding forever.

To Reproduce Steps to reproduce the behavior:

  1. Go to Search providers->Provider options and feel
  2. Select a provider ( I use rarbg)
  3. Set seed ratio to 0
  4. Snatch a torrent and watch it seed forever until manually stopped

Expected behavior When set to 0 Medusa should let deluge handle the seed ratio.

Medusa (please complete the following information): image

Other info I use the Scheduled Post-Processor, the automatic download handler is disabled.

p0psicles commented 2 years ago

What version of deluge do you use. deluge web or deamon?

So setting a ratio is also not picked up? It doesn't have any effect at all?

strike84 commented 2 years ago

I use deluge server 2.0.5 and client 2.1.0 dev 90. And I'm using the deamon.

That's correct, it has no effect at all, it just keeps seeding until manually stopped. I only tried 0,1 and 0 tho. It was working with seed ratio 0 until maybe a month ago.

I know it's nothing wrong with deluge as it's working as intended when I use radarr and readarr. I want it to stop seeding right away when the torrent is finsished downloading.

To me it looks like medusa is unable to detect that the torrent is finished downloading or something.

p0psicles commented 2 years ago

I think I changed things up when implementing download handling. Download handling will use your setup seed ratio to perform an action that you've configured. Like pause the torrent or delete it.

strike84 commented 2 years ago

I think maybe I tried to enable download handling too and set the action to pause the torrent, but IIRC it didn't make a difference. But I will try to enable it again to confirm. Will report back later.

p0psicles commented 2 years ago

Yes. That should definitely work

strike84 commented 2 years ago

You were right, it's working now after I enabled download handling. The torrents are pausing when the download are finished. But now the files won't PostProcess, the files just sits in the incomplete folder. So have to investigate that. Will open a new issue if I don't figure it out, closing this one.