diff options
author | methodus <methodus@web.de> | 2012-11-04 15:00:58 +0100 |
---|---|---|
committer | methodus <methodus@web.de> | 2012-11-04 15:00:58 +0100 |
commit | 89d79438c4825fb0e66761d0c79ae4d06fe4e82b (patch) | |
tree | f3c25488854a1b19460f4557aace5f77321c9757 /plugins | |
parent | a4056da58884a8af3e4e1be5c2c2b50f6db20922 (diff) | |
download | vdr-plugin-upnp-89d79438c4825fb0e66761d0c79ae4d06fe4e82b.tar.gz vdr-plugin-upnp-89d79438c4825fb0e66761d0c79ae4d06fe4e82b.tar.bz2 |
Added documentation about channelTitle.con to README
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/profiler/vdrDVBProfiler/README | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/plugins/profiler/vdrDVBProfiler/README b/plugins/profiler/vdrDVBProfiler/README index 7faac6a..d35c64d 100644 --- a/plugins/profiler/vdrDVBProfiler/README +++ b/plugins/profiler/vdrDVBProfiler/README @@ -26,4 +26,19 @@ SD channels and recordings: MPEG_TS_SD_EU_ISO HD channels and recordings: AVC_TS_HD_EU_ISO Radio channels and recordings as well as old PES recordings are -currently not supported.
\ No newline at end of file +currently not supported. + +Configuration: + +The DVB provider has a configuration file called 'channelTitle.conf' +which can be used to customize the channels title shown by the +server while browsing the live-TV containers. + +It is optional and only required if the user want to display +more or less information in the content browser. + +The configuration file must be copied to the configuration directory +of the UPnP plugin. For instance: /var/lib/vdr/plugins/upnp. + +The configuration itself is explained inside the example shipped +with this sub-plugin
\ No newline at end of file |