diff options
author | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-08-28 16:03:53 +0200 |
---|---|---|
committer | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-08-28 16:03:53 +0200 |
commit | dcf8a55ea3d46776f0ba32f28e7e936b92bf6e86 (patch) | |
tree | 3329dcef75f400bb349968c38c8af97d82a5a3e6 /doc/example.config | |
parent | 413f7559ad7fec7dd177b02862c559be95487c2d (diff) | |
download | dabmux-dcf8a55ea3d46776f0ba32f28e7e936b92bf6e86.tar.gz dabmux-dcf8a55ea3d46776f0ba32f28e7e936b92bf6e86.tar.bz2 dabmux-dcf8a55ea3d46776f0ba32f28e7e936b92bf6e86.zip |
crc-dabmux: configuration file: added shortlabel support
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 } |