[PR #7028] [MERGED] Fix extras folders #11236

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/7028
Author: @cvium
Created: 12/20/2021
Status: Merged
Merged: 12/22/2021
Merged by: @crobibero

Base: masterHead: everything_went_wrong


📝 Commits (4)

  • 83a94aa Fix extras folders
  • 91292b8 Fix build
  • 9158511 Don't skip extras refresh when replacing metadata or doing a full refresh
  • 05c8834 Don't cache special feature ids

📊 Changes

13 files changed (+218 additions, -348 deletions)

View changed files

📝 Emby.Naming/Common/NamingOptions.cs (+28 -1)
📝 Emby.Naming/Video/VideoListResolver.cs (+2 -7)
📝 Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs (+4 -14)
📝 Emby.Server.Implementations/Library/LibraryManager.cs (+57 -10)
📝 Emby.Server.Implementations/Library/Resolvers/Movies/MovieResolver.cs (+6 -1)
📝 MediaBrowser.Controller/Entities/BaseItem.cs (+3 -92)
📝 MediaBrowser.Controller/Entities/IHasSpecialFeatures.cs (+2 -2)
📝 MediaBrowser.Controller/Entities/Movies/Movie.cs (+4 -17)
📝 MediaBrowser.Controller/Library/ILibraryManager.cs (+6 -5)
📝 MediaBrowser.LocalMetadata/Images/LocalImageProvider.cs (+2 -1)
📝 tests/Jellyfin.Naming.Tests/Video/MultiVersionTests.cs (+18 -86)
📝 tests/Jellyfin.Naming.Tests/Video/VideoListResolverTests.cs (+20 -100)
📝 tests/Jellyfin.Server.Implementations.Tests/Library/LibraryManager/FindExtrasTests.cs (+66 -12)

📄 Description

Fixed "trailers", theme song and theme videos.


🔄 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/7028 **Author:** [@cvium](https://github.com/cvium) **Created:** 12/20/2021 **Status:** ✅ Merged **Merged:** 12/22/2021 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `everything_went_wrong` --- ### 📝 Commits (4) - [`83a94aa`](https://github.com/jellyfin/jellyfin/commit/83a94aa612f2451acc1e9ce7fcfc5c88b7989396) Fix extras folders - [`91292b8`](https://github.com/jellyfin/jellyfin/commit/91292b8ea533b01825cedca7b039c9943f55f2eb) Fix build - [`9158511`](https://github.com/jellyfin/jellyfin/commit/915851101746ed18a1767fa617c52f174732a6f6) Don't skip extras refresh when replacing metadata or doing a full refresh - [`05c8834`](https://github.com/jellyfin/jellyfin/commit/05c8834a3a2a51ad2c0bff355500348382697fb5) Don't cache special feature ids ### 📊 Changes **13 files changed** (+218 additions, -348 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Naming/Common/NamingOptions.cs` (+28 -1) 📝 `Emby.Naming/Video/VideoListResolver.cs` (+2 -7) 📝 `Emby.Server.Implementations/Library/CoreResolutionIgnoreRule.cs` (+4 -14) 📝 `Emby.Server.Implementations/Library/LibraryManager.cs` (+57 -10) 📝 `Emby.Server.Implementations/Library/Resolvers/Movies/MovieResolver.cs` (+6 -1) 📝 `MediaBrowser.Controller/Entities/BaseItem.cs` (+3 -92) 📝 `MediaBrowser.Controller/Entities/IHasSpecialFeatures.cs` (+2 -2) 📝 `MediaBrowser.Controller/Entities/Movies/Movie.cs` (+4 -17) 📝 `MediaBrowser.Controller/Library/ILibraryManager.cs` (+6 -5) 📝 `MediaBrowser.LocalMetadata/Images/LocalImageProvider.cs` (+2 -1) 📝 `tests/Jellyfin.Naming.Tests/Video/MultiVersionTests.cs` (+18 -86) 📝 `tests/Jellyfin.Naming.Tests/Video/VideoListResolverTests.cs` (+20 -100) 📝 `tests/Jellyfin.Server.Implementations.Tests/Library/LibraryManager/FindExtrasTests.cs` (+66 -12) </details> ### 📄 Description Fixed "trailers", theme song and theme videos. --- <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:34:47 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11236