Some documentation updates
This commit is contained in:
parent
05c2fc622c
commit
e951d0ddf0
2 changed files with 3 additions and 25 deletions
|
@ -17,8 +17,8 @@
|
|||
|
||||
<dt>Output targets
|
||||
<dl>
|
||||
<dt> Showtime Mediaplayer (HTSP)
|
||||
<dt> Digital Video Recorder
|
||||
<dt> HTSP (Home TV Streaming Protocl), supported by Showtime Mediaplayer and <a href="http://www.xbmc.org/"XBMC</a>
|
||||
<dt> Built-in Digital Video Recorder
|
||||
</dl>
|
||||
|
||||
<dt>Built in modern web user interface
|
||||
|
|
|
@ -23,10 +23,6 @@ Parts of this documentation is also available in the Tvheadend man page.
|
|||
Default is to use the 'video' group.
|
||||
If the 'video' group does not exist, gid 1 (daemon) will be used.
|
||||
|
||||
<dt>-s path
|
||||
<dd>
|
||||
Store settings in path. Default values varies depending on if
|
||||
daemonizing or not. See settings storage section below for details.
|
||||
</dl>
|
||||
|
||||
|
||||
|
@ -47,16 +43,7 @@ Parts of this documentation is also available in the Tvheadend man page.
|
|||
|
||||
<dt>Settings storage
|
||||
<dd>
|
||||
Settings are stored in different locations depending on how Tvheadend
|
||||
was started.
|
||||
<p>
|
||||
If the (-s) argument is given, that path is always used.
|
||||
<p>
|
||||
Otherwise, tvheadend will try to store settings in <b>/var/lib/hts/tvheadend</b>.
|
||||
If this is not possible (due to access permission restriction) it will store
|
||||
it in the current user home directory under .hts/tvheadend.
|
||||
<p>
|
||||
If daemonizing, tvheadend will writes its running pid in /var/run/tvheadend.pid
|
||||
Settings are loaded/stored in $HOME/.hts/tvheadend.
|
||||
|
||||
<dt>Logging
|
||||
<dd>
|
||||
|
@ -95,14 +82,5 @@ Parts of this documentation is also available in the Tvheadend man page.
|
|||
To limit access, please read the section about 'Access Control'
|
||||
in the configuration chapter.
|
||||
|
||||
|
||||
<dt>Building Tvheadend from source
|
||||
<dd>
|
||||
If you want to build tvheadend from source, visit
|
||||
<a href="http://trac.lonelycoder.com/hts/wiki/howtobuildhts">this</a> page.
|
||||
Please notice that wiki development site only reflects the work
|
||||
in 'trunk' (current development version).
|
||||
The instructions should not deviate much should you want to
|
||||
build a released version from source, but you never know.
|
||||
</dl>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue