Investigate new Copy tool for Tdarr #7
Labels
No Label
ai-changes-requested
ai-failed
ai-pr-opened
ai-reviewed
ai-reviewing
ai-working
infra-audit
monitoring
operations
proxmox
script
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/claude-home#7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
The first and last step in TR transcoding flow is to copy the file. It first copies the file from the mounted drive to the local drive to be modified and then at the very end it copies the edited file to overwrite the original. However this copy is very slow and error-prone.
Investigate third party tools to copy this file faster and more reliably. Something with more concurrent streams perhaps and more reliable retry logic.