2026-02-23, 02:53 PM
(This post was last modified: 2026-02-25, 01:34 PM by crocodile13. Edited 5 times in total.)
Hi everyone,
I needed an extension to display information for my friends and family who use my server (for example: new features, happy birthday, “I’m rebooting tomorrow at 4 PM”, etc.).
So I coded this (well, it’s very, VERY heavily vibe-coded
… and I own it: I didn’t want to spend 10 days on it, this is not meant to be the project of the year
).
It allows you to:
- display a popup when the user logs in (each message is only shown once);
- target specific users for a message (all by default);
- keep a history of messages in a dropdown menu;
- allow the admin to selectively delete old messages.
That’s it—nothing fancy, but I was missing it. So if it can be useful to you, feel free to use it
The repo:
https://raw.githubusercontent.com/crocod...ifest.json
GitHub:
https://github.com/crocodile13/jellyfin-...-extention
Basically, I made this for myself at first, but if it interests anyone, that’s great. I’ll probably keep maintaining it for my own use for a while, but it really comes with no guarantee of security or stability.
Kisses from France
I needed an extension to display information for my friends and family who use my server (for example: new features, happy birthday, “I’m rebooting tomorrow at 4 PM”, etc.).
So I coded this (well, it’s very, VERY heavily vibe-coded
… and I own it: I didn’t want to spend 10 days on it, this is not meant to be the project of the year
).It allows you to:
- display a popup when the user logs in (each message is only shown once);
- target specific users for a message (all by default);
- keep a history of messages in a dropdown menu;
- allow the admin to selectively delete old messages.
That’s it—nothing fancy, but I was missing it. So if it can be useful to you, feel free to use it
The repo:
https://raw.githubusercontent.com/crocod...ifest.json
GitHub:
https://github.com/crocodile13/jellyfin-...-extention
Basically, I made this for myself at first, but if it interests anyone, that’s great. I’ll probably keep maintaining it for my own use for a while, but it really comes with no guarantee of security or stability.
Kisses from France


Thanks again