Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI: Update help for finished recordings
  • Loading branch information
pepsonEL authored and perexg committed Oct 13, 2014
1 parent 2a79f2e commit aa5b773
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 1 deletion.
Binary file added docs/docresources/finishedrecordings1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docresources/finishedrecordings2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 77 additions & 0 deletions docs/html/dvrfinished.html
@@ -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>
2 changes: 1 addition & 1 deletion src/webui/static/app/dvr.js
Expand Up @@ -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');
},
});

Expand Down

0 comments on commit aa5b773

Please sign in to comment.