feat(recording): add recording file deletion and overview functionality #27
wandabastyle
commented 2026-04-30 00:43:50 +02:00
(Migrated from github.com)
- Added a new endpoint `/api/recordings/delete` to handle the deletion of recording files.
- Updated `recording.rs` with a new enum `RecordingBucket` and methods to manage completed and incomplete recordings.
- Refactored `list_recording_files` to return a vector of tuples containing channel login and file paths.
- Added validation for recording filenames and updated error handling in file deletion.
- Implemented a function to prune old completed recordings based on the number of videos to keep.
- Updated the web API to include methods for deleting recording files and navigating between channels and recordings views.
- Added a new endpoint \`/api/recordings/delete\` to handle the deletion of recording files.
- Updated \`recording.rs\` with a new enum \`RecordingBucket\` and methods to manage completed and incomplete recordings.
- Refactored \`list_recording_files\` to return a vector of tuples containing channel login and file paths.
- Added validation for recording filenames and updated error handling in file deletion.
- Implemented a function to prune old completed recordings based on the number of videos to keep.
- Updated the web API to include methods for deleting recording files and navigating between channels and recordings views.
No reviewers
Labels
No labels
bug
codex
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
wandabastyle/twitch_relay!27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "pvr"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?