From: Piotr Kuchciak Date: Mon, 13 Oct 2014 12:55:01 +0000 (+0200) Subject: WEBUI: Update help for finished recordings X-Git-Tag: v4.1~1052 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa5b7737112e1d0ac48723e356c119d2f8f7c3b6;p=thirdparty%2Ftvheadend.git WEBUI: Update help for finished recordings --- diff --git a/docs/docresources/finishedrecordings1.png b/docs/docresources/finishedrecordings1.png new file mode 100644 index 000000000..4bfb4baa8 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 index 000000000..76177203b 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 index 000000000..12da3cb26 --- /dev/null +++ b/docs/html/dvrfinished.html @@ -0,0 +1,77 @@ +
+This tab show your all finished recordings. + +

+ +

+

+Buttons have the following functions: + +

+
Delete +
+ 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. +

+

Download +
+ If clicked download selected finished recordings you can downloaded recordings to your disk. After clicked you ask to select path. +
+
+
+

+The columns have the following functions: + + +

+
Details +
+ Show status and blue icon "i". After click on icon "i" you see info about select finished recordings. +

+ +

+

Play +
+ Can play selected record in web browser by VLC Plugin +

+

Title +
+ Showing title of record. +

+

Episod +
+ Showing number episod of record. +

+

Scheduled Start Time +
+ Showing date and time when the recording was started. +

+

Scheduled Stop Time +
+ Showing date and time when the recording was stoped. +

+

Duration +
+ Showing how long it took the recording. +

+

File Size +
+

+ Showing size of file recording. +

Channel name +
+ Showing the name of the channel from which the recording was made. +

+

Creator +
+ Showing the name of the user who created the record. +

+

Schedule Status +
+ Showing the status of record. +

+

URL +
+ Showing the URL of record. +

+ +

diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index 53f63af72..7f8dec385 100644 --- a/src/webui/static/app/dvr.js +++ b/src/webui/static/app/dvr.js @@ -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'); }, });