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

If series has anime tag > do not automatically search #6507

Closed
1 task done
absywabsy opened this issue Feb 13, 2024 · 8 comments
Closed
1 task done

If series has anime tag > do not automatically search #6507

absywabsy opened this issue Feb 13, 2024 · 8 comments

Comments

@absywabsy
Copy link

absywabsy commented Feb 13, 2024

Is there an existing issue for this?

  • I have searched the existing open and closed issues

Is your feature request related to a problem? Please describe

Adding series as anime (automatically by overseerr for e.g.) means it searches as anime series type and Sonarr's anime implementation using absolute episode is terrible, the best scored season packs are not picked, instead sometimes German is picked or a bad nzb file is picked instead of AnimeBytes' season packs. All the while using up 1000 searches for 50 episodes or so, you get the picture.

Basically, Anime should be done manually in sonarr's current state, it's just not feasible, it's too big a can of worms to tackle automatically.

Currently Overseerr attaches "Anime" i.e. "Absolute" numbering episode search to all Anime added.
The tag 'anime' can be attached, but there's nothing in Sonarr to detect the tag and stop the automatic search.

Describe the solution you'd like

Instead, can the series be added, but not automatically searched, so that the user can come home, manually search for the correct season pack from say, Animebytes and use that.

Describe alternatives you've considered

I'll use an example of popular shounen anime:

Add popular shounen anime as an anime series type (absolute) episodes.
Search for one episode 2x01 for e.g.

https://i.imgur.com/tuV6cci.png

Repeatable steps:
Searching Season 2x06 of popular shounen anime gives a total runtime of 11500 minutes, this is incorrect.
Season 2 only has 21 episodes, 2123 minutes is 483 minutes. My minimum is 5Mb so 5483mins is 2.4Gb, instead it's rejecting everything under 56.2Gb.

Since the series is added automatically as ANIME type, it has to search episode by episode, wasting API hits on usually a scale of 1 episode is 5 searches, because of all the aliases it has to search under, you'll easily hit 500 hits for 50 episodes sometimes. Instead, if the user could manually go in, change the type to Standard, search for the whole season, it would perform just a few searches for the whole season and 500 hits are not wasted getting wrong or bad quality content due to most releases being rejected because of the aforementioned inaccurate runtime calculation. (I already have Trash Guides implemented and follow it to the letter by the way, so it's not that).

I know Overseerr could implement something but it's better to tackle this from both ends as the anime implementation just isn't very good at the moment.

Just a stopgap measure until the anime implementation is improved.

Anything else?

No response

@PearsonFlyer
Copy link
Contributor

The decision on whether to search or not is a checkbox you check (or don't check) when adding a series. Simply do not check that box, and your problem is solved.

@markus101
Copy link
Member

No plans to disable searching based on the series type or tag, if Sonarr is told to search for a series when it is added it will search for that series when it is added. If you disable automatic search for the indexers that have anime categories you could have Sonarr "told to search", but not actually search.

@markus101 markus101 closed this as not planned Won't fix, can't repro, duplicate, stale Feb 13, 2024
@absywabsy
Copy link
Author

The decision on whether to search or not is a checkbox you check (or don't check) when adding a series. Simply do not check that box, and your problem is solved.

Yes I'm aware of that but you won't be able to do that if the series is added via overseerr. But Overseerr does automatically add the tag 'anime' to anime series.

@PearsonFlyer
Copy link
Contributor

It seems like your request would be better suited to overseerr, if you want overseerr series request behavior changed.

@absywabsy
Copy link
Author

It's mainly due to sonarr's bad anime implementation of absolute episode searching at the moment. If there was an option for e.g. for all anime to be added as standard, it might fix some of the issues. Most anime these days use season pack methods, especially due to the most popular trackers and therefore absolute is no longer the main option.

I wanted to come at it from both angles.

@PearsonFlyer
Copy link
Contributor

Again, there's no need for a change in Sonarr. Sonarr searches when you tell it to search. Overseerr, in this case, is telling it to search. If you want it to not do that, turn on approvals in overseerr or request a change.

@absywabsy
Copy link
Author

Ok thanks I have done that. I hope Sonarr's Anime implementation gets better and #6495 is given some serious consideration. Thanks for contributing to an otherwise great arr.

@Krandor1
Copy link

Krandor1 commented Feb 14, 2024 via email

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants