Work In Progress — March 2022

It has been a little while since my last update… in addition to the usual holiday craziness, I was dealing with some sickness at the end 2021 that seriously reduced my open-source activity. Then at the end of January I started a position with a new employer. It has taken me awhile to get back into the full swing of things, but I believe I am getting there now.

Here are some of the open-source contributions I made in the month of March.

This month I have reviewed a total of 74 PRs in 10 repositories.

Jellyfin

There have been some major new releases for Jellyfin projects in March!

Android TV v0.13 was released this month. A huge shout out to Niels, Cameron, and all the other contributors for this release. (I really only fixed one minor bug for this release.) You can read the release post for additional information about the new features and improvements.

The long awaited Beta 1 release for Jellyfin 10.8.0 is now available. As usual, make sure you have proper backups available before trying any pre-release builds. Details can be found in the release announcement.

jellyfin-web

The majority of my focus has been towards jellyfin-web recently. A lot of this has been geared towards fixing minor issues in 10.8 in hopes of making it our most polished release to date. A release branch for 10.8 was created as part of the release process for the first beta. This means that work on 10.9 has already started on the master branch. I have started working on some general code cleanup and minor refactoring as part of 10.9. There is still a long way to go, but my hope is that cleaner code will foster new contributions in the future.

jellyfin-expo

I made some updates to the jellyfin-expo project to support Jellyfin 10.8, fix some minor issues and warnings, improve test coverage, and make some tooling updates. A new app release will happen sometime before Jellyfin 10.8 is released to ensure compatibility.

jellyfin-sdk-typescript

Work on the TypeScript SDK is still ongoing. I thought I was more or less finalized with the API of the SDK, but the approach I had taken did not allow the SDK to be tree-shaken properly. This was a pretty big issue due to the size of the generated client. The new API can be seen in jellyfin-sdk-typescript#149 which is still in progress since I need to add some documentation for upgrading.

My plan is to work towards moving the SDK to the Jellyfin organization after the next release, since this will (hopefully) be the last major change needed for the API.

jellyfin

I did manage to contribute a few small updates to the Jellyfin server codebase this month despite my lack of experience with C#. I made some adjustments to the behavior of the new "rewatching" feature in the next up home section (although it is still buggy in some cases). I also made some updates to how studio images are provided and where they are sourced from.

jellyfin-androidtv


If you are interested in supporting my work, you can sponsor me on GitHub.