mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #6820] [CLOSED] Add/expose image settings for video extras #10969
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#10969
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/10/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.