Need to delete missing recordings

My Drobo 5D died on me and so did all of my recordings. I have a new disk drive for new recordings, but the Channels App keeps listing those missing recordings and it becomes annoying wanting to play any movie or TV show, only to find out it is missing. Is there an option to search for those missing or even interrupted recordings and delete them in batch? I searched the forum but could not find an answer.

I also removed already removed this disk drive in server settings.

Thanks.

You can run the pruner command from a terminal using the IP of your dvr

Perfect, worked like a charm. Thumbs up to your very responsive support and a great product.

1 Like

I also have a large number of incomplete recordings, any way to remove them too?

No. What do you mean by incomplete?

Recordings that were interrupted or started late.

1 Like

Good idea, I can add a command for those next week.

Awesome and thanks.

Just checking in to see if you could add the command to batch remove/delete incomplete recordings?

I'm adding the following:

PUT /dvr/pruner/corrupted
PUT /dvr/pruner/delayed
PUT /dvr/pruner/cancelled

Just to confirm, those commands are still not working?

They work if you update to the new prerelease where they were added

Sorry to necro but is there a possibility, or currently implemented and I don't see it, to have those endpoints return a json object that contains the items that were pruned?

Have you tried querying them first with a GET before doing the PUT to prune them?
GET /dvr/pruner/corrupted
GET /dvr/pruner/delayed
GET /dvr/pruner/cancelled
GET /dvr/pruner/deleted