mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #12452] [CLOSED] Allow svg for local images #13205
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/12452
Author: @theguymadmax
Created: 8/15/2024
Status: ❌ Closed
Base:
master← Head:local-svg📝 Commits (10+)
aa7b2a4Bump version to 10.9.045e92d5Move NFO series season name parsing to own local provider397e9b7Set path for season foldersf867278Rename provider to be run after normal season NFO provider12dcfe2Add Env Var to disable second level cache59f6041Use simpler config value8168acbExtend minimum local metadata requirementsb554a58Remove local metadata stop logic04aadd0Fix dateadded and movie NFO recognitionc76caf8Do not replace locked fields📊 Changes
3 files changed (+10 additions, -5 deletions)
View changed files
📝
MediaBrowser.Controller/Entities/BaseItem.cs(+1 -1)📝
MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs(+2 -1)📝
MediaBrowser.Providers/TV/SeriesMetadataService.cs(+7 -3)📄 Description
Changes
Add the
.svgextension to enable local scanning of images.Issues
While you can currently manually add SVG files, library scans will not automatically include them.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.