Expo Client for Jellyfin
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
RJS 77b66f6c58 Translated using Weblate (Latvian) 2 weeks ago
.github Bump actions/stale from 7 to 8 3 months ago
.vscode Fix eslint issues on save in vscode 2 years ago
__tests__ Add test for i18n 2 years ago
assets Add setting to enable downloads 1 year ago
components Update tests 3 months ago
constants Add file downloads 1 year ago
hooks Fix eslint errors 3 years ago
langs Translated using Weblate (Latvian) 1 week ago
models Update tests 6 months ago
navigation Merge pull request #374 from thornbill/tiny-tab-bar 1 year ago
screens Update tests 3 months ago
stores Cleanup extra parens 6 months ago
themes Fix import order issues 2 years ago
types Remove comment from json file 2 years ago
utils Update tests 3 months ago
.editorconfig Add quote type rule to editorconfig 2 years ago
.eslintrc.json Add tooling support for typescript 1 year ago
.gitattributes Add gitattribute language config for staticjs files 2 years ago
.gitignore Update eslint and jest config for tests 2 years ago
.watchmanconfig Initial commit 4 years ago
App.js Remove unnecessary finally 6 months ago
LICENSE Add license 4 years ago
README.md Update README.md 2 months ago
app.json Bump version to 1.5.0 1 year ago
babel.config.js Upgrade to Expo 46 3 months ago
codecov.yml Update codecov config to be less strict on coverage changes 2 years ago
i18n.js Add new locales 1 year ago
jest.setup.js Update tests 6 months ago
metro.config.js Update metro config 2 years ago
package-lock.json Upgrade to Expo 46 3 months ago
package.json Use transforms for axios and sdk 3 months ago
tsconfig.json Add tooling support for typescript 1 year ago

README.md

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.