Native Jellyfin Client for iOS and tvOS
Go to file
2021-08-22 20:26:57 -04:00
.github add ISSUE_TEMPLATE 2021-08-10 05:40:41 +09:00
fastlane fix 2021-06-09 21:25:50 -07:00
JellyfinPlayer Merge branch 'main' into fix-videoplayer-option-view 2021-08-21 12:53:51 -04:00
JellyfinPlayer tvOS add tvOS top shelf 2021-08-22 20:23:45 -04:00
JellyfinPlayer.xcodeproj wtf was that 2021-08-22 20:26:57 -04:00
JellyfinPlayer.xcworkspace fix orientation being null, crash 2021-08-15 13:12:16 -04:00
Shared Merge branch 'main' into custom-time-skip-duration 2021-08-18 16:11:29 -04:00
Translations wtf was that 2021-08-22 20:26:57 -04:00
WidgetExtension [create-pull-request] automated change 2021-06-25 18:46:43 +00:00
.gitignore switch to official cast sdk. 2021-06-20 15:05:55 -04:00
.swiftformat Apply SwiftFormat (#44) 2021-06-10 08:04:46 -07:00
Gemfile Add fastlane - increase res. a bit 2021-05-22 10:03:48 -04:00
LICENSE.md Fix some formatting 2021-06-09 23:15:51 -07:00
Podfile switch to official cast sdk. 2021-06-20 15:05:55 -04:00
README.md Add tvOS note 2021-08-15 11:49:32 -04:00

Swiftfin

Swiftfin

Swiftfin is a modern client for the Jellyfin media server. Redesigned in Swift to maximize direct play with the power of VLC and look native on all classes of Apple devices.

Swiftfin is currently available for iOS and iPadOS. tvOS support is being worked on, but is not available for public testing at this time.

Join the Beta on TestFlight

Don't see SwiftFin in your language?

Check out our Weblate instance to help translate Swiftfin and other projects.

⚙️ Development

Xcode 12.5 with command line tools.

Build Process

# install Cocoapods (if not installed)
$ sudo gem install cocoapods

# install dependencies
$ pod install

# open workspace and build it
$ open JellyfinPlayer.xcworkspace