A simple Jellyfin web-wrapper project for android tv
- Project setup and basic configuration
- WebView implementation for Jellyfin web client
- Custom user agent for TV compatibility
- Basic navigation controls for TV remote
- URL input screen with validation
- Server URL caching using SharedPreferences
- Full remote control support
- Hardware acceleration optimization
- Error handling and user feedback
- Custom TV-optimized UI components
- Settings screen for configuration
- Android Studio Giraffe (2022.3.1+)
- Android SDK (API 35)
- OpenJDK 21+
# Clone repository
git clone https://github.com/Sam42a/DUNE-WEB.git
cd DUNE-WEB
# Build debug APK
./gradlew assembleDebug
# Build release APK
./gradlew assembleReleaseThis project is licensed under the GNU General Public License v2.0 - see the LICENSE file for details.