The menu bar app and package for Jellyfin Server on macOS.
Go to file
2020-07-19 19:47:59 -04:00
.ci Update for new ffmpeg 2020-07-19 19:47:59 -04:00
deployment Add full Azure Pipeline CI (#32) 2020-06-02 04:12:35 -04:00
Jellyfin Server Merge pull request #31 from anthonylavado/master 2020-05-26 00:19:10 -04:00
Jellyfin Server.xcodeproj Small fixes and TODO 2020-05-26 00:18:41 -04:00
.gitignore Add full Azure Pipeline CI (#32) 2020-06-02 04:12:35 -04:00
AUTHORS.md Remove extra pieces, fix merges 2020-02-17 02:13:25 -05:00
ffmpeg LICENSE.txt Revert to original wrapper. 2020-05-10 23:13:35 -04:00
LICENSE Revert to original wrapper. 2020-05-10 23:13:35 -04:00
package-lock.json Add full Azure Pipeline CI (#32) 2020-06-02 04:12:35 -04:00
package.json Add full Azure Pipeline CI (#32) 2020-06-02 04:12:35 -04:00
README.md Update the readme for current changes 2020-05-17 02:58:49 -04:00

Jellyfin for macOS

Part of the Jellyfin Project

Jellyfin for macOS is a launcher/wrapper built in Swift and Objective-C.

Build Process

Getting Started

The Build Process instructions need to be updated, and will be coming soon.

FFmpeg Download

It's recommended to use a static macOS build of FFmpeg, such as Zeranoe's Builds.

At the time of writing, please use ffmpeg-4.2.2-macos64-static.zip.

Troubleshooting

The project didn't build!

Please review the error inside Xcode. If a build failed, it is likely because the resources aren't in the right directory.

The project built, but Jellyfin didn't launch. Xcode shows an error.

This is because Jellyfin needs to be placed in the app bundle so it can be launched. This is currently a manual process, which will be automated for future use.

Does the console show a Failed to bind to address message? You may already have a copy of Jellyfin running on your computer. This can happen if you did not shutdown a separate Jellyfin install, or if you clicked on "Stop" inside Xcode. Use Activity Monitor to find and quit any open Jellyfin process.

The project built, but Jellyfin didn't launch. There are no errors I can see.

This wrapper may launch the Web UI too quickly. This will eventually be configurable. In the meanwhile, you can use the Jellyfin icon in the menu bar to launch the Web UI again.