New CI, New Repo, A Renewed Push for 10.9.0 (jellyfin.org)
from Untold1707@lemm.ee to jellyfin@lemmy.ml on 09 Mar 2024 04:56
https://lemm.ee/post/26222474

#jellyfin

threaded - newest

Spuddlesv2@lemmy.ca on 09 Mar 2024 05:22 next collapse

Fantastic work. Really looking forward to 10.9.

SzethFriendOfNimi@lemmy.world on 09 Mar 2024 06:26 collapse

Is there some list of the new planed features/changes?

Spuddlesv2@lemmy.ca on 09 Mar 2024 07:02 next collapse

Not in any easily-readable format, no. You can look at PR’s and the like but that’s a bit of a pain. I imagine they’ll release something once they feature freeze in a week or so.

ebits21@lemmy.ca on 09 Mar 2024 15:43 collapse

Yeah they’ll have a post in the near future I’m sure.

JVT038@feddit.nl on 09 Mar 2024 11:28 collapse

On Mastodon, once of the maintainers (@hetisniels@mastodon.social) is posting some of the features for 10.9.

monty33@lemmy.ml on 09 Mar 2024 13:34 collapse

Is that user correct? I get an error when I click on it.

ebits21@lemmy.ca on 09 Mar 2024 15:45 next collapse

@hetisniels@mastodon.social

Edit: that is correct but I get the error too. Just search on mastodon lol.

Link works if you ask it to open in Ivory (mastodon client)

JVT038@feddit.nl on 09 Mar 2024 16:42 collapse

It’s a Mastodon account, so it’s quite possible that Lemmy can’t handle it. You can also go to mastodon.social/@hetisniels

barkingspiders@infosec.pub on 09 Mar 2024 07:07 next collapse

🎉

LunchEnjoyer@lemmy.world on 09 Mar 2024 09:28 next collapse

Long live Jellyfin! 🙌

possiblylinux127@lemmy.zip on 11 Mar 2024 00:37 collapse

That’s one of the great things about free software

beerclue@lemmy.world on 09 Mar 2024 10:31 next collapse

I hope I can move from nightly directly to the RCs, the freeze versions.

I had the bad idea of trying out 10.9 nightly, and I couldn’t go back to 10.8, so I have to live with the bugs and incompatible plugins :(

entropicdrift@lemmy.sdf.org on 10 Mar 2024 18:38 collapse

And that’s why you always make a backup before trying out alpha or beta software

AMillionMonkeys@lemmy.world on 09 Mar 2024 13:27 collapse

Awesome! … What’s a CI?
(I started reading the link but it doesn’t introduce the term.)

Hellstormy@lemmy.world on 09 Mar 2024 13:41 next collapse

Probably “Code Integration”?

Fribbtastic@lemmy.world on 09 Mar 2024 13:53 collapse

Could also be “Continous Integration” (from CI/CD - Continous integration/Continous deployment/delivery)

judging by the “Why build a new CI?” section their old “CI” was built on Azure DevOps so I would go with Continous Integration here.

Hellstormy@lemmy.world on 09 Mar 2024 16:11 collapse

Ahh yes, makes more sense

dessalines@lemmy.ml on 10 Mar 2024 20:51 next collapse

It’s how programmers test code (on machines that aren’t the ones they develop on).

possiblylinux127@lemmy.zip on 11 Mar 2024 00:36 collapse

It is part of the automation pipeline. It is basically a system to take new code and process it.