iptvorganization/tv-autobuild — explained in plain English
Analysis updated 2026-05-18
Download prebuilt, signed FongMi TV APKs for Mobile or Leanback devices without building them yourself.
Verify that a downloaded APK genuinely came from this pipeline using the included public signing certificate.
Trigger an immediate manual build when the scheduled automatic check has not run yet.
| iptvorganization/tv-autobuild | learnprompt/luban-skill | zarazhangrui/beautiful-feishu-whiteboard | |
|---|---|---|---|
| Stars | 201 | 197 | 215 |
| Language | Shell | Shell | Shell |
| Setup difficulty | moderate | easy | easy |
| Complexity | 3/5 | 2/5 | 2/5 |
| Audience | general | developer | designer |
Figures from each repo's GitHub metadata at analysis time.
Requires GitHub Actions secrets configured with a release signing key to build, end users can simply download the published APKs.
TV AutoBuild is an automated pipeline that builds and releases customized Android TV apps, specifically Mobile and Leanback APKs for the FongMi TV player. It watches for updates to its source components every 15 minutes and only starts a new build when something monitored has actually changed, though a build can also be triggered manually. Each successful run produces four APK files: mobile and leanback versions, each built for two processor architectures, arm64-v8a and armeabi-v7a. The pipeline builds speech recognition and AV3A audio JNI runtimes from source for both architectures, then runs unit tests for both the Mobile and Leanback variants before packaging anything. Release APKs go through R8 optimization to shrink and clean up the code, and every APK signature is verified before it gets published. Because GitHub's scheduled workflows can sometimes run late, the project notes that users can trigger an immediate manual build through the Actions tab if they do not want to wait for the next automatic check. Every build gets a version number that increases with each release, plus a version name that includes the base version, the build run number, and the source code revision. This makes it possible to trace exactly which inputs produced a given APK, and lets newer AutoBuild releases update over older ones on a device. All APKs are signed with a dedicated release key kept in GitHub Actions secrets, so the private signing key and its passwords are never stored in the repository itself. The public certificate used to verify these signatures is included in the repository as a file, along with its SHA-256 fingerprint, so users can confirm an APK genuinely came from this pipeline before installing it. This project is aimed at people who already use or want to use FongMi based TV apps and want prebuilt, verifiable APKs with added audio and subtitle features rather than building the app themselves from source.
TV AutoBuild automatically builds, tests, and signs customized Android TV APKs (Mobile and Leanback) for the FongMi TV player, publishing verified releases with traceable version numbers.
Mainly Shell. The stack also includes Shell, Android, GitHub Actions.
No license information is provided in the README.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.