Explain release flavors in README (#1262)

Co-authored-by: Max Rumpf <max.rumpf1998@gmail.com>
This commit is contained in:
Ezhil Shanmugham 2023-12-21 15:46:15 +05:30 committed by GitHub
parent 57937a8e3b
commit 5d5a74e1e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,3 +84,14 @@ which can still be found [in the archives](https://github.com/jellyfin-archive/j
```
*You can also replace the "Debug" with "Release" to get an optimized release binary.*
## Release Flavors
There are two flavors (variants) of the Jellyfin Android app:
- The **proprietary** version comes with Google Chromecast support
- The **libre** version comes without Google Chromecast support
The proprietary version is available on [Google Play](https://play.google.com/store/apps/details?id=org.jellyfin.mobile) and the [Amazon Appstore](https://www.amazon.com/gp/aw/d/B081RFTTQ9), while the libre version is available on [F-Droid](https://f-droid.org/en/packages/org.jellyfin.mobile/).
Additionally, `beta` releases exist for both flavors, but only the proprietary version is published to a beta track on [Google Play](https://play.google.com/store/apps/details?id=org.jellyfin.mobile).
If you'd like to test the beta outside of Google Play, you can simply download it from the [GitHub releases](https://github.com/jellyfin/jellyfin-android/releases/latest).