726
submitted 5 months ago* (last edited 5 months ago) by otter@lemmy.ca to c/selfhosted@lemmy.world

Take a skim through the link for full details (especially the breaking changes), but I have included some parts that I thought were important:

This release has been over two years in the making, so we're really glad to finally get it out to you. The long cycle does mean quite an extensive changelog however, with well over 1100 pull requests merged into our master branch since 10.8.0 first dropped back in 2022.

General

  • We now support "trickplay" a.k.a. live video scrubbing. When scrubbing through a video with this enabled, you will be able to see a live preview of the video at that timestamp. Note that this requires explicit client support, which may require some time to become available depending on your client.

  • [...]

  • We now support AVIF and WEBP images for Pictures libraries.

  • Tags are now accounted for during searches, allowing one to search by tag.

  • We now support multiple simultaneous subtitle tracks (maximum of two, a primary and secondary) in the web player.

  • We've revamped the administrative dashboard UI to help improve usability and ease of finding options.

API & Security

  • All API endpoints now return proper return codes, ensuring that API endpoint results can be reliably interpreted without additional parsing.

  • Parental ratings are significantly improved, with better enforcement, inheritable ratings, and more.

  • LiveTV and Collection permissions are now discrete and configurable per-user.

  • The EasyPassword (PIN) feature has been removed as this was a big security risk especially for administrator accounts; QuickConnect login is still supported however.

  • User permission handling has been unified and numerous bugs fixed, ensuring a more secure server from untrusted users.

Core Server & Networking

  • [...]
  • The server now supports in-process restarting, and removes the old hacky restart.sh method. This should make things like installing plugins much more robust and ensure a consistent restart experience regardless of platform or install method.
  • [...]
  • The backend SQLite database now supports connection pooling, which should improve performance for database operations.
  • [...]

Also sections on Packaging, Transcoding & FFmpeg improvements/support, Scanning, Library & Playlist Management, and Casting


The Next Version

With our continuous integrations improvements outlined previously, we're quite confident that this will be our last "very long" release cycle. Our plan is for the next major version (10.10.0) to be released at most 6 months from now, some time in October. We hope this increased cadence will help alleviate the problems with large releases such as a very long time-to-stable for new features, translations, etc. and help lower the number of major bugs at each major release, streamlining the upgrade process. But this needs everyone's help. Back in October 2023, we made a call for developers, and we've gotten a lot of interest, but this is not a one-and-done event. We need contributions now more than ever, especially around the web frontend to help implement our planned design changes. If this interests you, please reach out and we can help get you set up.

top 50 comments
sorted by: hot top controversial new old
[-] hperrin@lemmy.world 88 points 5 months ago

Yay Jellyfin! What an awesome app!

[-] RootBeerGuy@discuss.tchncs.de 43 points 5 months ago

Awesome! Also great its just one breaking change. I think I don't use that variable, don't recall it at all.

[-] suckmyspez@lemmy.world 29 points 5 months ago

Now I’ll need to figure out how to update my instance 😅

[-] slazer2au@lemmy.world 17 points 5 months ago* (last edited 5 months ago)

cd ~/jellyfin/
nano docker-compose.yml (change version to latest or pin to 10.9)
sudo docker compose down && sudo docker compose up -d

[-] hperrin@lemmy.world 78 points 5 months ago

You don’t actually need to run down first. Just a docker compose pull if you haven’t made any changes, then docker compose up -d will restart whatever needs to be restarted.

[-] Zelaf@sopuli.xyz 7 points 5 months ago

I wish I could upvote twice, you're gonna save me so much time.

[-] swooosh@lemmy.world 4 points 5 months ago* (last edited 5 months ago)
[-] hperrin@lemmy.world 5 points 5 months ago

Try it. Just change an environment variable, then run up -d and you’ll see.

[-] swooosh@lemmy.world 11 points 5 months ago

My original post was rubbish which is why i deleted it. In hindsight this reads as if I was calling out the upper level comment. I'm sorry.

[-] rambos@lemm.ee 2 points 5 months ago

Can you explain this please

[-] swooosh@lemmy.world 5 points 5 months ago

Forget it please

load more comments (1 replies)
[-] suckmyspez@lemmy.world 5 points 5 months ago* (last edited 5 months ago)

Thanks for the tip!

Unfortunately I set mine up with synology’s own container manager (many regrets) and so far I’ve not been able to bump anything. Will have another go when I’m home but I may up up tearing it all down and starting again using docker compose. Seems like the better option

[-] Orygin@sh.itjust.works 1 points 5 months ago* (last edited 5 months ago)

The latest version of Synology with the container manager allows you to update images from the registry and will restart the container for you.
But I still migrated to docker compose to enable hw transcoding with quicksync

[-] suckmyspez@lemmy.world 1 points 5 months ago

That is also my understanding. But for whatever reason, after updating the image and restarting the container, Jellyfin is still reporting 10.8 on the admin dashboard 😢

Did you follow any docs for your migration?

[-] Orygin@sh.itjust.works 1 points 5 months ago

I did not yet upgrade to the latest version, but to migrate to compose I only had to copy the volume paths and the environment variables from Synology.
I can share my compose yaml by the end of the day if you need.

Before I upgrade I will try putting the cache on a SSD instead, seems it can improve performance quite a bit

[-] thisNotMyName@lemmy.world 3 points 5 months ago

*10.9 if not latest. For the risk averse folks out there, check out https://github.com/containrrr/watchtower I just let it run every night, so far w/o problems

[-] lemmyvore@feddit.nl 9 points 5 months ago

If you're risk averse don't update automatically. Some of the minor releases can be buggy.

[-] thisNotMyName@lemmy.world 1 points 5 months ago

Sorry, I meant risk taking not averse (not my 1st language) Regarding the bugs, they get usually fixed within days

[-] lemmyvore@feddit.nl 1 points 5 months ago

I wish there was some kind of place where we could croudsource impressions and fixes for new versions of docker images.

Manjaro does something like this for their releases. They also have a survey that indicates how well things went (although it's participant biased to some degree since folks who had a problem tend to vote more than people who didn't).

It would be amazing to be able to pop in and see that jellyfin had a couple of new releases, that one of them does much better than the others in terms of overall quality, and what kind of issues there are (and how to fix them).

[-] kalpol@lemm.ee 7 points 5 months ago

In Linux you just download, extract, and change the symlink. It is really easy.

[-] stom@lemmy.dbzer0.com 2 points 5 months ago

Still waiting on rpmfusion to update. I wonder how long I'll have to wait

[-] sunbeam60@lemmy.one 25 points 5 months ago

I’ve already paid for a lifetime license of Plex. Is it worth considering a switch?

[-] Catsrules@lemmy.ml 59 points 5 months ago

Just run Jellyfin along side Plex and see.

[-] Jambone@lemmy.world 25 points 5 months ago

I have the same question, mainly because it seems like the Plex interface is trying too hard to show stuff that's not on my local server.

[-] PM_Your_Nudes_Please@lemmy.world 11 points 5 months ago* (last edited 5 months ago)

You can hide all of that on your sidebar customization settings, but yeah it’s annoying that it’s turned on by default. The Discover is occasionally useful, but I honestly use Overseerr for discoverability more than I use Plex’s built-in search.

My biggest complaint with Plex is the lack of support for .m3u8 playlists. I want to be able to give it a list of livestreams, and then tune into those via Plex. Plex obviously already has live-streaming support built in via their Plex channels, but they have actively worked against custom livestream playlists, (it used to be supported via an extension, but they removed extension support.)

[-] kokesh@lemmy.world 19 points 5 months ago

I left Plex about two years ago and haven't looked back since. Install Jellyfin and see if you like it .

[-] jose1324@lemmy.world 8 points 5 months ago
[-] stom@lemmy.dbzer0.com 29 points 5 months ago

Lacking a centralised server that even self-hosted instances must use to validate admins and will render your instance inaccessible if Plex's server goes down again?

I'm fine with that.

[-] ArtVandelay@lemmy.world 19 points 5 months ago
[-] skittlebrau@lemmy.world 5 points 5 months ago

Jellyfin server isn’t lacking, but the weak point is definitely client software, especially on iOS. Unfortunately they just don’t have the same kind of resources Plex do in that regard.

I run Plex and Jellyfin, with watched status between the two synchronised with jellyplex-watched.

[-] Insanelysick@lemmy.world 1 points 5 months ago

Errrm infuse.. hands down awesome on iOS macOS and tvOS.

[-] skittlebrau@lemmy.world 1 points 5 months ago* (last edited 5 months ago)

Unless I’m missing something, you can’t have multiple user profiles.

I use Infuse on my Apple TV with Plex Media Server as the backend. I can work with that limitation on Apple TV because my wife and kids use the official Plex app while I use Infuse, but ideally I’d prefer if we all used Infuse.

[-] Insanelysick@lemmy.world 1 points 5 months ago

Ahh yes multi user is unfortunately not an infuse feature. Swiftfin does however have multiple users on iOS and presumably tvOS but isn’t as polished as infuse.

[-] DrinkMonkey@lemmy.ca 4 points 5 months ago

The layout of Plex definitely fits my brain waaaaay better with respect to navigation. But I hardly use it because I keep running into playback stuttering which doesn’t happen on Infuse, which I point at Jellyfin in my Synology. Will give this version another try.

[-] PrettyFlyForAFatGuy@feddit.uk 2 points 5 months ago

I was getting stuttering on my server the other day but i think it was caused by mismatched client/server versions. When i upgraded the server to the latest release it went away

load more comments (1 replies)
[-] pineapplelover@lemm.ee 17 points 5 months ago

Glad to donate money to the team. Love their work

[-] Catsrules@lemmy.ml 17 points 5 months ago

Dang that is a bunch of fixes.

My thumb got tired of scrolling lol.

[-] PlexSheep@infosec.pub 6 points 5 months ago

I am very happy to hear that. Will update later today.

[-] Sunny@slrpnk.net 6 points 5 months ago* (last edited 5 months ago)

Woah what a massive feature list, kudos to the Devs! 🙌

[-] asphalt@lemmy.dbzer0.com 4 points 5 months ago

I wonder if lyrics on songs work now

[-] apinsard@lemmy.world 5 points 5 months ago

Yep it does after a quick library scan. Only on supported clients though, not jellyfin media player yet

[-] WhyAUsername_1@lemmy.world 2 points 5 months ago

Can you explain how to configure it? I use finamp

[-] domi@lemmy.secnd.me 7 points 5 months ago* (last edited 5 months ago)

Do a library rescan on your music library and then download the latest Finamp beta from here: https://github.com/jmshrv/finamp/releases

Lyrics should work then:

@Catsrules@lemmy.ml

load more comments (1 replies)
[-] erre@programming.dev 4 points 5 months ago

My LinuxServer container stopped listening on the Jellyfin port. Not sure if related to the update 🤔

[-] tagginator@utter.online 3 points 5 months ago

New Lemmy Post: Jellyfin | "We are pleased to announce the latest stable release of Jellyfin, version 10.9.0!" (https://lemmyverse.link/lemmy.world/post/15305516)
Tagging: #SelfHosted

(Replying in the OP of this thread (NOT THIS BOT!) will appear as a comment in the lemmy discussion.)

I am a FOSS bot. Check my README: https://github.com/db0/lemmy-tagginator/blob/main/README.md

[-] pyrosis@lemmy.world 2 points 5 months ago

I noticed some updates on live video streaming. I do wonder if that will help in how jellyfin interepts commercial breaks.

Let's say I have an m3u8 playlist with a bunch of video streams. I've noticed in jellyfin when they go to like a commercial the stream freaks out. It made me wonder if the player just couldn't understand the ad insertion.

Anyway wonderful update regardless and huge improvement.

[-] kevincox@lemmy.ml 2 points 5 months ago

Oh, flac fixes for HLS. I wonder if https://github.com/jellyfin/jellyfin/issues/8722 was fixed. I'll have to try it out today.

[-] umbrella@lemmy.ml 2 points 5 months ago

is there a way to play partially downloaded files on jellyfin?

[-] suction@lemmy.world 2 points 5 months ago

Fucka you Jerifin, fucka u whare

[-] fixmycode@feddit.cl 1 points 5 months ago

that's cool and all but when are we getting Jellyfin for Tizen on the Samsung TV app store? That's the only thing stopping me from switching, I don't want to deploy it myself

load more comments
view more: next ›
this post was submitted on 12 May 2024
726 points (100.0% liked)

Selfhosted

39866 readers
450 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS