Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Medusa ignores seed ratio set in provider options #10529

Closed
strike84 opened this issue Apr 23, 2022 · 6 comments
Closed

Medusa ignores seed ratio set in provider options #10529

strike84 opened this issue Apr 23, 2022 · 6 comments

Comments

@strike84
Copy link

strike84 commented Apr 23, 2022

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
Copy link
Contributor

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
Copy link
Author

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
Copy link
Contributor

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
Copy link
Author

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
Copy link
Contributor

Yes. That should definitely work

@strike84
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants