]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
docs: update documentation about icon caching.
authorAdam Sutton <dev@adamsutton.me.uk>
Sat, 2 Feb 2013 20:10:35 +0000 (20:10 +0000)
committerAdam Sutton <dev@adamsutton.me.uk>
Sat, 2 Feb 2013 20:10:35 +0000 (20:10 +0000)
docs/html/config_misc.html

index 5f11cf7b1abf69bbf0d30d10d58d9e7726cc423d..c5709839c6ba376074e8df8e4d2ebee4e43322e5 100644 (file)
   Select the path to use for DVB scan configuration files. Typically
   dvb-apps stores these in /usr/share/dvb/. Leave blank to use TVH's internal
   file set.
+ </dl>
 
-  <dt>Cache channel icons:
-  <dd>
-  Enable the caching of channel icons. This will cause TVH to download channel
-  icons locally, and then when requested via HTSP clients the URL for the icon
-  (or logo) will be retrieved from the TVH web server rather than fetched each
-  time by the HTSP client.
-  This REQUIRES the TVH server IP address field to also be populated
+ <p>
+ Icon caching - this will cache any channel icons or other images (such as
+ EPG metadata). These will then be served from the local webserver, this
+ can be useful for multi-client systems and generally to reduce hits on
+ upstream providers.
+ </p>
 
-  <dt>TVH Server IP Address:
+ <dl>
+
+  <dt>Enabled
+  <dd>
+  Select whether or not to enable caching. Note: even with this disabled
+  you can still specify local (file://) icons and these will be served by
+  the built-in webserver.
+  
+  <dt>Re-fetch period (hours)
+  <dd>
+  How frequently the upstream provider is checked for changes.
+  
+  <dt>Re-try period (hours)
   <dd>
-  Enter the IP address of the TVH server used for HTSP clients. This permits the
-  above cache channel icons to work (TVH Clients are directed to the IP address
-  entered here to retrieve channel icons from)
+  How frequently it will re-try fetching an image that has failed to be
+  fetched.
+ </dl>
 
  </dl>  
 </div>