]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
WEBUI: Update help for finished recordings
authorPiotr Kuchciak <piotr.kuchciak@gmail.com>
Mon, 13 Oct 2014 12:55:01 +0000 (14:55 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 13 Oct 2014 13:35:12 +0000 (15:35 +0200)
docs/docresources/finishedrecordings1.png [new file with mode: 0644]
docs/docresources/finishedrecordings2.png [new file with mode: 0644]
docs/html/dvrfinished.html [new file with mode: 0644]
src/webui/static/app/dvr.js

diff --git a/docs/docresources/finishedrecordings1.png b/docs/docresources/finishedrecordings1.png
new file mode 100644 (file)
index 0000000..4bfb4ba
Binary files /dev/null and b/docs/docresources/finishedrecordings1.png differ
diff --git a/docs/docresources/finishedrecordings2.png b/docs/docresources/finishedrecordings2.png
new file mode 100644 (file)
index 0000000..7617720
Binary files /dev/null and b/docs/docresources/finishedrecordings2.png differ
diff --git a/docs/html/dvrfinished.html b/docs/html/dvrfinished.html
new file mode 100644 (file)
index 0000000..12da3cb
--- /dev/null
@@ -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>
index 53f63af72e2a37e22a12786037edaf70f029ead3..7f8dec38568072bf7783e716e33d74449b2f2e30 100644 (file)
@@ -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');
         },
     });