* WIP * WIP * Localization and better planning. Remove the Username as this will end up in another section. Updated planning here: https://github.com/jellyfin/Swiftfin/discussions/1283 | 5 more views required! * Initializing an optional variable with nil is redundant line * Remove Live TV since that will go in another section * Cleanup Coordinator / Merge with Main * Remove all 'Allows' from strings * Fix Merge Issues * Use CaseIterablePicker, Binding.map * BackgroundState == updating, change all of the buttons to visible when custom by process of elimination opposed to the default custom value. Make all of the input fields use temp values to make it less jarring. * Update SessionsSection.swift * Learn more! * Validate > 0, don't allow inputs to be less than 1 and reset tempValues when the enum is updated. * use new binding extensions * String fixes * Don't test against adminDefault for users or userDefault for admins. * Linting indentation * Default vs UserDefault + no more reason to have temporary variables. * cleanup * format --------- Co-authored-by: Ethan Pippin <ethanpippin2343@gmail.com> |
||
---|---|---|
.github | ||
Documentation | ||
PreferencesView | ||
Resources | ||
Shared | ||
Swiftfin | ||
Swiftfin tvOS | ||
Swiftfin.xcodeproj | ||
Translations | ||
fastlane | ||
.gitignore | ||
.swiftformat | ||
Cartfile | ||
ChromeCastFramework.json | ||
Gemfile | ||
LICENSE.md | ||
README.md | ||
RedrawOnNotificationView.swift | ||
swiftgen.yml |
README.md
Swiftfin is a modern video client for the Jellyfin media server. Made using Swift to maximize direct play with the power of VLC and look native on all classes of Apple devices.
⚡️ Download
🛠️ TestFlight
Use the TestFlight version to test new features and bug fixes before being published to the App Store. We are grateful for your time and resources for reporting new bugs.
[!NOTE] As of June 11, 2024, only iOS has a TestFlight version. tvOS is planned for the near future.
⚙️ Development
Thank you for your interest in Swiftfin! Please check out the Contribution Guidelines to get started.
📚 Translations
Don't see Swiftfin in your language?
Check out our Weblate instance to help translate Swiftfin and other Jellyfin projects.
🎬 Player Differences
Swiftfin offers both Native (AVKit) and Swiftfin (VLCKit) players to provide the best compatibility across Apple devices. To learn more about the capabilities and differences between these players, visit our Player Differences documentation.