{"id":48807482,"url":"https://github.com/ruffenman/looktube","last_synced_at":"2026-04-27T09:01:13.476Z","repository":{"id":351197752,"uuid":"1180864050","full_name":"ruffenman/LookTube","owner":"ruffenman","description":"Android-first Giant Bomb Premium feed client with sync, playback, local captions, grouped library browsing, and notifications.","archived":false,"fork":false,"pushed_at":"2026-04-14T05:07:14.000Z","size":13171,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-14T06:01:38.029Z","etag":null,"topics":["android","giant-bomb","jetpack-compose","kotlin","media3","rss"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ruffenman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-13T13:49:05.000Z","updated_at":"2026-04-14T05:06:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ruffenman/LookTube","commit_stats":null,"previous_names":["ruffenman/looktube"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ruffenman/LookTube","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffenman%2FLookTube","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffenman%2FLookTube/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffenman%2FLookTube/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffenman%2FLookTube/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruffenman","download_url":"https://codeload.github.com/ruffenman/LookTube/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruffenman%2FLookTube/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32329466,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","giant-bomb","jetpack-compose","kotlin","media3","rss"],"created_at":"2026-04-14T06:00:28.797Z","updated_at":"2026-04-27T09:01:13.470Z","avatar_url":"https://github.com/ruffenman.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LookTube\nLookTube is an Android-first Giant Bomb companion app built around a simple flow: paste a copied Giant Bomb Premium feed URL, sync it into a local library, and watch Premium video content without depending on a browser session.\n## Unofficial status\nLookTube is an independent fan project. It is not affiliated with, endorsed by, or published by Giant Bomb.\n## What it does\n- syncs a copied Giant Bomb Premium feed URL into a local library\n- supports grouped library browsing, playback resume, fullscreen playback, and cast-aware playback flows\n- keeps the product feed-first instead of relying on browser-login automation\n- supports local caption-generation paths, with `baseline` as the default lower-spec target and `highspec` as an opt-in higher-spec target that defaults to Moonshine while keeping Whisper.cpp available as a fallback\n## Releases\nPublic APK builds, when available, are published in GitHub Releases.\n- most users should install the baseline `arm64-v8a` APK unless a release explicitly says otherwise\n- use the baseline `x86_64` APK only for x86_64 emulators or uncommon x86_64 Android devices\n- install the optional `highspec` `arm64-v8a` APK only on newer supported devices when you explicitly want that flavor\n- verify the published checksum before installing\n- installed caption-model downloads are pinned to immutable upstream revisions and verified with SHA-256 before activation\n- read the release notes for supported Android versions, flavor differences, and known limitations\n## Privacy\n- copied Premium feed URLs are stored on-device and are intended to remain local to the app\n- the project does not rely on any LookTube-operated backend or account system\n- project tooling and probes are intended to avoid emitting raw authenticated feed payloads or full secret-bearing feed URLs\n## Development quickstart\nIf `local.properties` is missing, bootstrap it first:\n\n```powershell path=null start=null\npwsh -NoLogo -File .\\scripts\\Bootstrap-LocalAndroid.ps1\n```\n\nCommon validation commands:\n\n```powershell path=null start=null\n.\\gradlew.bat verifyFast\n.\\gradlew.bat verifyLocal -PskipManagedDevice=true\n```\n\nFor contributor workflow, connected-device deployment, integration probes, screenshots, and release packaging, see `CONTRIBUTING.md`.\n## Documentation map\n- `CONTRIBUTING.md` - contributor setup, validation, deployment, and release workflow entry point\n- `SECURITY.md` - responsible disclosure and sensitive-data reporting guidance\n- `THIRD_PARTY_NOTICES.txt` - third-party attribution notes for bundled and flavor-specific components\n- `WARP.md` - short operational instructions for future dev-agent sessions\n- `docs/architecture/overview.md` - module boundaries and data flow\n- `docs/integration/giantbomb.md` - validated external integration notes and open risks\n- `docs/releases/github-releases.md` - Android signing, GitHub release packaging, and checksum workflow\n- `docs/testing/local-ci.md` - local validation and device-check guidance\n- `docs/spec/product-spec.md` - living scope, milestones, and acceptance criteria for shipped behavior\n- `docs/spec/reproducible-project-spec.md` - implementation-oriented transferable project contract\n## License\nLookTube is licensed under the MIT license in `LICENSE`.\n\nThird-party and bundled-component attribution notes live in `THIRD_PARTY_NOTICES.txt`. Public release artifacts should preserve any required upstream notices for bundled or flavor-specific components.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruffenman%2Flooktube","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruffenman%2Flooktube","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruffenman%2Flooktube/lists"}