0 Followers
0 Following
1 Posts
Can’t happen, some other states (like Italy and Germany) said they would not participate if Israel was excluded.
I saw this in a book I’ve had since I was a child. I don’t know if there is a copy online, I’ll look for it

I heard you are doing birds this week

https://lemmy.world/post/37010477

The Emperor of Mankind once said

here's the audio sourcehttps://vt.tiktok.com/ZSN747eUX/

YouTube
I had a similar experience looking up the code for ⊥, I didn’t realize the world has given a very specific meaning to the words “latex bottom”

Jellyfin date fixer (a script I wrote)

https://lemmy.world/post/26112079

Jellyfin date fixer (a script I wrote) - Lemmy.World

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.

The ladies are Miss Pauling and the Administrator
Miss Pauling - Official TF2 Wiki | Official Team Fortress Wiki

It’s a path inside the container, not inside /config. You should mount the file like this:

volumes: - /path/to/local/theme.css:/jellyfin/jellyfin-web/theme.css

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

https://lemmy.world/post/21828556

Standard theme with custom accent color - Lemmy.World

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?