Skip to content

fix(jellyfin sync): temporary workaround fix for jellyfin scan when display specials within season#347

Merged
fallenbagel merged 1 commit intodevelopfrom
temp-fix-display-specials-within-season
Mar 17, 2023
Merged

fix(jellyfin sync): temporary workaround fix for jellyfin scan when display specials within season#347
fallenbagel merged 1 commit intodevelopfrom
temp-fix-display-specials-within-season

Conversation

@fallenbagel
Copy link
Copy Markdown
Collaborator

@fallenbagel fallenbagel commented Mar 16, 2023

Description

Currently when display specials within season is enabled, it increases the indexed episode count of the season. This is a problem due to the way our jellyfin sync works as it requires total standard episodes to be equal to season episode count for the AVAILABLE badge for that season. However, when the display specials within season is enabled, the scan sets that season as PARTIALLY AVAILABLE. This workaround fixes this behaviour.

In addition, this fix might also fix the recurring availability notifications (recurring notifications might be occurring due to the scan initially setting the season as available, thus the series is set as available and sends the notification, but then it sets the season as partially available due to the aforementioned sync flow until next scan and repeats).

I have tested this fix locally and it has fixed the issue for me.

To-Dos

  • Successful build yarn build

Issues Fixed or Closed

…isplay specials within season

Currently when display specials within season is enabled, it increases the indexed episode count of
the season. This is a problem due to the way our jellyfin sync works as it requires total standard
episodes to be equal to season episode count for the `AVAILABLE` badge for that season. However,
when the display specials within season is enabled, the scan sets that season as `PARTIALLY
AVAILABLE`. This workaround fixes this behaviour. In addition, this fix **might** also fix the
recurring availability notifications (recurring notifications might be occurring due to the scan
initially setting the season as available, thus the series is set as available and sends the
notification, but then it sets the season as partially available due to the aforementioned sync flow
until next scan and repeats.)

fix #215 #176 #246
@fallenbagel fallenbagel marked this pull request as ready for review March 16, 2023 23:48
@fallenbagel fallenbagel requested a review from Jumail March 16, 2023 23:48
@fallenbagel fallenbagel merged commit 092d639 into develop Mar 17, 2023
@fallenbagel
Copy link
Copy Markdown
Collaborator Author

🎉 This PR is included in version 1.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@gauthier-th gauthier-th deleted the temp-fix-display-specials-within-season branch March 10, 2026 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Repeating Request notifications Constant emails Recurring Discord notifications

1 participant