-
-
Notifications
You must be signed in to change notification settings - Fork 325
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
Sort title tweak #2521
base: nightly
Are you sure you want to change the base?
Sort title tweak #2521
Conversation
so the issue is with seasons and episodes the |
It looks like this is only used for logging, though. It can be a lot of time dedicated to single throwaway line in the log. Perhaps a toggle for people who care? |
OK, all this is available without hitting Plex as well:
I'll make the changes. |
Now produces the existing-format names, still without hitting Plex.
|
Description
Removes an unnecessary request to Plex while processing overlays.
Here in
overlays.py
at line 609:added_titles
is a list of Plex objects which already contain the sort title. There's no need to hit Plex to ask for it.Type of Change
Checklist