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

Feature request: Option to skip Specials (Season 0) #1033

Open
Quiksmage opened this issue Aug 30, 2022 · 7 comments · May be fixed by #1674
Open

Feature request: Option to skip Specials (Season 0) #1033

Quiksmage opened this issue Aug 30, 2022 · 7 comments · May be fixed by #1674
Labels
enhancement New feature or request

Comments

@Quiksmage
Copy link

Feature description

Option to not have Specials/Season 0 scanned or skipped? Not sure how feasible this is.

Use case

Prevent warnings in log due to discreprency between tvdb and tmdb. I assume this slows down the sync time since it has to attempt to process these files each time.

@Quiksmage Quiksmage added the enhancement New feature or request label Aug 30, 2022
@glensc
Copy link
Collaborator

glensc commented Jan 23, 2023

Missing context. What warnings? Make examples! Links to previous discussions?

@Quiksmage
Copy link
Author

Quiksmage commented Jan 28, 2023

Hi,
here are some examples. Let me know if you need any further details. It's been a while, so I don't recall what conversations I may have had. It's mainly an anime problem. Thanks!

image

@glensc
Copy link
Collaborator

glensc commented Jan 28, 2023

You can filter out warnings if you want:

@Quiksmage
Copy link
Author

Quiksmage commented Jan 29, 2023

Thanks for the resource.
Would it be possible to filter out s00 specifically?
It's still useful to see these errors otherwise if something wasn't properly matched or needs to be fixed.

I answered my own question by testing.
using the following filter, I no longer see anything related to s00.

  filter:
    - level: WARNING
      message: "s00"

It's great not to have to see this spam anymore, but does this impact performance when things don't match like this? I assume if something matches, it'll get cached which makes subsequent syncs faster, correct? If that's true, then the option to ignore these entirely could make things faster?

@glensc
Copy link
Collaborator

glensc commented Dec 23, 2023

As trakt doesn't have specials no point to make trakt query for matching specials.

@glensc glensc linked a pull request Dec 23, 2023 that will close this issue
@glensc
Copy link
Collaborator

glensc commented Dec 23, 2023

Started something:

@simonc56
Copy link
Collaborator

I agree with this feature request.
If users don't want to mess with Specials episodes order or matching, they could toggle a skip specials boolean in settings.

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

Successfully merging a pull request may close this issue.

3 participants