Skip to content

Commit

Permalink
Merge branch 'main' of github.com:avdept/jplayer
Browse files Browse the repository at this point in the history
  • Loading branch information
avdept committed Jul 13, 2024
2 parents 2f78f4c + 8664900 commit 7c76926
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,9 @@ This is unofficial **audio** client for jellyfin app. For now macos and ios only
### 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.

### Testing
In order to join test you need to use testflight app(official Apple's way of testing apps). You can join testing here - [Test Flight](https://testflight.apple.com/join/LVj8KwAq)
Current version supports both platforms - iOS and MacOS

## 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.

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
<img align="right" width="380" src="./docs/4.PNG">
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ dependencies:
go_router: ^13.2.2
intl: ^0.19.0
json_annotation: ^4.8.0
flutter_spinkit: ^5.2.0
flutter_spinkit: ^5.2.1
modal_bottom_sheet: ^3.0.0-pre
shared_preferences: ^2.2.3
palette_generator:
responsive_builder: ^0.7.0
riverpod_infinite_scroll: ^1.0.0
infinite_scroll_pagination: ^3.2.0
flutter_riverpod: ^2.4.0
flutter_riverpod: ^2.5.1
pretty_dio_logger: ^1.0.0
flutter_secure_storage: ^9.0.0
retrofit: ^4.1.0
Expand All @@ -50,7 +50,7 @@ dev_dependencies:
retrofit_generator: ^8.1.0
build_runner: ^2.4.9
riverpod_lint: ^2.3.3
freezed: ^2.4.7
freezed: ^2.5.2
json_serializable: ^6.7.1
very_good_analysis: ^5.1.0
test: ^1.24.9
Expand Down

0 comments on commit 7c76926

Please sign in to comment.