-
Notifications
You must be signed in to change notification settings - Fork 1
Releases: chikosan/openiptv
Releases · chikosan/openiptv
v1.0.0 — Android TV + Phone support
What's new
First release with Android TV and Android phone support via Capacitor.
Release artifacts
| Artifact | How to build |
|---|---|
| Android TV APK | ./build-apk.sh tv → dist/openiptv-tv.apk |
| Android Phone APK | ./build-apk.sh phone → dist/openiptv-phone.apk |
| Docker server image | Auto-published to ghcr.io/chikosan/openiptv by CI |
Android TV features
- D-pad navigation for channel list, folders, and video player
- Volume control via Up/Down arrows, play/pause via Enter
- Leanback launcher support (appears in Android TV home)
- TV mode (
?tv=1) hides footer and auto-focuses channel list - Built with Docker — no Java or Android SDK needed on Mac
Sideload to device
adb connect <device-ip>:5555 adb install -r dist/openiptv-tv.apk # Android TV adb install -r dist/openiptv-phone.apk # Android phone
See CLAUDE.md → Release Process for full build instructions.