[PR #4054] [MERGED] Fix TVDB plugin not handling absolute display order #9846

Closed
opened 2026-02-07 06:09:29 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4054
Author: @lmaonator
Created: 9/5/2020
Status: Merged
Merged: 9/5/2020
Merged by: @Bond-009

Base: masterHead: fix_tvdb_absolute_order


📝 Commits (1)

  • 76172f7 Fix TVDB plugin not handling absolute display order

📊 Changes

2 files changed (+8 additions, -0 deletions)

View changed files

📝 CONTRIBUTORS.md (+1 -0)
📝 MediaBrowser.Providers/Plugins/TheTvdb/TvdbEpisodeProvider.cs (+7 -0)

📄 Description

Changes
Add check for "absolute" order and set IndexNumber to TVDBs AbsoluteNumber.

From what I've seen AbsoluteNumber can be either null or 0 on TVDB, both should be considered invalid (there are some shows where all episodes have their absolute number set to 0). I think in that case the best action is to leave it at the default id.IndexNumber that Jellyfin presumably got from parsing the filename.

Issues
addresses #3062


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/4054 **Author:** [@lmaonator](https://github.com/lmaonator) **Created:** 9/5/2020 **Status:** ✅ Merged **Merged:** 9/5/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `fix_tvdb_absolute_order` --- ### 📝 Commits (1) - [`76172f7`](https://github.com/jellyfin/jellyfin/commit/76172f76d9747246f88d087ea7843448ea70ff16) Fix TVDB plugin not handling absolute display order ### 📊 Changes **2 files changed** (+8 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTORS.md` (+1 -0) 📝 `MediaBrowser.Providers/Plugins/TheTvdb/TvdbEpisodeProvider.cs` (+7 -0) </details> ### 📄 Description **Changes** Add check for "absolute" order and set IndexNumber to TVDBs AbsoluteNumber. From what I've seen AbsoluteNumber can be either null or 0 on TVDB, both should be considered invalid (there are some shows where all episodes have their absolute number set to 0). I think in that case the best action is to leave it at the default id.IndexNumber that Jellyfin presumably got from parsing the filename. **Issues** addresses #3062 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:09:29 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9846