Batch: Fixes #8 #10

Merged
SaschaFuksa merged 1 commit from batch/8 into master 2026-04-18 19:08:40 +00:00
Owner

Summary

Fixes #8 — Use values from settings.yaml instead of hardcoded paths.

Changes

  • WhisperService: now reads whisper.binary and whisper.model_path from settings.yaml
  • RecordingManager: now reads recording.chunks_dir from settings.yaml
  • Relative config paths are prefixed with /app/ to match Docker container layout

Testing

  • Syntax check passed (python3 -m py_compile)
  • Full CI run in pipeline
## Summary Fixes **#8** — Use values from `settings.yaml` instead of hardcoded paths. ### Changes - `WhisperService`: now reads `whisper.binary` and `whisper.model_path` from `settings.yaml` - `RecordingManager`: now reads `recording.chunks_dir` from `settings.yaml` - Relative config paths are prefixed with `/app/` to match Docker container layout ### Testing - Syntax check passed (`python3 -m py_compile`) - Full CI run in pipeline
Fix #8: Use values from settings.yaml instead of hardcoded paths
Some checks are pending
CI / lint (pull_request) Waiting to run
CI / test (pull_request) Waiting to run
196659c6e1
- WhisperService: use whisper.binary and whisper.model_path from settings.yaml
- RecordingManager: use recording.chunks_dir from settings.yaml
- Relative paths are prefixed with /app/ to match Docker container layout
SaschaFuksa deleted branch batch/8 2026-04-18 19:08:40 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Tasch/whisper-transcribe!10
No description provided.