# Digital Video Recorder

This tab shows all finished recordings:

!['Finished Recordings' Tab](https://tvheadend.readthedocs.io/en/latest/webui/docresources/finishedrecordings1.png)

## **Menu Bar**

The following functions are available:

<table><thead><tr><th width="177">Button</th><th>Function</th></tr></thead><tbody><tr><td><strong>Delete</strong></td><td>Delete the selected finished recording records <strong>and associated files</strong>. You will be prompted for confirmation.</td></tr><tr><td><strong>Download</strong></td><td>Download the selected finished recordings to local disk. You will be prompted to select the path for the saved file(s).</td></tr><tr><td><strong>Help</strong></td><td>Display this help page.</td></tr></tbody></table>

## **Grid Items**

The main grid items have the following functions:

* **Details**: Shows the status of the recording event:

<table><thead><tr><th width="178">Icon</th><th>Description</th></tr></thead><tbody><tr><td><img src="https://tvheadend.readthedocs.io/en/latest/webui/icons/tick.png" alt="Tick icon"></td><td>The recording has completed</td></tr><tr><td><img src="https://tvheadend.readthedocs.io/en/latest/webui/icons/information.png" alt="Information icon"></td><td>Click to display detailed information about the selected recording</td></tr></tbody></table>

The detailed information dialog is as follows:

![Finished Recording Detail](https://tvheadend.readthedocs.io/en/latest/webui/docresources/finishedrecordings2.png)

The columns also provide the following details:

* **Play**: Play the selected recording in your browser via the VLC Plugin or some other external player.
* **Title**: The title of the recording.
* **Subtitle**: Text…
* **Episode**: The episode number of the record.
* **Scheduled Start Time**: The date and time when the recording was started.
* **Scheduled Stop Time**: The date and time when the recording was stopped.
* **Duration**: The total duration of the recording.
* **File Size**: The size of the recording file on disk.
* **Channel Name**: The name of the channel from which the recording was made.
* **Owner**: Text…
* **Creator**: The name of the user who created the recording.
* **DVR Configuration** : The DVR configuration to be used for this recording.
* **Schedule Status** : The status of the recording (completed.
* **Errors** : Text…
* **Data Errors** : Text…
* **URL** : The URL of the recording.
* **Comment** : Text…


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tvheadend.org/documentation/configuration/digital-video-recorder.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
