Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avdept/JellyBoxPlayer
Native desktop and mobile music client for Jellyfin
https://github.com/avdept/JellyBoxPlayer
audio-player flac jellyfin loseless music player self-hosted
Last synced: about 7 hours ago
JSON representation
Native desktop and mobile music client for Jellyfin
- Host: GitHub
- URL: https://github.com/avdept/JellyBoxPlayer
- Owner: avdept
- License: agpl-3.0
- Created: 2023-07-25T11:48:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T18:40:18.000Z (3 months ago)
- Last Synced: 2024-11-19T19:49:57.008Z (3 months ago)
- Topics: audio-player, flac, jellyfin, loseless, music, player, self-hosted
- Language: Dart
- Homepage: https://apps.apple.com/us/app/jellybox-player/id6469732117
- Size: 13 MB
- Stars: 344
- Watchers: 6
- Forks: 12
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-open-source-flutter-applications - JellyBox Player - commit/avdept/JellyBoxPlayer) | ![Downloads](https://img.shields.io/github/downloads/avdept/JellyBoxPlayer/total) | (Flutter Project Showcase)
- awesome-open-source-flutter-applications - JellyBox Player - commit/avdept/JellyBoxPlayer) | ![Downloads](https://img.shields.io/github/downloads/avdept/JellyBoxPlayer/total) | (Flutter Project Showcase)
README
# JellyBox - Music player for Jellyfin
[![Jellybox on the App Store](./appstore.svg)](https://apps.apple.com/us/app/jellybox-player/id6469732117)
### 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](https://github.com/avdept/JellyBoxPlayer/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