[PR #12452] [CLOSED] Allow svg for local images #13205

Closed
opened 2026-02-07 07:08:55 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/12452
Author: @theguymadmax
Created: 8/15/2024
Status: Closed

Base: masterHead: local-svg


📝 Commits (10+)

  • aa7b2a4 Bump version to 10.9.0
  • 45e92d5 Move NFO series season name parsing to own local provider
  • 397e9b7 Set path for season folders
  • f867278 Rename provider to be run after normal season NFO provider
  • 12dcfe2 Add Env Var to disable second level cache
  • 59f6041 Use simpler config value
  • 8168acb Extend minimum local metadata requirements
  • b554a58 Remove local metadata stop logic
  • 04aadd0 Fix dateadded and movie NFO recognition
  • c76caf8 Do 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 .svg extension 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/12452 **Author:** [@theguymadmax](https://github.com/theguymadmax) **Created:** 8/15/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `local-svg` --- ### 📝 Commits (10+) - [`aa7b2a4`](https://github.com/jellyfin/jellyfin/commit/aa7b2a4433b6718f0c399020fe87a4545c678aa8) Bump version to 10.9.0 - [`45e92d5`](https://github.com/jellyfin/jellyfin/commit/45e92d53ac71d94d2b207c59bb2ee6d5eb6d592b) Move NFO series season name parsing to own local provider - [`397e9b7`](https://github.com/jellyfin/jellyfin/commit/397e9b74c24fe01319d16916d5f8d2501fc4ea40) Set path for season folders - [`f867278`](https://github.com/jellyfin/jellyfin/commit/f867278248d5a3f999ac12d7a0f4e1ac26ba7951) Rename provider to be run after normal season NFO provider - [`12dcfe2`](https://github.com/jellyfin/jellyfin/commit/12dcfe208051af29dc13069b6c576fdc1d8626b8) Add Env Var to disable second level cache - [`59f6041`](https://github.com/jellyfin/jellyfin/commit/59f604109362e460394381d21a7adf366eb741d2) Use simpler config value - [`8168acb`](https://github.com/jellyfin/jellyfin/commit/8168acbe09a99bf61208b7824a105db227d23e2d) Extend minimum local metadata requirements - [`b554a58`](https://github.com/jellyfin/jellyfin/commit/b554a58bc66199d3e88bd52cf6e74cca86038727) Remove local metadata stop logic - [`04aadd0`](https://github.com/jellyfin/jellyfin/commit/04aadd085525486cba8fb44acc801756a8d975e9) Fix dateadded and movie NFO recognition - [`c76caf8`](https://github.com/jellyfin/jellyfin/commit/c76caf8be84f9dd25de3687f0c8fa3a3f86ac8a9) Do not replace locked fields ### 📊 Changes **3 files changed** (+10 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Controller/Entities/BaseItem.cs` (+1 -1) 📝 `MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs` (+2 -1) 📝 `MediaBrowser.Providers/TV/SeriesMetadataService.cs` (+7 -3) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> Add the `.svg` extension to enable local scanning of images. **Issues** While you can currently manually add SVG files, library scans will not automatically include them. --- <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 07:08:55 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13205