mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6820] [CLOSED] Add/expose image settings for video extras #11151
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/6820
Author: @1337joe
Created: 11/11/2021
Status: ❌ Closed
Base:
master← Head:expose-extras-options📝 Commits (2)
3046128Add/expose settings for video extras0a00dd5Revert trailer fallback to video📊 Changes
3 files changed (+24 additions, -6 deletions)
View changed files
📝
Emby.Server.Implementations/Library/LibraryManager.cs(+15 -2)📝
Jellyfin.Api/Controllers/LibraryController.cs(+3 -3)📝
MediaBrowser.Controller/Entities/BaseItem.cs(+6 -1)📄 Description
Old state: If no library
TypeOptionsare found for a type a default option is used that enables all image providers. This allows the usage of a dummy object for populating the options panel, but results in image providers that the user disabled forMoviebeing run on any extras, trailers, or secondary video files also in the directory with the primary movie file.Changes
Owneron missingParentwhen searching up the tree for the library root to allow options to be found for owned items.Videowhen typeTrailernot found in library options.Video.LocalAlternateVersionslist didn't know their owner).Videolibrary options to allow the user to modify image collection settings for video extras."Extras" would be a better name for the library options, but options are looked up by type name, and in this case the problematic files were of type types
TrailerorVideo.Issues
Possibly related to #2355
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.