I heard you are doing birds this week
I heard you are doing birds this week

here's the audio sourcehttps://vt.tiktok.com/ZSN747eUX/
Jellyfin date fixer (a script I wrote)
When the files of movies and episodes are modified on disk and scanned again by Jellyfin, the “date added” field is modified. This means that old items jump to the top of the Recently Added list, which I find annoying. For this reason I’ve written this script, which detects these changes and sets the date to the previous value. It can be installed with docker and is simple to configure.
It’s a path inside the container, not inside /config. You should mount the file like this:
You should put it in Jellyfin’s web root folder (paths are relative to it). In the official container it’s /jellyfin/jelyfin-web.
Then you just @import “theme.css”;.
Standard theme with custom accent color
I’ve modified the normal Jellyfin theme so that the accent color can be changed. The idea was to put some orange in the UI during halloween, and I got carried away. It is now completely configurable with a single variable and allows for easy seasonal changes, so I’ve decided to share it. Here is the result: [https://lemmy.world/pictrs/image/7efd0a3c-eb61-4ebb-b984-2ae90f93deff.png] [https://lemmy.world/pictrs/image/8b2b86dd-19bb-464a-aa11-dbf343a920b8.png] [https://lemmy.world/pictrs/image/0e44ffd6-b7c9-457f-bc5a-54b76987b7d8.png] I generally dislike custom themes, so my goal was to change as little as possible. Indeed, if used with a hue of 195, the theme should be exactly the same as the default one. What do you think?