blob: 793cbecd98bccb14b8b847cca893de0706b55735 (
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# 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
#
# Options:
#
# Some variables may have options. They are separated
# by ';' from the variable. Each option is again
# separated by ';'.
#
# %no;<width>%
# - width: specifies the number of digits the
# channel number may have. If the number
# has less digits, they are filled with
# leading zeros.
#
# Please report required variables on
# http://projects.vdr-developer.org/projects/plg-upnp
#
# Thank you.
#
# Example:
#
#%no;3% %chan% %- |title%
|