Jellyfin Mobile for iOS
Go to file
Bill Thornton cf20a46163
Merge pull request #339 from thornbill/native-audio
Add experimental native audio player
2022-04-06 09:56:37 -04:00
__tests__ Add test for i18n 2021-03-03 09:15:42 -05:00
.github Bump actions/setup-node from 3.0.0 to 3.1.0 2022-04-04 00:39:24 +00:00
.vscode Fix eslint issues on save in vscode 2021-10-07 01:27:53 -04:00
assets Fix crash on end of queue 2022-03-28 00:51:24 -04:00
components Fix seeking in native audio player 2022-03-28 16:55:31 -04:00
constants Merge pull request #326 from thornbill/add-dev-settings 2021-11-20 17:47:14 -05:00
hooks Fix eslint errors 2020-07-21 23:37:43 -04:00
langs Translated using Weblate (Chinese (Simplified)) 2022-04-04 08:13:40 -04:00
models Use mobx-sync-lite instead of mobx-sync 2021-11-04 09:45:01 -04:00
navigation Fix native-stack warning 2022-03-04 17:03:20 -05:00
screens Merge pull request #339 from thornbill/native-audio 2022-04-06 09:56:37 -04:00
stores Rename posterUri to backdropUri 2022-03-28 00:51:24 -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 native audio player 2022-03-28 00:51:24 -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 Remove react-native-appearance 2021-11-04 12:50:16 -04:00
app.json Update metadata build number 2021-06-17 23:14:33 -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 Fix import order issues 2021-10-07 01:27:36 -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 Merge pull request #354 from thornbill/typescript 2022-03-25 22:44:28 -04:00
package.json Merge pull request #354 from thornbill/typescript 2022-03-25 22:44:28 -04:00
README.md Add test coverage badge 2021-04-23 11:31:04 -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?

  • This app (Jellyfin Mobile) is a web wrapper based on Expo with some native enhancements. It is available on the App Store for iPhone and iPad.
  • Jellyfin Player iOS is a newer effort to create a media playback app in native Swift. It is a work in progress and currently only supports media playback. This project has been archived as there was no interest for maintaining it.
  • Jellyfin React Client is 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.