Jellyfin Mobile for iOS
Go to file
SaddFox 419148ebac Translated using Weblate (Slovenian)
Currently translated at 100.0% (37 of 37 strings)

Translation: Jellyfin/Jellyfin Expo
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-expo/sl/
2020-08-01 06:50:52 -04:00
__tests__ Fix lint errors 2020-04-21 13:53:15 -04:00
assets Update icon 2019-09-20 01:37:10 -04:00
components Make ErrorScreen generic and remove OfflineErrorView 2020-07-27 10:25:52 -04:00
constants Rename primary colors 2020-07-23 09:33:52 -04:00
hooks Fix eslint errors 2020-07-21 23:37:43 -04:00
langs Translated using Weblate (Slovenian) 2020-08-01 06:50:52 -04:00
models Fix eslint errors 2020-07-21 23:37:43 -04:00
navigation Fix tab bar not hiding in fullscreen state 2020-07-31 11:35:42 -04:00
screens Fix tab bar not hiding in fullscreen state 2020-07-31 11:35:42 -04:00
stores Refactor HomeScreen and fix pull to refresh 2020-07-22 14:56:33 -04:00
utils Fix supported live tv audio streams 2020-07-29 11:32:35 -04:00
.editorconfig Add editorconfig 2020-07-21 23:52:54 -04:00
.eslintrc.json Tabs ftw 2020-07-21 23:30:50 -04:00
.gitattributes Add gitattributes to help weblate merge changes 2020-07-28 09:29:04 -04:00
.gitignore Add another ignore and update the lock file 2020-02-12 00:37:59 -05:00
.watchmanconfig Initial commit 2019-08-19 02:50:00 -04:00
App.js Refactor HomeScreen and fix pull to refresh 2020-07-22 14:56:33 -04:00
app.json Fix background color of root view 2020-07-27 10:42:11 -04:00
babel.config.js Fix eslint errors 2020-07-21 23:37:43 -04:00
i18n.js Fix eslint errors 2020-07-21 23:37:43 -04:00
LICENSE Add license 2019-08-19 02:54:19 -04:00
package.json Add new StatusBar module and fix SafeAreaView edges 2020-07-16 10:07:08 -04:00
README.md Add translations info to README 2020-07-17 13:55:44 -04:00
yarn.lock Add new StatusBar module and fix SafeAreaView edges 2020-07-16 10:07:08 -04:00

Jellyfin Mobile

Part of the Jellyfin Project


Logo banner

MPL-2.0 license Current Release Translation Status
Donate Feature Requests Discuss on our Forum 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 yarn in the project directory.
    yarn install
    
  3. Start the build tools.
    yarn 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.
  • 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.