-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
587 lines (297 loc) · 13.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tvheadend 4.0</title>
<link rel="shortcut icon" href="images/favicon.png">
<link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="./css/theme.css" type="text/css" />
<link rel="stylesheet" href="./css/theme_extra.css" type="text/css" />
<link rel="stylesheet" href="./css/highlight.css">
<link href="./custom.css" rel="stylesheet">
<script>
// Current page data
var mkdocs_page_name = "None";
</script>
<script src="./js/jquery-2.1.1.min.js"></script>
<script src="./js/modernizr-2.8.3.min.js"></script>
<script type="text/javascript" src="./js/highlight.pack.js"></script>
<script src="./js/theme.js"></script>
</head>
<body class="wy-body-for-nav" role="document">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
<div class="wy-side-nav-search">
<a href="." class="icon icon-home"> Tvheadend 4.0</a>
<div role="search">
<form id ="rtd-search-form" class="wy-form" action="./search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<ul class="current">
<li>
<ul class="subnav">
<li><span>Introduction</span></li>
<li class="toctree-l1 current">
<a class="current" href=".">Home</a>
<ul>
<li class="toctree-l3"><a href="#tvheadend-40-user-guide">Tvheadend 4.0 User Guide</a></li>
<li class="toctree-l3"><a href="#tvheadend-42-user-guide">Tvheadend 4.2 User Guide</a></li>
<li class="toctree-l3"><a href="#purpose">Purpose</a></li>
</ul>
</li>
<li class="toctree-l1 ">
<a class="" href="todo/">To-do</a>
</li>
<li class="toctree-l1 ">
<a class="" href="overview/">Overview</a>
</li>
<li class="toctree-l1 ">
<a class="" href="basic_requirements/">Basic Requirements</a>
</li>
<li class="toctree-l1 ">
<a class="" href="features/">Features</a>
</li>
</ul>
<li>
<li>
<ul class="subnav">
<li><span>Getting Started</span></li>
<li class="toctree-l1 ">
<a class="" href="before_you_begin/">Before you begin - some basic concepts</a>
</li>
<li class="toctree-l1 ">
<a class="" href="install_tuner_hardware/">Install your tuner hardware</a>
</li>
<li class="toctree-l1 ">
<a class="" href="install_tvheadend/">Install Tvheadend</a>
</li>
<li class="toctree-l1 ">
<a class="" href="configure_tvheadend/">Configure Tvheadend</a>
</li>
</ul>
<li>
<li>
<ul class="subnav">
<li><span>Web Interface Guide</span></li>
<li class="toctree-l1 ">
<a class="" href="webui_general/">General</a>
</li>
<li class="toctree-l1 ">
<a class="" href="webui/epg/">Electronic Program Guide Tab</a>
</li>
<ul class="subnav">
<li><span>Digital Video Recorder Tab</span></li>
<li class="toctree-l1 ">
<a class="" href="webui/dvr_upcoming/">Upcoming/Current Recordings</a>
</li>
<li class="toctree-l1 ">
<a class="" href="webui/dvr_finished/">Finished Recordings</a>
</li>
<li class="toctree-l1 ">
<a class="" href="webui/dvr_failed/">Failed Recordings</a>
</li>
<li class="toctree-l1 ">
<a class="" href="webui/dvr_autorec/">DVR AutoRec Entries</a>
</li>
<li class="toctree-l1 ">
<a class="" href="webui/dvr_timerec/">Time Schedules</a>
</li>
</ul>
<ul class="subnav">
<li><span>Configuration Tab</span></li>
<li class="toctree-l1 ">
<a class="" href="webui/config_general/">General</a>
</li>
<li class="toctree-l1 ">
<a class="" href="webui/config_access/">Access Entries</a>
</li>
<li class="toctree-l1 ">
<a class="" href="webui/config_passwords/">Passwords</a>
</li>
<ul class="subnav">
<li><span>DVB Inputs</span></li>
<li class="toctree-l1 ">
<a class="" href="webui/config_tvadapters/">TV Adapters</a>
</li>
<li class="toctree-l1 ">
<a class="" href="webui/config_networks/">Networks</a>
</li>
<li class="toctree-l1 ">
<a class="" href="webui/config_muxes/">Muxes</a>
</li>
<li class="toctree-l1 ">
<a class="" href="webui/config_services/">Services</a>
</li>
<li class="toctree-l1 ">
<a class="" href="webui/config_muxsched/">Mux Schedulers</a>
</li>
</ul>
<ul class="subnav">
<li><span>Channel/EPG</span></li>
<li class="toctree-l1 ">
<a class="" href="webui/config_channels/">Channel</a>
</li>
<li class="toctree-l1 ">
<a class="" href="webui/config_tags/">Channel Tags</a>
</li>
<li class="toctree-l1 ">
<a class="" href="webui/config_bouquet/">Bouquets</a>
</li>
<li class="toctree-l1 ">
<a class="" href="webui/config_epggrab/">EPG Grabber</a>
</li>
</ul>
<ul class="subnav">
<li><span>Stream</span></li>
<li class="toctree-l1 ">
<a class="" href="webui/config_streamprofile/">Stream Profiles</a>
</li>
<li class="toctree-l1 ">
<a class="" href="webui/config_esfilter/">(Various) Stream Filters</a>
</li>
</ul>
<ul class="subnav">
<li><span>Recording</span></li>
<li class="toctree-l1 ">
<a class="" href="webui/config_dvr/">Digital Video Recorder Profiles</a>
</li>
<li class="toctree-l1 ">
<a class="" href="webui/config_timeshift/">Timeshift</a>
</li>
</ul>
<li class="toctree-l1 ">
<a class="" href="webui/config_caclient/">CAs</a>
</li>
<li class="toctree-l1 ">
<a class="" href="webui/config_debugging/">Debugging</a>
</li>
</ul>
<ul class="subnav">
<li><span>Status Tab</span></li>
<li class="toctree-l1 ">
<a class="" href="webui/status_stream/">Stream</a>
</li>
<li class="toctree-l1 ">
<a class="" href="webui/status_subscriptions/">Subscriptions</a>
</li>
<li class="toctree-l1 ">
<a class="" href="webui/status_connections/">Connections</a>
</li>
<li class="toctree-l1 ">
<a class="" href="webui/status_servicemapper/">Service Mapper</a>
</li>
</ul>
<li class="toctree-l1 ">
<a class="" href="webui/about/">About Tab</a>
</li>
</ul>
<li>
<li>
<ul class="subnav">
<li><span>Appendices</span></li>
<li class="toctree-l1 ">
<a class="" href="Appendices/faqs/">Appendix 1 - Frequently-asked Questions</a>
</li>
<li class="toctree-l1 ">
<a class="" href="Appendices/command_line_options/">Appendix 2 - Command-line Options</a>
</li>
<li class="toctree-l1 ">
<a class="" href="Appendices/debugging/">Appendix 3 - Debugging Options</a>
</li>
<li class="toctree-l1 ">
<a class="" href="Appendices/doc_update/">Appendix 4 - Updating this documentation</a>
</li>
<li class="toctree-l1 ">
<a class="" href="Appendices/markdown_cribsheet/">Appendix 5 - Markdown Cribsheet</a>
</li>
</ul>
<li>
<li>
<li class="toctree-l1 ">
<a class="" href="about_project/">About</a>
</li>
<li>
</ul>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href=".">Tvheadend 4.0</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href=".">Docs</a> »</li>
<li>Introduction »</li>
<li>Home</li>
<li class="wy-breadcrumbs-aside">
<a href="https://github.com/tvheadend/tvheadend-documentation" class="icon icon-github"> Edit on GitHub</a>
</li>
</ul>
<hr/>
</div>
<div role="main">
<div class="section">
<p><tvhversion till="4.0"></p>
<h1 id="tvheadend-40-user-guide"><a class="toclink" href="#tvheadend-40-user-guide">Tvheadend 4.0 User Guide</a><a class="headerlink" href="#tvheadend-40-user-guide" title="Permanent link"></a></h1>
<p></tvhversion></p>
<p><tvhversion from="4.2"></p>
<h1 id="tvheadend-42-user-guide"><a class="toclink" href="#tvheadend-42-user-guide">Tvheadend 4.2 User Guide</a><a class="headerlink" href="#tvheadend-42-user-guide" title="Permanent link"></a></h1>
<p></tvhversion></p>
<p><img class="noborder" alt="Tvheadend Logo" src="./images/tvhlogo.png" /></p>
<p><strong>Version: <font color=red>DRAFT</font></strong></p>
<p><strong>Last Updated: <font color=red>2015-11-16</font></strong></p>
<div class="admonition note">
<p class="admonition-title">A Moving Target!</p>
<p>This document has many holes, and is very much a work-in-progress. Please
forgive any errors, omissions or inaccuracies, and please help us to fill them in if you can.</p>
</div>
<h1 id="purpose"><a class="toclink" href="#purpose">Purpose</a><a class="headerlink" href="#purpose" title="Permanent link"></a></h1>
<p>This document is intended to give you a high-level overview of how to set
up Tvheadend for the first time. It does not aim to provide a complete description
of every step or answer every question: more details are available on the
tvheadend <a href="https://tvheadend.org/projects/tvheadend/wiki">wiki</a>.</p>
<p>As you set things up, consult the on-line (web interface) help as well.
Tvheadend includes copies of many of these pages in the application, which
is easier to find when you’re wondering what to do next.</p>
<p>If you get really stuck, there’s the <a href="https://tvheadend.org/projects/tvheadend/boards">forum</a>
and IRC (<em>#hts</em> on <em>freenode</em>) - <a href="https://kiwiirc.com/">Kiwi IRC</a> is a good web
client if you don’t already have an IRC client installed, please <a href="https://webchat.freenode.net/">Freenode</a>
has one of their own.</p>
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="todo/" class="btn btn-neutral float-right" title="To-do"/>Next <span class="icon icon-circle-arrow-right"></span></a>
</div>
<hr/>
<div role="contentinfo">
<!-- Copyright etc -->
<p>(c) 2006 - 2015 Tvheadend Foundation CIC</p>
</div>
Built with <a href="http://www.mkdocs.org">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<div class="rst-versions" role="note" style="cursor: pointer">
<span class="rst-current-version" data-toggle="rst-current-version">
<a class="icon icon-github" style="float: left; color: #fcfcfc"> GitHub</a>
<span style="margin-left: 15px"><a href="todo/" style="color: #fcfcfc">Next »</a></span>
</span>
</div>
</body>
</html>
<!--
MkDocs version : 0.14.0
Build Date UTC : 2015-11-16 09:34:13.160833
-->