Skip to content

avdept/JellyBoxPlayer

Repository files navigation

JellyBox - Music player for Jellyfin

Build Status

Twitter Badge Buy Me A Coffee

Jellybox on the App Store

Description

This is unofficial audio client for jellyfin app. Currently it supports macOS, iOS and android via APK file. I'm also working on adding Linux(deb) support and windows.

IOS/Macos

Media keys - Play/Pause, Next/Prev

By default apple restricts app from reading what user presses on keyboard. In order to allow it - Jellybox would prompt you to open Settings -> Privacy -> Accessibility. Make sure you toggle on JellyBox player. If for some reason app isnt there - you can add it using +(plus) button at the bottom of list.

Android

While it can already be built and launched, I havent uploaded it to google play yet. This is something I plan to do soon. Meanwhile you can download APK from releases

Screenshots

Development

To run the app you need to have flutter cli installed + simulator(if you intend top run it on mobile).

  • Install dependencies flutter pub get
  • Run the app flutter run and then select target
  • Once you're happy with your code submit a PR