blob: b8daa5d44e216df6e4fe143e04b006f07e020026 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# This is the channel title configuration
# %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;3% %chan% %- |title%
|