Fortunately, Dexter deals with him good and proper…
By updating his laptop?
Please feel free to correct my English.
The Lemming formerly known as /u/SatyrSack@lemmy.one
Fortunately, Dexter deals with him good and proper…
By updating his laptop?
Great, that worked! Thanks.
Where on my host filesystem is /jellyfin/jellyfin-web
? I am using the official container image. Is that somewhere within /config
or something?
To install the theme, put the contents of theme.css in Custom CSS code and set a hue:
@import url("https://glcdn.githack.com/smaniottonicola/jellyfin-custom-accent/-/raw/master/theme.css"); :root { --custom-hue: <value>; }
If I want to take that theme.css
file and just save it to my server itself instead of having Jellyfin fetch it each time the CSS loads, what would I put in the @import
rule? I placed the file in my Jellyfin Docker container’s config
folder and used @import "/config/theme.css”;
, but that does not seem to change the CSS at all.
Not sure if it counts (given this community), but the original PS4 immediately became my favorite console design. I am generally a fan of simple, elegant, soulless aesthetics.
On GrapheneOS, it is on by default and set to 18 hours. It makes sense to me to have the default be less than 24 hours.
Don’t switch to a privacy-violating platform just for a feature found in open source operating systems.
Direct link: https://blog.linuxmint.com/?p=4762
Flatpak does not support CLI only applicatoins
Where does that misinformation come from? That’s not the first time I’ve heard it. Was that actually true at one point?
Also “yo” = “me”, which is what makes the “tú” = “you” part funny
Nice! I was waiting for this release to do a fresh install over my previous Fedora installation that I had installed using Ventoy.
Don’t know why they’d put “Developer of the Newpipe app” as dev though
My guess is that they did not want to take credit as the developer of NewPipe itself. As if to say “We did not develop NewPipe, we just packaged it as a Flatpak”. There is probably a better way to get that across in the byline, but I believe that is the intent.
Yes, installing/running Jellyfin Server on Steam Deck. What would be the best way to install on an immutable OS like SteamOS where Flatpak is typically the go-to?
I had no issue with it when I set it up on my Steam Deck. Setting up docker/podman through distrobox or something just seems like so much extra hassle compared to a Flatpak.
Did they abandon the Flatpak package? The Jellyfin Player Flatpak is up-to-date, but the Server package on Flathub is at 10.8.13 and no longer listed on the Jellyfin website
https://jellyfin.org/downloads/server
EDIT: Looking at an archive from earlier this year, the Flatpak was tagged as “Community”, not “Official”. So I guess I shouldn’t be too surprised that the random packagers did not keep up with releases.
https://web.archive.org/web/20240104000907/https://jellyfin.org/downloads/server/
Is there even one positive comment here?
That doesn’t even look like a real phone number. Just use 0118 999 881 999 119 725 3
Not sure I would call that “active”. No activity in over a year. And even that was just changing a couple markdown files.
Make sure your Z axis rods are:
My guess is that something is wrong with one of the rods about four inches up.
I agree that using a code block is not the right way to handle quotes, but you can control the syntax highlighting in a markdown code block by adding a language identifier.
We never once asked for personal donations specifically in the hopes that if this moment ever came, our userbase would appreciate that we were able to make it this long on passion alone, and trust that your donation will make the best possible impact.
bool getBit(int num, int i) { return ((num & (1<<i)) != 0); }
def add(a, b): return a + b