Jellyfin Mobile for iOS
Go to file
dependabot[bot] 5e17648c42
Bump eps1lon/actions-label-merge-conflict from 2.0.1 to 2.1.0
Bumps [eps1lon/actions-label-merge-conflict](https://github.com/eps1lon/actions-label-merge-conflict) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/eps1lon/actions-label-merge-conflict/releases)
- [Changelog](https://github.com/eps1lon/actions-label-merge-conflict/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eps1lon/actions-label-merge-conflict/compare/v2.0.1...v2.1.0)

---
updated-dependencies:
- dependency-name: eps1lon/actions-label-merge-conflict
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-01 00:30:14 +00:00
__tests__ Add test for i18n 2021-03-03 09:15:42 -05:00
.github Bump eps1lon/actions-label-merge-conflict from 2.0.1 to 2.1.0 2022-11-01 00:30:14 +00:00
.vscode Fix eslint issues on save in vscode 2021-10-07 01:27:53 -04:00
assets Add setting to enable downloads 2022-04-30 01:49:47 -04:00
components Add DownloadListItem tests 2022-05-04 23:39:12 -04: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 Translated using Weblate (Hebrew) 2022-10-16 16:50:50 -04:00
models Add DownloadModel tests 2022-05-04 15:01:35 -04:00
navigation Merge pull request #374 from thornbill/tiny-tab-bar 2022-05-30 13:30:49 -04:00
screens Cleanup logs 2022-05-05 00:15:30 -04:00
stores Merge pull request #366 from thornbill/downloads-remux 2022-05-27 23:50:25 -04: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 Add File utils tests 2022-05-04 16:37:26 -04: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
.watchmanconfig Initial commit 2019-08-19 02:50:00 -04:00
App.js Remux downloads to mp4 2022-05-04 12:37:43 -04:00
app.json Bump version to 1.5.0 2022-04-26 10:03:56 -04:00
babel.config.js Fix automatically fixable lint errors 2021-03-01 22:28:52 -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 Add SettingsScreen test 2022-03-29 02:51:33 -04: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 Add missing jest dependency 2022-10-04 10:19:28 -04:00
package.json Bump supported iOS version to 12+ 2022-10-16 00:55:43 -04:00
README.md Update README to include Swiftfin 2022-04-26 00:44:58 -04: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 TestFlight.
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.