]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
WEBUI: cosmetic, add help for upcoming/current recordings
authorPiotr Kuchciak <piotr.kuchciak@gmail.com>
Tue, 14 Oct 2014 18:44:09 +0000 (20:44 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 15 Oct 2014 09:33:53 +0000 (11:33 +0200)
docs/docresources/upcomingrecordings1.png [new file with mode: 0644]
docs/docresources/upcomingrecordings2.png [new file with mode: 0644]
docs/html/dvrfailed.html
docs/html/dvrupcoming.html [new file with mode: 0644]

diff --git a/docs/docresources/upcomingrecordings1.png b/docs/docresources/upcomingrecordings1.png
new file mode 100644 (file)
index 0000000..b814cd7
Binary files /dev/null and b/docs/docresources/upcomingrecordings1.png differ
diff --git a/docs/docresources/upcomingrecordings2.png b/docs/docresources/upcomingrecordings2.png
new file mode 100644 (file)
index 0000000..3256b06
Binary files /dev/null and b/docs/docresources/upcomingrecordings2.png differ
index c102a1263e7407f4a4624bdbcfd9f60555c025fb..44557dc977870e58ef6bbd986464e4e3ab259d94 100644 (file)
@@ -12,7 +12,6 @@ This tab show your all failed recordings.
   <dd>
   If clicked delete selected failed recordings you delete recordings. Before deleted show message: Do you really want to delete the selection ? Answer Yes or No.
 <p>
-<dl>
   <dt><b>Download</b>
   <dd>
   If clicked download selected failed recordings you can downloaded recordings to your disk. After clicked you ask to select path.
diff --git a/docs/html/dvrupcoming.html b/docs/html/dvrupcoming.html
new file mode 100644 (file)
index 0000000..0d689ee
--- /dev/null
@@ -0,0 +1,70 @@
+<div class="hts-doc-text">
+This tab show your all upcoming/current recordings.
+
+<p>
+<img src="docresources/upcomingrecordings1.png">
+</p>
+<p>
+<u>Buttons have the following functions:</u>
+
+<dl>
+  <dt><b>Delete</b>
+  <dd>
+  If clicked delete selected upcoming/current recordings you delete recordings. Before deleted show message: Do you really want to delete the selection ? Answer Yes or No.
+<p>
+
+<br>
+<br>
+<p>
+<u>The columns have the following functions:</u>
+
+
+ <dl>
+  <dt><b>Details</b>
+  <dd>
+  Show clock status or red point status and blue icon "i". Red point status means current recording and clock status means scheduled recording. After click on icon "i" you see info about select upcoming/current recordings.
+ <p>
+ <img src="docresources/upcomingrecordings2.png">
+  <p>
+<dt><b>Title</b>
+  <dd>
+  Showing title of record.
+ <p>
+ <dt><b>Episod</b>
+  <dd>
+  Showing number episod of record.
+ <p>
+ <dt><b>Priority</b>
+  <dd>
+  Showing priority 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>Channel Name</b>
+  <dd>
+  Showing the name of the channel from which the recording will be made.
+ <p>
+ <dt><b>Creator</b>
+  <dd>
+  Showing the name of the user who created the recording.
+ <p>
+ <dt><b>DVR Configuration</b>
+  <dd>
+  Showing the name of DVR Configuration which is use to record.
+ <p>
+ <dt><b>Schedule Status</b>
+  <dd>
+  Showing the status info of record.
+ <p>
+
+</div>
\ No newline at end of file