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

Torrentio indexer not grabbing newly released epsiodes on Sonarr #54

Open
dekaidekai opened this issue Nov 17, 2024 · 6 comments
Open
Assignees

Comments

@dekaidekai
Copy link

dekaidekai commented Nov 17, 2024

I have noticed when using the Torrentio indexer with my monitored tv series on Sonarr, it fails to automatically grab newly released episodes. Has anyone else experienced this?

If I click the Search Monitored button on the top left in a tv series page on Sonarr, if the used indexer is only Torrentio, no releases are downloaded for the missing episodes. However, I can see releases that are valid candidates and can be downloaded when I do an automatic search for a specific episode.
If I switch to use another indexer, then click the Search Monitored button, it seems to work and grab the missing episodes automatically.

I might be wrong, but maybe I found a clue to why.
In the Sonarr FAQs, when Sonarr looks to grab newly released episodes, it states:
"...queries your indexers and trackers for all the newly posted episodes/newly uploaded releases",
"Put another way, Sonarr will only find releases that are newly uploaded to your indexers. It will not actively try to find releases uploaded in the past."

I believe this might mean since all of the torrents found on Torrentio indexer have a static upload date of April 18th, 2011, maybe when Sonarr tries to grab a newly released episode for a tv series it is monitoring, it ignores any candidate from Torrentio because Sonarr thinks there are no newly released torrents, based on that date.

Is there any way for the Torrentio indexer results to have the true release dates of the torrents it finds, and not the static date April 18th, 2011?

Thank you for the awesome tool!

@Pukabyte
Copy link
Collaborator

Pukabyte commented Dec 8, 2024

This is because rss is not available on this indexer.

You have to perform a search for a show if you want the latest episodes.

Also I'm not sure that torrentio is working with RD right now, without a little tweaking in the indexer.yml file.

@dekaidekai
Copy link
Author

dekaidekai commented Dec 15, 2024

@Pukabyte Okay thanks for the clarification!

Do you know if any of the custom indexers in this repo that provide cached torrents for real debrid offer a RSS feed?

@Pukabyte
Copy link
Collaborator

@dekaidekai
Only Zilean offers RSS but the indexer.yml is now deprecated due to Zilean using the torznab endpoint. So it no longner needs a custom indexer.yml to use. Though this does not index cached torrents

@funkypenguin
Copy link
Contributor

@dekaidekai Only Zilean offers RSS but the indexer.yml is now deprecated due to Zilean using the torznab endpoint. So it no longner needs a custom indexer.yml to use. Though this does not index cached torrents

Does this mean that the old deprecated indexer would support RSS updates, but the torznab endpoint does not?

@Pukabyte
Copy link
Collaborator

Does this mean that the old deprecated indexer would support RSS updates, but the torznab endpoint does not?

It's the other way around :)
The new torznab endpoint allows for RSS

@dekaidekai
Copy link
Author

dekaidekai commented Dec 17, 2024

Okay thanks again for all of the help! This issue is resolved for me 👍

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

3 participants