this post was submitted on 26 Oct 2024
522 points (99.4% liked)

Linux

48044 readers
743 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] TheImpressiveX@lemmy.ml 78 points 1 week ago

I rate it a 10.10.0 out of 10.

[–] LeFantome@programming.dev 54 points 1 week ago

Jellyfin has been rock solid for me, especially since the move to .NET 8. Looking forward to this release.

[–] Dragonish@lemmy.dbzer0.com 23 points 1 week ago

I am loving the new release cadence!

[–] laxe@lemmy.world 20 points 1 week ago

I see Jellyfin, I insta upvote

[–] M600@lemmy.world 15 points 1 week ago (6 children)

I just setup Jellyfin on docker the other day for the first time.

It just occurred to me that I don’t know how to update docker.

Any advice?

[–] dangling_cat@lemmy.blahaj.zone 25 points 1 week ago* (last edited 1 week ago) (3 children)

Checkout watchtower! Auto update your containers. Don’t forget to set WATCHTOWER_CLEANUP to true, or your disk will be filled with old images.

[–] butter@midwest.social 4 points 1 week ago

I couldn't figure out watchtower. I just made a script to pull and restart and scheduled it to run daily at midnight.

load more comments (2 replies)
[–] talentedkiwi@sh.itjust.works 13 points 1 week ago* (last edited 1 week ago) (1 children)

Did you use docker compose file or just run a command to start the container?

Edit: I always use compose files. For that you can do the following:

docker compose pull
docker compose down
docker compose up -d

You don't technically need the stop, but I've found once or twice in the past where it was good to stop because of image dependencies that I forgot to put in my compose.

For running a command directly I found this website that seems to summarize it pretty well I think:

https://www.cherryservers.com/blog/how-to-update-docker-image

[–] M600@lemmy.world 3 points 1 week ago (1 children)

Yes, I used docker compose. Do I need to do anything to clean up with this method?

[–] talentedkiwi@sh.itjust.works 3 points 1 week ago* (last edited 1 week ago) (1 children)

Now that you mention it, I always do a

docker system prune -f

This will clean up old images that are no longer used. I setup an alias command in Linux to do all of those commands.

I just named it docker_update and saved it in my ~/.bashrc

[–] talentedkiwi@sh.itjust.works 3 points 1 week ago (1 children)

I see someone mention watchtower, while not a bad thing, I just prefer to manually update. This helps to ensure any breaking changes don't break my system. Especially with something like Immich at it's had a lot of them recently as they work towards stable. I just generally subscribe to their release and do updates as necessary.

[–] avidamoeba@lemmy.ca 3 points 1 week ago

And there are breaking changes in this Jellyfin release.

[–] avidamoeba@lemmy.ca 8 points 1 week ago

You could use a systemd unit file:

[Unit]
Description=docker_compose_systemd-sonarr
After=docker.service 
Requires=docker.service

[Service]
TimeoutStartSec=0

WorkingDirectory=/var/lib/sonarr

ExecStartPre=-/usr/bin/docker compose kill --remove-orphans
ExecStartPre=-/usr/bin/docker compose down --remove-orphans
ExecStartPre=-/usr/bin/docker compose rm -f -s -v
ExecStartPre=-/usr/bin/docker compose pull
ExecStart=/usr/bin/docker compose up

Restart=always
RestartSec=30

[Install]
WantedBy=multi-user.target

You'd place your compose file in the working dir /var/lib/sonarr. Depending on what tag you've set for the image in the compose file, it would be autoupdated, or stay fixed. E.g. lscr.io/linuxserver/sonarr:latest would get autoupdated whereas lscr.io/linuxserver/sonarr:4.0.10 would keep the container at version 4.0.10. If you want to update from 4.0.10, you'd have to change it in the compose file.

[–] CosmicTurtle0@lemmy.dbzer0.com 4 points 1 week ago (1 children)

If you set up using compose and don't have the version pinned:

dockee compose down && docker compose pull jellyfin && docker compose up -d

[–] Sandbag@lemm.ee 5 points 1 week ago (1 children)

What about if I am using Podman and have the container as a systemd unit file?

[–] exu@feditown.com 3 points 1 week ago

Podman supports auto updating natively by setting a label.
I use systemd service files for running containers, but you can add the same label on the command line or in quadlet files.

https://wiki.exu.li/linux/podman#auto-update-container

[–] Tenkard@lemmy.ml 3 points 1 week ago

Also depends on how you specified image in the docker. If it has no version or latest as version it will update otherwise it may be fixed

[–] picnic@lemmy.dbzer0.com 14 points 1 week ago (1 children)

I really like JF.

My biggest issue with it is that subtitles appear to be messed up timing wise upon continuing playback and its impossible to reset.

But other than that, I like it a lot. Thanks JF team!

load more comments (1 replies)
[–] DaGeek247@fedia.io 14 points 1 week ago (1 children)

Shame about the network location regression. That's the only thing that keeps my kodi device from taking 5-15 seconds to load each sub menu.

[–] iturnedintoanewt@lemm.ee 6 points 1 week ago (1 children)

What's this about? I didn't hear anything about it.

[–] DaGeek247@fedia.io 7 points 1 week ago

Network paths in libraries have been fully removed and will no longer work. This functionality has been deprecated for a long time, and most of it was removed in 10.9.0, but this removes the remainder. See PR #12446. Third-party clients relying on this functionality should be able to re-implement it as required.

from the article.

[–] Alfaspyke@lemmy.world 10 points 1 week ago* (last edited 1 week ago) (6 children)

I just recently converted from kodi to jellyfin after a Nas hardware crash. I run the server in a docker container on my Nas and the client on a Nvidia shield. Works great, but there is one niggle I haven't figured out and had much better experience on kodi. Subtitles.

I can't seem to find any adjustments for the subtitles in case they don't fit the video completely. There is no menu I have found that allows for adjusting the timing of subtitles.

How are you all coping with this? I use the arr stack and get subtitles through bazarr.

How do you all handle these things?

[–] domi@lemmy.secnd.me 6 points 1 week ago (3 children)

Probably a bad time to suggest the Jellyfin for Kodi plugin (since they removed the network paths in this version) but it's what I use for my main playback device.

All the goodies of playback via Kodi but play state and metadata gets synced from Jellyfin.

Another option of course would be to open the file(s) in MKVToolNix to add and correct the subtitle offset there.

load more comments (3 replies)
[–] Flying_Hellfish@lemmy.world 4 points 1 week ago

Are you using subtitle sync in bazarr? I don't use jellyfin, but have found that bazarr has fixed most of my subtitles that were not in sync just by enabling the option. I think it's CPU intensive though, so don't do the whole library at once.

load more comments (4 replies)
[–] mub@lemmy.ml 7 points 1 week ago (5 children)

I liked Jellyfin when I tested it last year but it had 3 show stoppers for me.

  1. Samsung app was flakey and had to be side loaded.
  2. Each profile had to use a password and had a full keyboard to enter. Needs a no password option, and a pin pad option.
  3. Not everything played successfully.

Have any of these things been fixed?

[–] Bronzie@sh.itjust.works 18 points 1 week ago (2 children)

1: The official Android app didn’t work?
That’s strange as I run it on a Samsung and Pixel straight from the PlayStore. What were your problems?

2: This is not required as long as the profile is set up wthout a password.

3: This depends on the client and codecs supported by it. Newer phones support most, or is able to transcode. Weaker/older units are not.

[–] herrvogel@lemmy.world 16 points 1 week ago (2 children)

They're probably talking about Samsung TVs, not their android phones/tablets. Installing jellyfin on those things can be a chore. My experience with LG was similar. The official build was out of date and riddled with issues that didn't exist on other versions. It refused to play videos that worked well enough on other devices, transcode or no.

[–] Bronzie@sh.itjust.works 8 points 1 week ago

That thought didn’t cross my mind, and you must be right.

I’d say go for a streamer of some sort as a solution. Not had many issues on the CCWGTV.

[–] mub@lemmy.ml 5 points 1 week ago

Yeah tizen based TV. So no android apps.

[–] caseyweederman@lemmy.ca 7 points 1 week ago (1 children)

Speaking to #2, I'm surprised since I always use the "sign in from another device" feature, where I punch some numbers into the app on my phone and it signs me into the tv.
That said, the tv is running the desktop app.

[–] mub@lemmy.ml 5 points 1 week ago

Not seen that option, it.might be useful. However, If I move from Plex it needs to be familiar to everyone else in the house. Retraining them is tricky.

[–] JoshuaFalken@lemmy.world 5 points 1 week ago

Echoing @Bronzie@sh.itjust.works, I downloaded the first party app right from the Play Store on my Samsung. Though I prefer the third party, Findroid, the first party app is good for the dashboard management.

When we launch Jellyfin, we are shown icons for what user, we select the user, and it opens the associated library. Similar to Netflix.

I started using Jellyfin about two years ago now, and have only encountered a codec issue here and there, but I've found it can be worked around by setting playback to another player, like VLC.

[–] ShortN0te@lemmy.ml 4 points 1 week ago (3 children)
  1. Not sure what you mean by that. Jellyfin has had an up to date version in the play store for years.
  2. Yes every Profile is separated into its own account, that's by design and will most likely never change. An easy PIN option in the local network existed for years. Now you can even login with your phone app by entering a displayed PIN.
  3. I remember very few media that i had issues with in the past. Depending on the transcode hardware you have some things can be tricky
load more comments (3 replies)
[–] FitzTheBastard@lemmy.world 3 points 1 week ago (1 children)
[–] turmacar@lemmy.world 3 points 1 week ago

Samsung TVs

load more comments (1 replies)
[–] Lemmchen@feddit.org 7 points 1 week ago

Many major enhancements to transcoding and playback, including support for software tonemapping of HDR10, HLG and DoVi, preliminary support for DoVi Profile 10, support for Dolby AC-4 audio, more stereo downmixing algorithms, QSV device selection, and more! Our FFmpeg is also now based off the upstream FFmpeg 7.0 release for additional features and improvements there.

Does that mean no grey mess anymore when playing HDR files?

[–] Zeke@lemmy.world 4 points 1 week ago

goal to remove 32-bit ARM support in 10.11.0

I'm still running jellyfin on a rPI 2, performance is not great but not too bad either. Maybe it could be an excuse to finally upgrade my hardware.

[–] pineapplelover@lemm.ee 4 points 1 week ago

Last time I updated I had to set all my user accounts again :(

load more comments
view more: next ›