Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support moving shows to an intermediate storage #13

Open
rfsbraz opened this issue Aug 28, 2023 · 1 comment
Open

Support moving shows to an intermediate storage #13

rfsbraz opened this issue Aug 28, 2023 · 1 comment
Assignees

Comments

@rfsbraz
Copy link
Owner

rfsbraz commented Aug 28, 2023

A user has suggested a new feature where media files are moved to a different storage location after they reach a certain age. The media server re-indexes these files, so they are still accessible. A second time configuration then governs when these files are actually deleted. Additionally, there should be an interface that provides an overview of what media is currently live, in intermediate storage, or recently deleted.

Requirements:

  1. Implement Move Action Type

    • Create a new action type in Deleterr to "move" files to a designated intermediate storage location.
  2. Two-Stage Deletion Process

    • Set up two time-based conditions: one for moving to intermediate storage and one for deletion.
  3. Re-Index Media After Move

    • Ensure the media server can re-index moved media so it remains accessible to users.
  4. Overview Interface

    • Develop an interface that lists media by its current stage: live, intermediate, or recently deleted.
  5. Update User Guide

    • Include instructions for setting up and using the intermediate storage feature.
  6. Optional Turn On/Off Feature

    • Allow users to enable or disable this feature from Deleterr settings.
@rfsbraz rfsbraz self-assigned this Aug 28, 2023
@rfsbraz
Copy link
Owner Author

rfsbraz commented Aug 29, 2023

Currently only Radarr supports moving files across rootFolders.

Support for sonnar is being tracked here: totaldebug/pyarr#164

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

No branches or pull requests

1 participant