Sharing a script to change profile pictures on Jellyfin! - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Development (https://forum.jellyfin.org/f-development) +--- Forum: Server Development (https://forum.jellyfin.org/f-server-development) +--- Thread: Sharing a script to change profile pictures on Jellyfin! (/t-sharing-a-script-to-change-profile-pictures-on-jellyfin) |
Sharing a script to change profile pictures on Jellyfin! - Normal_Bike6536 - 2024-10-17 Hi Jellyfin community! 👋 I wanted to share a small script I’ve set up to easily change profile pictures. What do you think of the idea? I’d love to get your feedback! Thanks in advance for your comments and suggestions! RE: Sharing a script to change profile pictures on Jellyfin! - Rubén Navarro López - 2024-10-17 That's pretty good! I would love to have a folder with some icons to let my users easily change their avatar throught the client. RE: Sharing a script to change profile pictures on Jellyfin! - Normal_Bike6536 - 2024-10-17 Thank you for your feedback! Currently, my script relies on a folder containing images, available on my Git repo. It is entirely possible to use custom images by adding them to this folder, allowing users to easily change their avatar through the client. RE: Sharing a script to change profile pictures on Jellyfin! - Normal_Bike6536 - 2024-10-21 (2024-10-17, 08:26 PM)Rubén Navarro López Wrote: That's pretty good! Try it 😁 https://github.com/kalibrado/jf-avatars RE: Sharing a script to change profile pictures on Jellyfin! - M0RPH3US - 2024-10-24 (2024-10-21, 03:36 PM)Normal_Bike6536 Wrote:(2024-10-17, 08:26 PM)Rubén Navarro López Wrote: That's pretty good! I tried injecting it via the index.html method. Doesn't show up for me🫣 RE: Sharing a script to change profile pictures on Jellyfin! - Rubén Navarro López - 2024-10-24 for me neither ;( RE: Sharing a script to change profile pictures on Jellyfin! - Normal_Bike6536 - 2024-10-24 Hi, I’m sorry to hear that it doesn’t work for you. Can you tell me which version of jellyfin you use and how do you inject the script so I can replicate it at home? RE: Sharing a script to change profile pictures on Jellyfin! - M0RPH3US - 2024-10-24 (2024-10-24, 11:09 AM)Normal_Bike6536 Wrote: Hi, I’m sorry to hear that it doesn’t work for you. I am using the index.html method. Here is my code bit RE: Sharing a script to change profile pictures on Jellyfin! - Normal_Bike6536 - 2024-10-25 Can you try this way I have evolved the script it no longer needs to be loaded in defer Code: <script src="https://github.com/kalibrado/jf-avatars/releases/download/v1.1.0/main.js"></script> RE: Sharing a script to change profile pictures on Jellyfin! - M0RPH3US - 2024-10-25 (2024-10-25, 09:04 AM)Normal_Bike6536 Wrote: Can you try this way I have evolved the script it no longer needs to be loaded in defer Yeah this works |