Jellyfin plugin that allows users to choose an avatar from a collection of images.
  • C# 58.6%
  • JavaScript 29.9%
  • HTML 11%
  • Nix 0.5%
Find a file
2026-08-29 22:47:10 +00:00
.github/workflows fix(ci): avoid manifest.json conflicts by checking out main before update 2026-05-23 15:30:39 +02:00
assets chore: remove plugin assets 2026-06-10 10:44:26 +02:00
Jellyfin.Plugin.GetAvatar fix: use MediaBrowser auth header instead of deprecated X-Emby-Token 2026-08-29 22:41:43 +02:00
.envrc Initial commit 2026-01-26 23:37:45 +01:00
.gitignore Initial commit 2026-01-26 23:37:45 +01:00
flake.lock Initial commit 2026-01-26 23:37:45 +01:00
flake.nix Initial commit 2026-01-26 23:37:45 +01:00
jellyfin.ruleset Initial commit 2026-01-26 23:37:45 +01:00
LICENSE Add LICENSE file 2026-01-29 19:12:53 +01:00
manifest.json Update manifest for v1.6.4.3 2026-08-29 22:47:10 +00:00
README.md Update README with troubleshooting information 2026-08-10 13:29:08 +02:00
taskfile.yml update taskfile 2026-04-21 20:30:46 +02:00

Jellyfin Plugin GetAvatar

Jellyfin plugin that allows users to choose an avatar from a collection of images.

banner

About

This plugin allows users to choose an avatar from a collection of images. The plugin is installed in the Jellyfin server and provides a button in the user profile to select an avatar.

Note

Tested with Jellyfin 10.11.0 and 10.11.10. Expected to work across Jellyfin 10.11.x.

Installation

  1. You have to open the dashboard of your Jellyfin server. Go to Catalog, click on ⚙️ button.
  2. Click to + to add the URL.
https://raw.githubusercontent.com/cedev-1/Jellyfin-Plugin-GetAvatar/master/manifest.json
  1. On the Catalog page click on Install.

User View

User profile page will have a new button "Choose from Gallery".

Screenshot 2026-06-09 at 19-03-44 cedev image

Plugin Configuration

You just have to add avatar images, click on "Choose file" and "Upload". The image will be added to the collection of images. You can also remove images by clicking on the cross icon.

image

Avatar

Tip

Now, since version 1.6.4.0, you can directly import avatars with one click from the plugin's configuration interface.

You can import avatar packs from the repository jellyfin-avatars or direct download from web page.

image

For example, you can import this Netflix avatar pack.

Disclaimer

It may have some bugs. If you find any bug, please open an issue.

Troubleshooting

It is possible that on already active sessions the button is not displayed on the profile. You can clear your browser cache.

Possible problem with custom Jellyfin themes. Open an issue if needed.

License

MIT