mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #2154] [MERGED] Add image provider for artists #9017
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/2154
Author: @dkanada
Created: 12/14/2019
Status: ✅ Merged
Merged: 6/4/2020
Merged by: @dkanada
Base:
master← Head:artist-collage📝 Commits (6)
8d7e9abminor refactoringaa66444add image provider for artistsc9c6fe0move most of the image providers to a single directory3f3bb66fix namespace for providers that were moved17031fbdisable artist image provider until configurable6022f9fdisable specific rule for playlist image provider📊 Changes
8 files changed (+133 additions, -70 deletions)
View changed files
➕
Emby.Server.Implementations/Images/ArtistImageProvider.cs(+47 -0)📝
Emby.Server.Implementations/Images/BaseDynamicImageProvider.cs(+10 -3)📝
Emby.Server.Implementations/Images/CollectionFolderImageProvider.cs(+1 -1)📝
Emby.Server.Implementations/Images/DynamicImageProvider.cs(+1 -1)📝
Emby.Server.Implementations/Images/FolderImageProvider.cs(+3 -7)📝
Emby.Server.Implementations/Images/GenreImageProvider.cs(+2 -51)➕
Emby.Server.Implementations/Images/PlaylistImageProvider.cs(+66 -0)📝
Jellyfin.Drawing.Skia/SkiaEncoder.cs(+3 -7)📄 Description
I'd like to expose some options for these providers in the settings at some point, but I need to figure out a few things first.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.