Choirless / Application-Server

The front-end of the Choirless platform.
MIT License
6 stars 3 forks source link

When deleting songpart, delete the raw .webm file too #84

Closed glynnbird closed 4 years ago

glynnbird commented 4 years ago

IF I delete I songpart using the UI, the front-end calls the API so safely deleting the songpart object from the database. But this leaves the original .webm file, derivative artefacts (aligned, trimmed, audio, rendered videos) lying around.

This will trigger future COS "on delete" actions which will tidy up derivative files and trigger a re-render of the video as per https://github.com/orgs/Choirless/projects/3#card-43852025

seanmtracey commented 4 years ago

This should have been addressed in #80. Are you still able to access the raw .webm after a delete action now?

glynnbird commented 4 years ago

Awesome - sorry just creating tickets from the meeting the other day. Closing now 👍