this post was submitted on 08 Sep 2024
124 points (100.0% liked)

Jellyfin: The Free Software Media System

5572 readers
13 users here now

Current stable release: 10.9.7

Community Standards

Website

Forum

GitHub

Documentation

Feature Requests

Matrix (General Information & Help)

Matrix (Announcements)

Matrix (General Development)

Matrix (Off-Topic) - Come get to know the team and blow off steam!

Matrix Space - List of all the available rooms on Matrix.

Discord - Bridged to our Matrix rooms

founded 4 years ago
MODERATORS
 

Official forum announcement

Jellyfin Server

General Changes

  • Fix subtitle and attachment extraction when input path contains quotes [PR #12575], by @dmitrylyzo
  • Use filtered codecs to build appliedConditions [PR #12562], by @nyanmisaka
  • Fix alt version name generation [PR #12558], by @Bond-009
  • Create and use FormattingStreamWriter [PR #12550], by @Bond-009
  • Fix CodecProfiles and video encoder profiles [PR #12521], by @nyanmisaka
  • Don't apply chapter image settings to music [PR #12531], by @gnattu

Jellyfin Web

Enhancements

  • Show slideshow controls when touched [PR #6016], by @tcely
  • Hide studios for collections and playlists [PR #6012], by @thornbill
  • Fix overly strict dovi level testing [PR #5983], by @nyanmisaka
  • Apply Maximum Allowed Audio Channels to DirectPlay [PR #5972], by @dmitrylyzo

General Changes

  • Fix autocast when already connected [PR #6013], by @thornbill
  • Fix touch events in experimental video player [PR #6015], by @thornbill
  • Fix network mode for localhost server [PR #6011], by @thornbill
  • Fix create library crashing when no path specified [PR #6010], by @jwaresoft
  • Fix play all & shuffle not working on genres [PR #5949], by @viown
you are viewing a single comment's thread
view the rest of the comments
[–] mmmmmsoup@lemmy.today 1 points 1 week ago (2 children)

Although an auto-update feature would be very welcome, manually applying each update is getting annoying

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

Bro, just docker-compose pull && docker-compose up -d

[–] mmmmmsoup@lemmy.today 1 points 6 days ago

I’m a bit of a noob with all this stuff, I run it off a Mac Mini. Can I still do this?

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

Throw it in a crontab job if you're on Linux even, 1 line in cron to run everything there to update on whatever schedule you want

[–] matcha_addict@lemy.lol 3 points 1 week ago (1 children)

Do you use a package manager? It should take care of updating everything for you at once.

[–] mmmmmsoup@lemmy.today 1 points 6 days ago (1 children)

I’m on a Mac, can I set something like that up?

[–] matcha_addict@lemy.lol 2 points 6 days ago

Macos has homebrew, which I think can do the same thing!