diff options
Diffstat (limited to 'plugins/profiler/vdrDVBProfiler/channelTitle.conf')
-rw-r--r-- | plugins/profiler/vdrDVBProfiler/channelTitle.conf | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/plugins/profiler/vdrDVBProfiler/channelTitle.conf b/plugins/profiler/vdrDVBProfiler/channelTitle.conf index eccea7a..598c667 100644 --- a/plugins/profiler/vdrDVBProfiler/channelTitle.conf +++ b/plugins/profiler/vdrDVBProfiler/channelTitle.conf @@ -2,5 +2,26 @@ # %chan% - replaced with the channel name # %no% - replaced with the channel number # %title% - replaced with the event title +# +# You may add a delimiter to the variable: +# +# %- |title% - this will add "- " to the output +# if and only if the title is not +# empty. +# +# The default pattern is: %no% %chan% %- |title% +# +# This will produce for instance +# +# 102 arte +# +# or if the title is not empty: +# +# 102 arte - New York +# +# Please report required variables on +# http://projects.vdr-developer.org/projects/plg-upnp +# +# Thank you. -%no% %chan%: %title%
\ No newline at end of file +%no% %chan% %- |title%
\ No newline at end of file |