]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
webui: Update DVR help files
authorIan <ian@sproink.co.uk>
Sun, 6 Jul 2014 18:57:18 +0000 (19:57 +0100)
committerIan <ian@sproink.co.uk>
Mon, 7 Jul 2014 16:27:03 +0000 (17:27 +0100)
docs/docresources/dvrlog.png
docs/docresources/dvrlog2.png [new file with mode: 0644]
docs/docresources/dvrlog3.png [new file with mode: 0644]
docs/docresources/dvrlog4.png [new file with mode: 0644]
docs/html/dvrlog.html

index 49cbe37f10a78b823626da56553346b907e71d47..8b40a178e524cd360ce9a37945551126c5afc21d 100644 (file)
Binary files a/docs/docresources/dvrlog.png and b/docs/docresources/dvrlog.png differ
diff --git a/docs/docresources/dvrlog2.png b/docs/docresources/dvrlog2.png
new file mode 100644 (file)
index 0000000..ae4c0e5
Binary files /dev/null and b/docs/docresources/dvrlog2.png differ
diff --git a/docs/docresources/dvrlog3.png b/docs/docresources/dvrlog3.png
new file mode 100644 (file)
index 0000000..76080d3
Binary files /dev/null and b/docs/docresources/dvrlog3.png differ
diff --git a/docs/docresources/dvrlog4.png b/docs/docresources/dvrlog4.png
new file mode 100644 (file)
index 0000000..f4ae5b6
Binary files /dev/null and b/docs/docresources/dvrlog4.png differ
index d29b53aa55d9faaa508d33d6dde85141245b5b3e..cabe09f039170f5117bfaf6e9f2d54e8836a4453 100644 (file)
@@ -1,27 +1,45 @@
 <div class="hts-doc-text">
 The DVR log is split into a series of paged grids:
 
+<p></p>
+
 <ul>
-<li>Upcoming Recordings - stuff scheduled to be recorded in the future
-<li>Finished Recordings - stuff that has succesfully finished recording
-<li>Failed Recordings   - stuff that failed to record
+<li><b>Upcoming Recordings</b> - events that are scheduled to be recorded in the future</li>
+
+<img src="docresources/dvrlog.png">
+
+<li><b>Finished Recordings</b> - events that have succesfully finished recording</li>
+
+<img src="docresources/dvrlog2.png">
+
+<p>
+Once the recording is completed there will be a clickable link to a playlist 
+for the recorded file (XSPF or M3U as per your startup options) so you can watch 
+it.</p>
+
+
+<li><b>Failed Recordings</b> - events that failed to record</li>
+
+<img src="docresources/dvrlog3.png">
 </ul>
 
+
 <p>
-Use the bottom toolbar (not displayed in this manual) to navigate
-between pages in the grid.
-<img src="docresources/dvrlog.png">
+Use the bottom toolbar to navigate between pages in the grid.</p>
+
+<img src="docresources/dvrlog4.png">
+
+<p>Note that the columns are sortable, but only the current view will be sorted (by 
+default, this will be the first page of the most recent events). Select more events
+per page if you want to sort a longer selection.</p>
 <p>
 To see more details about a recorded event, just click on it and a pop
-up will appear:
-<p>
+up will appear:</p>
+<p></p>
 <img src="docresources/dvrlogentry.png">
+<p></p>
 <p>
 In this pop up you can cancel a scheduled recording or abort a
 recording in progress.  To close the pop up, just close it with the
-[X] window button.
-<p>
-Once the recording is completed there will be a clickable link to the
-recorded matroska file so you can download it directly from the
-interface.
+[X] window button.</p>
 </div>