Skip to content
Damontecres edited this page May 10, 2026 · 26 revisions

Getting started

See install instructions

Downloader Code (latest release): 8668671

Downloader Code (develop release): 2505973

Tips & Tricks

  • On any grid page, such as library or TV guide, you can jump to the top by pressing Back
    • You can jump back to where you were by pressing & holding Back
  • You can long click on a card to see a context menu of options
  • You can click on the overview text to see metadata about the file

ExoPlayer vs MPV

MPV

Pros

  • Direct play pretty much everything
  • Significantly better subtitle support, particularly ASS
  • Easy subtitle offset adjustments
  • Huge amount of configuration options to control many aspects of playback

Cons

  • Cannot play HDR content on Android
  • Always decodes audio and outputs PCM
    • So older TVs without eARC will be limited to stereo
    • Loss of "spatial" audio
  • Can be temperamental, Wholphin's implementation is probably more prone to bugs than ExoPlayer

ExoPlayer

Pros

  • Supports HDR playback
  • Supports audio passthrough
  • Supports DRM content
  • Battle tested & backed by Google

Cons

  • Doesn't support some codecs or containers, especially older or proprietary ones, such as avi, divx, wmv
  • ASS subtitle support is limited (#569 will help greatly)

Roadmap

Core functionality

UI/UX Improvements

Other

Differences in distribution

There are some feature differences between GitHub releases and app store releases, such as on Google Play or Amazon AppStore. Additionally, app store updates typically take a couple extra days before they are available.

Seerr integration In-app updates Supported devices
GitHub ❎ most Android and Fire TV devices
Google Play ✅ Certified Android TV or Google TV only
Amazon AppStore ✅ Fire TV only
  1. Google Play releases are restricted to Android TV devices which are certified by Google and include the "Leanback" feature
  2. Amazon AppStore releases are restricted to Fire TV devices
  3. GitHub releases can be installed on any Android device with the minimum OS version
    • This is to allow some inexpensive TV boxes that are not certified by Google, but would still be compatible
    • However, Wholphin is only usable with a TV remote or game controller, touch input only devices will not work!