From: Adam Sutton Date: Sat, 2 Feb 2013 20:10:35 +0000 (+0000) Subject: docs: update documentation about icon caching. X-Git-Tag: v3.5~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0e5b07e624492852402f2997f7c84e61b34fb98;p=thirdparty%2Ftvheadend.git docs: update documentation about icon caching. --- diff --git a/docs/html/config_misc.html b/docs/html/config_misc.html index 5f11cf7b1..c5709839c 100644 --- a/docs/html/config_misc.html +++ b/docs/html/config_misc.html @@ -19,20 +19,32 @@ 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. + -
Cache channel icons: -
- 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 +

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

-
TVH Server IP Address: +
+ +
Enabled +
+ 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. + +
Re-fetch period (hours) +
+ How frequently the upstream provider is checked for changes. + +
Re-try period (hours)
- 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. +