DVR: Show the status in failed grid, create doc templates...
This commit is contained in:
parent
49cdc5a9db
commit
82eeb8a239
4 changed files with 24 additions and 5 deletions
10
docs/html/config_dvrauto.html
Normal file
10
docs/html/config_dvrauto.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<div class="hts-doc-text">
|
||||
|
||||
<p>
|
||||
This tab is used to manipulate with the Digital Video Recorder entries -
|
||||
the automatic recording.
|
||||
|
||||
<p>
|
||||
A volunteer required to fill this...
|
||||
|
||||
</div>
|
9
docs/html/config_dvrlog.html
Normal file
9
docs/html/config_dvrlog.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<div class="hts-doc-text">
|
||||
|
||||
<p>
|
||||
This tab is used to manipulate with the Digital Video Recorder entries.
|
||||
|
||||
<p>
|
||||
A volunteer required to fill this...
|
||||
|
||||
</div>
|
|
@ -1863,7 +1863,7 @@ const idclass_t dvr_entry_class = {
|
|||
.id = "status",
|
||||
.name = "Status",
|
||||
.get = dvr_entry_class_status_get,
|
||||
.opts = PO_RDONLY | PO_NOSAVE | PO_HIDDEN,
|
||||
.opts = PO_RDONLY | PO_NOSAVE,
|
||||
},
|
||||
{
|
||||
.type = PT_STR,
|
||||
|
|
|
@ -163,7 +163,7 @@ tvheadend.dvr_upcoming = function(panel, index) {
|
|||
selected: selected,
|
||||
beforeedit: beforeedit,
|
||||
help: function() {
|
||||
new tvheadend.help('DVR', 'config_dvr.html');
|
||||
new tvheadend.help('DVR', 'config_dvrlog.html');
|
||||
},
|
||||
});
|
||||
|
||||
|
@ -245,7 +245,7 @@ tvheadend.dvr_finished = function(panel, index) {
|
|||
tbar: [downloadButton],
|
||||
selected: selected,
|
||||
help: function() {
|
||||
new tvheadend.help('DVR', 'config_dvr.html');
|
||||
new tvheadend.help('DVR', 'config_dvrlog.html');
|
||||
},
|
||||
});
|
||||
|
||||
|
@ -279,7 +279,7 @@ tvheadend.dvr_failed = function(panel, index) {
|
|||
plugins: [actions],
|
||||
lcol: [actions],
|
||||
help: function() {
|
||||
new tvheadend.help('DVR', 'config_dvr.html');
|
||||
new tvheadend.help('DVR', 'config_dvrlog.html');
|
||||
},
|
||||
});
|
||||
|
||||
|
@ -383,7 +383,7 @@ tvheadend.autorec_editor = function(panel, index) {
|
|||
direction: 'ASC'
|
||||
},
|
||||
help: function() {
|
||||
new tvheadend.help('DVR', 'config_dvr.html');
|
||||
new tvheadend.help('DVR', 'config_dvrauto.html');
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue