An experimental Android application for browsing and streaming media from a Plex server.
The project uses Gradle with the Android plugin. You can build from the command line:
gradle buildOr open the project in Android Studio and run it on a device or emulator.
Two pieces of information are required to stream from your Plex Media Server:
- Server address – Update
SERVER_BASEinPlexConfig.ktto the base URL of your Plex server (for examplehttp://192.168.1.10:32400). - Authentication token – In
MainActivity.ktreplace the"YOUR_PLEX_TOKEN"placeholder with a valid Plex token or implement the PIN flow inPlexAuth.ktto retrieve one.
After these values are set, running the app will allow you to browse your libraries and tap a poster to start playback using ExoPlayer.