Native Jellyfin Client for iOS and tvOS
Go to file
Tim Gaubel 9a1bd715db Translated using Weblate (German)
Currently translated at 98.6% (71 of 72 strings)

Translation: Swiftfin/Swiftfin
Translate-URL: https://translate.jellyfin.org/projects/swiftfin/swiftfin/de/
2022-01-03 08:00:06 -05:00
.github add ISSUE_TEMPLATE 2021-08-10 05:40:41 +09:00
bin Replace R.swift with Swiftgen 2021-11-08 03:37:01 +09:00
fastlane fix 2021-06-09 21:25:50 -07:00
JellyfinPlayer Merge pull request #233 from jhays/jhays/livetv 2021-12-30 15:58:51 -07:00
JellyfinPlayer tvOS Merge pull request #233 from jhays/jhays/livetv 2021-12-30 15:58:51 -07:00
JellyfinPlayer.xcodeproj Merge pull request #233 from jhays/jhays/livetv 2021-12-30 15:58:51 -07:00
JellyfinPlayer.xcworkspace start LiveTV section 2021-11-29 17:49:47 -06:00
Shared Merge pull request #233 from jhays/jhays/livetv 2021-12-30 15:58:51 -07:00
Translations Translated using Weblate (German) 2022-01-03 08:00:06 -05:00
WidgetExtension Merge branch 'main' into multi-server-url 2021-11-10 22:55:06 -07:00
.gitignore Replace R.swift with Swiftgen 2021-11-08 03:37:01 +09: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 hides home indicator 2021-12-28 11:12:39 +01:00
README.md Update xcode version 2021-09-22 08:43:49 -06:00
swiftgen.yml Replace R.swift with Swiftgen 2021-11-08 03:37:01 +09: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 13.0 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