diff options
Diffstat (limited to 'doc/example.config')
-rw-r--r-- | doc/example.config | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/example.config b/doc/example.config index 028919f..0b309eb 100644 --- a/doc/example.config +++ b/doc/example.config @@ -39,6 +39,7 @@ ensemble { id 20479 ecc 1249 ; Extended Country Code (decimal) label "TuxMux" + shortlabel "Tux" } ; Definition of DAB services @@ -47,13 +48,14 @@ services { ; only used throughout the configuration file funk { label "Funk" + shortlabel "Fu" pty 0 language 0 ; also supports id } luschtig { label "Luschtig" - ; pty, language and id can be omitted, and will take default values + ; pty, language, shortlabel and id can be omitted, and will take default values } } @@ -67,6 +69,7 @@ subchannels { nonblock false bitrate 128 id 10 + protection 5 } luschtig { type audio @@ -74,6 +77,7 @@ subchannels { nonblock false bitrate 128 id 3 + ;protection 5 } } @@ -82,11 +86,15 @@ components { ; the component unique identifiers are not used anywhere, but ; are useful to disambiguate different components. funky { + label funk + shortlabel fu service funk subchannel funk } luschtigy { + label luschtig + shortlabel lu service luschtig subchannel luschtig } |