TwitchDownloader/dotnet
MaddoScientisto f97e0200d6 Refactor downloader and file manager for improved rclone integration and add healthcheck and smoke test options
- Renamed download flags in ContentDownloader for clarity.
- Enhanced FileManager with methods to build upload paths and verify existing files for rclone uploads.
- Updated StreamProcessor to return success status for stream processing.
- Added rclone smoke test and healthcheck functions to validate configuration and tool availability.
- Improved environment variable handling with a utility function.
- Updated TwitchArchive to incorporate new rclone verification and processing logic.
- Added unit tests for new functionality and refactored existing tests for clarity and coverage.

Co-authored-by: Copilot <copilot@github.com>
2026-04-25 11:54:03 +02:00
..
src Refactor downloader and file manager for improved rclone integration and add healthcheck and smoke test options 2026-04-25 11:54:03 +02:00
docker-compose.yml Refactor code structure for improved readability and maintainability 2026-02-21 10:40:12 +01:00
Dockerfile Refactor code structure for improved readability and maintainability 2026-02-21 10:40:12 +01:00
README.md Refactor code structure for improved readability and maintainability 2026-02-21 10:40:12 +01:00
TwitchArchive.sln Refactor code structure for improved readability and maintainability 2026-02-21 10:40:12 +01:00

Twitch Archive (.NET) - Initial Scaffold

This folder contains the initial .NET 10 scaffold for the Twitch Archive rewrite.

Quick commands (from dotnet/):

dotnet build ./src/TwitchArchive.Core
dotnet test ./src/TwitchArchive.Tests

This initial commit includes a pure RecoveryPolicy implementation and unit tests.

Next steps: add services, process runner, Blazor Server app.