{"id":18772493,"url":"https://github.com/wolveix/xbox-dvr","last_synced_at":"2026-06-11T18:31:32.542Z","repository":{"id":239251883,"uuid":"799015658","full_name":"wolveix/xbox-dvr","owner":"wolveix","description":"Download your clips and screenshots from your Xbox Live account","archived":false,"fork":false,"pushed_at":"2025-11-17T20:41:19.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-17T22:16:10.893Z","etag":null,"topics":["cli","dvr","go","xbox"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wolveix.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},"funding":{"github":["wolveix"],"custom":"https://paypal.me/wolveix"}},"created_at":"2024-05-11T00:50:00.000Z","updated_at":"2025-11-17T20:41:00.000Z","dependencies_parsed_at":"2024-05-11T01:43:46.817Z","dependency_job_id":"f2c7fd85-39ab-4fcb-8adc-87b132287a40","html_url":"https://github.com/wolveix/xbox-dvr","commit_stats":null,"previous_names":["wolveix/xbox-dvr"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/wolveix/xbox-dvr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolveix%2Fxbox-dvr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolveix%2Fxbox-dvr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolveix%2Fxbox-dvr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolveix%2Fxbox-dvr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wolveix","download_url":"https://codeload.github.com/wolveix/xbox-dvr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolveix%2Fxbox-dvr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34213180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":["cli","dvr","go","xbox"],"created_at":"2024-11-07T19:29:18.028Z","updated_at":"2026-06-11T18:31:32.525Z","avatar_url":"https://github.com/wolveix.png","language":"Go","funding_links":["https://github.com/sponsors/wolveix","https://paypal.me/wolveix"],"categories":[],"sub_categories":[],"readme":"# Xbox DVR\n\nXbox DVR uses [OpenXBL](https://xbl.io/)'s API to find and download your latest DVR clips and screenshots.\n\n## Download\n\nYou can download pre-compiled binaries for macOS, Linux and Windows from\nthe [releases](https://github.com/wolveix/xbox-dvr/releases) page.\n\nAlternatively, you can run the binary from within the pre-built Docker image:\n\n```shell\ndocker run ghcr.io/wolveix/xbox-dvr:latest\n```\n\n## Run with Docker\n\n```shell\ndocker run --rm -e apiKey=your-openxbl-api-key -e autoDelete=false -e savePath=/out -v ./xbox-dvr:/out wolveix/xbox-dvr:latest sync\n```\n\n## Run with Docker Compose\n\n```yaml\nservices:\n  xbox-dvr:\n    container_name: 'xbox-dvr'\n    hostname: 'xbox-dvr'\n    image: 'wolveix/xbox-dvr:latest'\n    volumes:\n      - '/your/output/directory:/out'\n    environment:\n      - apiKey=your-openxbl-api-key\n      - autoDelete=false\n      - savePath=/out\n    restart: no\n```\n\n## Build\n\nTo build this application, you'll need [Go](https://golang.org/) installed.\n\n```shell\ngit clone https://github.com/wolveix/xbox-dvr.git\ncd xbox-dvr\nmake\n```\n\nThis will output a binary called `xbox-dvr`. You can then move it or use it by running `./bin/xbox-dvr` (on Unix devices).\n\n## Set API Key\n\n1. Create an account with [OpenXBL](https://xbl.io/)\n2. Verify your email\n3. Create an API key\n4. Run `xdvr config set apiKey your-api-key`\n\n## Sync Latest DVR Content\n\nTo sync your latest DVR content, run:\n\n`xdvr sync`\n\n## Delete Content From XBL\n\nTo automatically delete clips from XBL once they've been downloaded, run:\n\n`xdvr config set autoDelete true`\n\n### Global Flags\n\n| Flag           | Short | Description                                  |\n|----------------|-------|----------------------------------------------|\n| `--debug`      | `-d`  | Print debug logs (default false)             |\n| `--prettyLog`  |       | Pretty print logs to console (default true)  |\n| `--timeout`    | `-t`  | Timeout duration for downloads (default 60s) |\n\n## License\n\nThis repository is licensed under the Apache License version 2.0.\n\nSome of the project's dependencies may be under different licenses.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolveix%2Fxbox-dvr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwolveix%2Fxbox-dvr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolveix%2Fxbox-dvr/lists"}