{"id":42909393,"url":"https://github.com/volkovmqx/cccbib","last_synced_at":"2026-01-30T16:55:10.400Z","repository":{"id":218608720,"uuid":"746893397","full_name":"volkovmqx/cccbib","owner":"volkovmqx","description":"media.ccc.de media library application for webOS. Think of it as a Netflix for hackers","archived":false,"fork":false,"pushed_at":"2026-01-17T10:26:56.000Z","size":4289,"stargazers_count":15,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-17T21:57:39.995Z","etag":null,"topics":["c3","c3voc","ccc","hacker","mantine","mediacccde","netflix","webos","webos-homebrew"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/volkovmqx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"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},"funding":{"buy_me_a_coffee":"volkovmqx"}},"created_at":"2024-01-22T21:57:32.000Z","updated_at":"2026-01-17T17:22:25.000Z","dependencies_parsed_at":"2024-01-23T01:05:38.507Z","dependency_job_id":"669fe5a2-090e-47d2-be84-35cc9489e4e2","html_url":"https://github.com/volkovmqx/cccbib","commit_stats":null,"previous_names":["volkovmqx/cccbib"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/volkovmqx/cccbib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volkovmqx%2Fcccbib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volkovmqx%2Fcccbib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volkovmqx%2Fcccbib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volkovmqx%2Fcccbib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/volkovmqx","download_url":"https://codeload.github.com/volkovmqx/cccbib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/volkovmqx%2Fcccbib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28915941,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["c3","c3voc","ccc","hacker","mantine","mediacccde","netflix","webos","webos-homebrew"],"created_at":"2026-01-30T16:55:10.330Z","updated_at":"2026-01-30T16:55:10.392Z","avatar_url":"https://github.com/volkovmqx.png","language":"JavaScript","funding_links":["https://buymeacoffee.com/volkovmqx"],"categories":[],"sub_categories":[],"readme":"# CCCBib\n\n[media.ccc.de](https://media.ccc.de) media library application for webOS.\n\n![Main Screen](https://github.com/volkovmqx/cccbib/blob/main/.github/screenshots/screenshot1.png?raw=true)\n\n![Player Screen](https://github.com/volkovmqx/cccbib/blob/main/.github/screenshots/screenshot2.png?raw=true)\n\n\n## Background\n\nThis app uses the official media.ccc.de/graphql endpoint. It is built using React, Embla, Mantine, React TV Player and ❤️ from Leipzig.\n\n## Features\n\n- Support for conferences lazy loading.\n- Preview of the events on scroll.\n- Support for language change.\n- Smart TV Navigation with React! (Thanks to [this](https://noriginmedia.com/2019/06/24/smart-tv-navigation-with-react/) and [this](https://medium.com/@utkarsh.gupta.316/spatial-navigation-in-react-js-for-smart-tv-3aa6977a94b1).)\n- Search functionnality.\n- Watchlist.\n- Quality of Life Remote Controller Button Mapping (Thanks to [Simon34545](https://github.com/Simon34545) LG Input Keymapping overview!) inspired by Youtube/Jellyfin.\n- Configuration page for preferred languages and subtitles.\n- Substitles functionnality.\n- About Info page (in Settings on the bottom).\n\n## Roadmap\n\n- \u0026#9744; Add Speaker page.\n- \u0026#9744; Trigger for remote control/Home Assistant integration (Watching now/Edit Watchlist).\n- ~~\u0026#9744; Jeopardy Theme song when waiting for too long.~~\n\n##  Contributions\n\nEither you found a bug, optimisation strategy or want something implemented, go ahead and hack your way into the code, PRs are welcome 🌱.\n\n\n## Development\n\n### Local deployment\n\n```sh\nyarn install\n\n# Serve development build on http://127.0.0.1:3333\nyarn start\n\n# Production build (dumped into dist/)\nyarn build\n\n# Build production webOS package\nyarn package\n\n# Install webOS package\nyarn deploy\n\n# Launch\nyarn launch\n```\n\n### Docker\n\n#### Build image locally: \n```sh\ndocker build -t ghcr.io/volkovmqx/cccbib:dev .\n```\n\n#### Run the container:\n```sh\ndocker run --rm -p 8080:80 ghcr.io/volkovmqx/cccbib:dev\n```\n\nThis image is built in CI on pushes to `main` (tagged `latest`) and on version tags like `v1.0.2` (tagged `1.0.2`).\n\n\n## Credit\n\nThe Logo [\"Voctocat\"](https://morr.cc/voctocat/) is kindly provided by [Blinry](https://github.com/blinry) under CC BY-NC-SA 4.0 License.\n\nWebOS Project architecture from [\"Informatic\"](https://github.com/informatic/streamkatze)\n\n\n\n## License\n\nCheck LICENSE","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolkovmqx%2Fcccbib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvolkovmqx%2Fcccbib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolkovmqx%2Fcccbib/lists"}