From a0e5b07e624492852402f2997f7c84e61b34fb98 Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Sat, 2 Feb 2013 20:10:35 +0000 Subject: [PATCH] docs: update documentation about icon caching. --- docs/html/config_misc.html | 34 +++++++++++++++++++++++----------- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/docs/html/config_misc.html b/docs/html/config_misc.html index 5f11cf7b..c5709839 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
- 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) + 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) +
+ How frequently it will re-try fetching an image that has failed to be + fetched. +