WEBUI: Update help for finished recordings
This commit is contained in:
parent
2a79f2e22e
commit
aa5b773711
4 changed files with 78 additions and 1 deletions
BIN
docs/docresources/finishedrecordings1.png
Normal file
BIN
docs/docresources/finishedrecordings1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
docs/docresources/finishedrecordings2.png
Normal file
BIN
docs/docresources/finishedrecordings2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 63 KiB |
77
docs/html/dvrfinished.html
Normal file
77
docs/html/dvrfinished.html
Normal file
|
@ -0,0 +1,77 @@
|
|||
<div class="hts-doc-text">
|
||||
This tab show your all finished recordings.
|
||||
|
||||
<p>
|
||||
<img src="docresources/finishedrecordings1.png">
|
||||
</p>
|
||||
<p>
|
||||
<u>Buttons have the following functions:</u>
|
||||
|
||||
<dl>
|
||||
<dt><b>Delete</b>
|
||||
<dd>
|
||||
If clicked delete selected finished recordings you delete recordings. Before deleted show message: Do you really want to delete the selection ? Answer Yes or No.
|
||||
<p>
|
||||
<dt><b>Download</b>
|
||||
<dd>
|
||||
If clicked download selected finished recordings you can downloaded recordings to your disk. After clicked you ask to select path.
|
||||
</dl>
|
||||
<br>
|
||||
<br>
|
||||
<p>
|
||||
<u>The columns have the following functions:</u>
|
||||
|
||||
|
||||
<dl>
|
||||
<dt><b>Details</b>
|
||||
<dd>
|
||||
Show status and blue icon "i". After click on icon "i" you see info about select finished recordings.
|
||||
<p>
|
||||
<img src="docresources/finishedrecordings2.png">
|
||||
<p>
|
||||
<dt><b>Play</b>
|
||||
<dd>
|
||||
Can play selected record in web browser by VLC Plugin
|
||||
<p>
|
||||
<dt><b>Title</b>
|
||||
<dd>
|
||||
Showing title of record.
|
||||
<p>
|
||||
<dt><b>Episod</b>
|
||||
<dd>
|
||||
Showing number episod of record.
|
||||
<p>
|
||||
<dt><b>Scheduled Start Time</b>
|
||||
<dd>
|
||||
Showing date and time when the recording was started.
|
||||
<p>
|
||||
<dt><b>Scheduled Stop Time</b>
|
||||
<dd>
|
||||
Showing date and time when the recording was stoped.
|
||||
<p>
|
||||
<dt><b>Duration</b>
|
||||
<dd>
|
||||
Showing how long it took the recording.
|
||||
<p>
|
||||
<dt><b>File Size</b>
|
||||
<dd>
|
||||
<p>
|
||||
Showing size of file recording.
|
||||
<dt><b>Channel name</b>
|
||||
<dd>
|
||||
Showing the name of the channel from which the recording was made.
|
||||
<p>
|
||||
<dt><b>Creator</b>
|
||||
<dd>
|
||||
Showing the name of the user who created the record.
|
||||
<p>
|
||||
<dt><b>Schedule Status</b>
|
||||
<dd>
|
||||
Showing the status of record.
|
||||
<p>
|
||||
<dt><b>URL</b>
|
||||
<dd>
|
||||
Showing the URL of record.
|
||||
<p>
|
||||
|
||||
</div>
|
|
@ -271,7 +271,7 @@ tvheadend.dvr_finished = function(panel, index) {
|
|||
tbar: [downloadButton],
|
||||
selected: selected,
|
||||
help: function() {
|
||||
new tvheadend.help('DVR', 'config_dvrlog.html');
|
||||
new tvheadend.help('DVR-Finished Recordings', 'dvrfinished.html');
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue