Jellyfin plugin that allows users to choose an avatar from a collection of images.
55
stars
109
commits
C#
primary language
Aug 29, 2026
updated
Jellyfin plugin that allows users to choose an avatar from a collection of images.
![]()
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.
https://raw.githubusercontent.com/cedev-1/Jellyfin-Plugin-GetAvatar/master/manifest.json
User profile page will have a new button "Choose from Gallery".
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.
[!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.
For example, you can import this Netflix avatar pack.
It may have some bugs. If you find any bug, please open an issue.
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.
C#
58.7%
JavaScript
29.9%
HTML
11.0%
Jellyfin plugin that allows users to choose an avatar from a collection of images.
55
stars
109
commits
C#
primary language
Aug 29, 2026
updated
Jellyfin plugin that allows users to choose an avatar from a collection of images.
![]()
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.
https://raw.githubusercontent.com/cedev-1/Jellyfin-Plugin-GetAvatar/master/manifest.json
User profile page will have a new button "Choose from Gallery".
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.
[!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.
For example, you can import this Netflix avatar pack.
It may have some bugs. If you find any bug, please open an issue.
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.
C#
58.7%
JavaScript
29.9%
HTML
11.0%