{"id":22870219,"url":"https://github.com/dadav/thek","last_synced_at":"2025-10-06T13:03:40.239Z","repository":{"id":106607045,"uuid":"522254245","full_name":"dadav/thek","owner":"dadav","description":"Thek is a small recording scheduler for the german mediathek.","archived":false,"fork":false,"pushed_at":"2022-08-22T19:21:22.000Z","size":313,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T02:03:22.474Z","etag":null,"topics":["golang","hacktoberfest","mediathek"],"latest_commit_sha":null,"homepage":"","language":"Go","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/dadav.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2022-08-07T15:44:34.000Z","updated_at":"2023-03-05T08:09:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"07c0ca8d-9c92-4e23-abd3-510863b2f73c","html_url":"https://github.com/dadav/thek","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/dadav/thek","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadav%2Fthek","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadav%2Fthek/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadav%2Fthek/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadav%2Fthek/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dadav","download_url":"https://codeload.github.com/dadav/thek/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dadav%2Fthek/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272013576,"owners_count":24858475,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"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":["golang","hacktoberfest","mediathek"],"created_at":"2024-12-13T13:14:10.579Z","updated_at":"2025-10-06T13:03:40.184Z","avatar_url":"https://github.com/dadav.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# thek\n\n\u003cimg src=\"./img/thek.png\" width=\"300\"\u003e\n\n**thek** is a small tool to schedule recordings from the german mediathek.\n\n## install\n\nRun `make build \u0026\u0026 sudo make install`\n\n## usage\n\nAdjust the `config.yaml` to your needs and run the binary.\n\nThe binary has some flags (run `thek -h`):\n\n```bash\nthek is a tool to schedule recordings for shows of some german streams.\n\n#########################################\nThe tool requires ffmpeg to work properly\n#########################################\n\nUsage:\n  thek [flags]\n\nFlags:\n  -c, --config string   path to the config (default \"config.yaml\")\n  -d, --debug           enable debug mode\n  -h, --help            help for thek\n  -j, --json            enable json output\n  -v, --version         version for thek\n```\n\n## configuration\n\n**Example**\n\n```yaml\n---\ndefaults:\n  output_directory: output\n  safety_duration: 5m\n  file_exist_action: skip  # possible actions: skip | rename | replace\n\nstations:\n  3sat: \"http://zdf-hls-18.akamaized.net/hls/live/2016501/dach/high/master.m3u8\"\n  arte: \"https://artesimulcast.akamaized.net/hls/live/2030993/artelive_de/index.m3u8\"\n  zdf: \"http://zdf-hls-15.akamaized.net/hls/live/2016498/de/high/master.m3u8\"\n  zdfinfo: \"http://zdf-hls-17.akamaized.net/hls/live/2016500/de/high/master.m3u8\"\n  zdfneo: \"http://zdf-hls-16.akamaized.net/hls/live/2016499/de/high/master.m3u8\"\n  phoenix: \"http://zdf-hls-19.akamaized.net/hls/live/2016502/de/high/master.m3u8\"\n  ki.ka: \"https://kikageohls.akamaized.net/hls/live/2022693/livetvkika_de/master.m3u8\"\n\nrecording_tasks:\n  - station: zdfneo\n    show_keywords: the rookie\n    output_directory: ./output/the_rookie\n    safety_duration: 3m\n    file_exist_action: replace\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdadav%2Fthek","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdadav%2Fthek","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdadav%2Fthek/lists"}