Jellyfin Mobile for iOS
Go to file
2024-08-31 01:19:14 -04:00
__tests__ Add test for i18n 2021-03-03 09:15:42 -05:00
.github Update CI dependencies 2024-06-27 22:47:44 +00:00
.vscode Update VS Code config 2024-05-30 13:33:45 -04:00
assets Use new logo 2024-08-22 11:53:37 -04:00
components Update tests 2023-03-10 16:50:29 -05:00
constants Add file downloads 2022-04-30 01:42:13 -04:00
hooks Fix eslint errors 2020-07-21 23:37:43 -04:00
langs Added translation using Weblate (Cornish) 2024-08-31 01:19:14 -04:00
models Update tests 2022-12-01 13:21:13 -05:00
navigation Merge pull request #374 from thornbill/tiny-tab-bar 2022-05-30 13:30:49 -04:00
screens Use new logo 2024-08-22 11:53:37 -04:00
stores Cleanup extra parens 2022-12-01 14:04:23 -05:00
themes Fix import order issues 2021-10-07 01:27:36 -04:00
types Remove comment from json file 2020-12-30 16:39:57 -05:00
utils fix android version type mismatch 2024-08-01 23:53:24 +02:00
.editorconfig Add quote type rule to editorconfig 2021-02-23 01:31:15 -05:00
.eslintrc.json Add tooling support for typescript 2022-03-23 13:54:47 -04:00
.gitattributes Add gitattribute language config for staticjs files 2021-02-25 13:07:34 -05:00
.gitignore Update eslint and jest config for tests 2021-03-02 12:27:43 -05:00
.npmrc Add node version and npm config 2023-09-08 09:39:51 -04:00
.nvmrc add .nvmrc 2024-07-27 10:21:40 -05:00
.watchmanconfig Initial commit 2019-08-19 02:50:00 -04:00
App.js Use new logo 2024-08-22 11:53:37 -04:00
app.json Bump version to 1.5.0 2022-04-26 10:03:56 -04:00
babel.config.js Upgrade to Expo 46 2023-03-10 16:45:41 -05:00
codecov.yml Update codecov config to be less strict on coverage changes 2021-10-07 01:17:30 -04:00
i18n.js Add new locales 2022-04-26 09:29:06 -04:00
jest.setup.js Update tests 2022-12-01 13:21:13 -05:00
LICENSE Add license 2019-08-19 02:54:19 -04:00
metro.config.js Update metro config 2021-11-04 12:46:09 -04:00
package-lock.json Fix incorrect react-native version 2024-06-03 14:44:32 -04:00
package.json Merge pull request #497 from thornbill/sync-node-version 2024-06-13 21:41:48 -04:00
README.md Update README.md 2023-04-01 16:27:56 -06:00
tsconfig.json Add tooling support for typescript 2022-03-23 13:54:47 -04:00

Jellyfin Mobile

Part of the Jellyfin Project


Logo banner

MPL-2.0 license Current Release Translation Status Codecov
Donate Feature Requests Chat on Matrix Join our Subreddit

Download on the App Store

Jellyfin Mobile is a mobile app built with Expo primarily targeting iOS devices. We welcome all contributions and pull requests! If you have a larger feature in mind please open an issue so we can discuss the implementation before you start. We use GitHub Projects as a general roadmap for releases.

Translations

Translations can be improved very easily from our Weblate instance. Look through the following graphic to see if your native language could use some work!

Detailed Translation Status

Build Process

Getting Started

  1. Clone or download this repository.

    git clone https://github.com/jellyfin/jellyfin-expo.git
    cd jellyfin-expo
    
  2. Install build dependencies using npm in the project directory.

    npm install
    
  3. Start the build tools.

    npm start
    
  4. Follow the directions in the terminal or browser window to open on a device or emulator.

FAQ

What is the difference between this and other Jellyfin app projects?

App Name Status Platforms Description
Jellyfin Mobile Active iOS, iPadOS The app in this repository. It is a web wrapper based on Expo (React Native) with some native enhancements. It is available on the App Store for iPhone and iPad.
Swiftfin Active iOS, iPadOS, tvOS Swiftfin is a modern video client. Designed in Swift to maximize direct play with the power of VLC and look native on all classes of Apple devices. The beta is available on the App Store.
Jellyfin Player iOS Archived iOS, iPadOS An effort to create a media playback app in native Swift. It only supported media playback. This project has been archived as there was no interest for maintaining it.
Jellyfin React Client Archived iOS, iPadOS An early project to create a single multiplatform app based on React Native. This project has been archived as we have changed direction to utilize native web wrappers on most platforms.