You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Implement Move Action Type
Create a new action type in Deleterr to "move" files to a designated intermediate storage location.
Two-Stage Deletion Process
Set up two time-based conditions: one for moving to intermediate storage and one for deletion.
Re-Index Media After Move
Ensure the media server can re-index moved media so it remains accessible to users.
Overview Interface
Develop an interface that lists media by its current stage: live, intermediate, or recently deleted.
Update User Guide
Include instructions for setting up and using the intermediate storage feature.
Optional Turn On/Off Feature
Allow users to enable or disable this feature from Deleterr settings.
The text was updated successfully, but these errors were encountered:
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:
Implement Move Action Type
Two-Stage Deletion Process
Re-Index Media After Move
Overview Interface
Update User Guide
Optional Turn On/Off Feature
The text was updated successfully, but these errors were encountered: