mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Add UpdateChecker
This commit is contained in:
parent
8ab092d2ca
commit
4d603d9d41
2 changed files with 375 additions and 2 deletions
62
README.md
62
README.md
|
|
@ -1,2 +1,60 @@
|
|||
# Dolphin
|
||||
An Android TV client for Jellyfin
|
||||
# Dolphin - an OSS Android TV client for Jellyfin
|
||||
|
||||
This is an Android TV client for [Jellyfin](https://jellyfin.org/). It aims to provide a more "Plex app"-like app experience for users migrating from Plex to Jellyfin.
|
||||
|
||||
This is not a fork of the [official client](https://github.com/jellyfin/jellyfin-androidtv). The user interface and controls have been written completely from scratch.
|
||||
|
||||
## Motivation
|
||||
|
||||
After using Plex and its Android TV app for 10+ years, I found the official Jellyfin client UI/UX to be a barrier for me using Jellyfin more, so if you wish the interface and playback controls were more like Plex's Android TV app, then Dolphin might work for you!
|
||||
|
||||
That said, Dolphin does not yet implement every feature in Jellyfin. It is a work in progress that will continue to improve over time.
|
||||
|
||||
## Distinguishing Features
|
||||
|
||||
- A navigation drawer for quick access to libraries, search, and settings from almost anywhere in the app
|
||||
- Show Movie/TV Show titles when browsing libraries
|
||||
- Play TV Show theme music, if available
|
||||
- "Plex app"-like playback controls, plus other enhancements, such as:
|
||||
- Using D-Pad left/right for seeking during playback
|
||||
- Subtly show playback position while seeking w/ D-Pad
|
||||
- Quickly access video chapters during playback
|
||||
- Setting to optionally skip back when resuming playback
|
||||
|
||||
## Installation
|
||||
|
||||
1. Enable side-loading "unknown" apps
|
||||
- https://androidtvnews.com/unknown-sources-chromecast-google-tv/
|
||||
- https://www.xda-developers.com/how-to-sideload-apps-android-tv/
|
||||
- https://developer.android.com/distribute/marketing-tools/alternative-distribution#unknown-sources
|
||||
- https://www.aftvnews.com/how-to-enable-apps-from-unknown-sources-on-an-amazon-fire-tv-or-fire-tv-stick/
|
||||
1. Install the APK on your Android TV device with one of these options:
|
||||
- Install a browser program such as [Downloader](https://www.aftvnews.com/downloader/), use it to get the latest apk with short code `TODO ENTER A VALUE HERE` or URL: https://aftv.news/TODOTODO
|
||||
- Download the latest APK release from the [releases page](https://github.com/damontecres/StashAppAndroidTV/releases/latest) or https://aftv.news/745800
|
||||
- Put the APK on an SD Card/USB stick/network share and use a file manager app from the Google Play Store / Amazon AppStore (e.g. `FX File Explorer`). Android's preinstalled file manager probably will not work!
|
||||
- Use `Send files to TV` from the Google Play Store on your phone & TV
|
||||
- (Expert) Use [ADB](https://developer.android.com/studio/command-line/adb) to install the APK from your computer ([guide](https://fossbytes.com/side-load-apps-android-tv/#h-how-to-sideload-apps-on-your-android-tv-using-adb))
|
||||
|
||||
### Upgrading the app
|
||||
|
||||
After the initial install above, the app will automatically check for updates which can then be installed in settings.
|
||||
|
||||
The first time you attempt an update, the OS should guide you through enabling the required additional permissions for the app to install updates.
|
||||
|
||||
## Compatibility
|
||||
|
||||
Dolphin requires Android 7.1+ (or Fire TV OS 6+) and Jellyfin server `10.10.x` (tested on primarily `10.10.7`).
|
||||
|
||||
The app is tested on a variety of Android TV/Fire TV OS devices, but if you encounter issues, please file an issue!
|
||||
|
||||
## Contributions
|
||||
|
||||
Issues and pull requests are always welcome! UI/UX improvements are especially desired!
|
||||
|
||||
Please check before submitting that your issue or pull request is not a duplicate.
|
||||
|
||||
If you plan to submit a pull request, please read the [contributing guide](CONTRIBUTING.md) before submitting!
|
||||
|
||||
## Additional screenshots
|
||||
|
||||
TODO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue