Skip to content

VOD support, security fixes, and dependency updates#560

Merged
biodrone merged 2 commits into
masterfrom
staging
Apr 14, 2026
Merged

VOD support, security fixes, and dependency updates#560
biodrone merged 2 commits into
masterfrom
staging

Conversation

@biodrone

Copy link
Copy Markdown
Collaborator

Summary

Major release merging staging into master, covering work since the last production release.

Features

  • Twitch VOD support — new VOD download mode with per-channel config (vod: true, vod_limit), SQLite tracking database, atomic claim/complete/fail lifecycle, and yt-dlp-based VOD enumeration (feat: Twitch VOD support #551, closes [FEATURE] - Twitch VOD Support #231)
  • FFmpeg retry logic and network resilience — configurable retry with exponential backoff, reconnect flags, stream copy mode, and extra input/output opts via env vars
  • Health check endpoints — HTTP /health on both client and server containers
  • Unit and integration tests — config reader tests, moveFile cross-device tests, end-to-end live stream download test, VOD integration test

Bug Fixes

Chores

Test plan

  • go build ./... passes
  • go test ./... passes (90s, all green)
  • Staging has been running in pre-production

biodrone and others added 2 commits April 14, 2026 10:37
…ings

Replace the deeply nested else-if chain for rate-limit retries in the
live stream tick loop with a clean retry loop with backoff. The old
structure also silently swallowed non-rate-limit errors on the first
attempt.

Add doc comments to all functions and types missing them across
streamdl.go, download_stream.go, grpc_client.go, config.go,
config_reader.go, and move_file.go.

Closes #555
Closes #554
…ocstrings

fix: rate-limit retry loop and docstring coverage
@coderabbitai

coderabbitai Bot commented Apr 14, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@biodrone has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 4 minutes and 41 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 4 minutes and 41 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 77863dd9-c10f-40c0-aeef-25a1f42f1807

📥 Commits

Reviewing files that changed from the base of the PR and between 22bfadc and a8567a1.

📒 Files selected for processing (6)
  • config.go
  • config_reader.go
  • download_stream.go
  • grpc_client.go
  • move_file.go
  • streamdl.go
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch staging

Comment @coderabbitai help to get the list of available commands and usage tips.

@biodrone biodrone changed the title Merge staging to master: VOD support, security fixes, and dependency updates VOD support, security fixes, and dependency updates Apr 14, 2026
@biodrone biodrone merged commit 3e5ae60 into master Apr 14, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: unreachable rate-limit retry branch in live stream tick loop chore: improve docstring coverage across codebase [FEATURE] - Twitch VOD Support

1 participant