Show marked recorded not in recordings

Have a show set up for scheduled recordings. The episodes are not in the recordings tab, but in the guide the episodes show a check mark for recorded but the watch button is not available. Those episodes will not record. How can you clear out the episodes that are marked as recorded but no recording is available?

On the dvr web UI, find the pass and edit advanced, then check the "re-record deleted" option.

Is there a way to remove all the episodes that have been manually moved or deleted from the database so the system does not think they have been recorded?

POST /dvr/programs/regenerate

For context, see the following thread:

1 Like

Is there a Windows command?

That command is what is issued to the DVR. The OS you are using doesn’t matter. I think you can probably even run it from a web browser. Not 100% though.

In PowerShell, you can use Invoke-WebRequest:

Invoke-WebRequest -Uri 'http://CHANNELS_IP:8089/dvr/programs/regenerate -Method POST

Just replace CHANNELS_IP with the IP address of your DVR server.

From your web browser, you can use RESTer

1 Like