diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-09-11 14:09:03 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-09-11 14:09:03 +0200 |
commit | 413a0e6373f272f687db611185bc268c0d44f3b3 (patch) | |
tree | 046714f5e79e8ec57b4e7c64684dfe231d0109da /scr.conf | |
parent | 78e89efee8a54d4343183fc98a34d13f9e0ef478 (diff) | |
download | vdr-413a0e6373f272f687db611185bc268c0d44f3b3.tar.gz vdr-413a0e6373f272f687db611185bc268c0d44f3b3.tar.bz2 |
VDR now supports "Satellite Channel Routing" (SCR)
Diffstat (limited to 'scr.conf')
-rw-r--r-- | scr.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/scr.conf b/scr.conf new file mode 100644 index 00000000..9d02dc10 --- /dev/null +++ b/scr.conf @@ -0,0 +1,20 @@ +# SCR (Satellite Channel Routing) configuration for VDR +# +# Format: +# +# channel frequency [pin] +# +# channel: SCR channel index (0-7) +# frequency: frequency of the SCR channel ("user band") +# pin: optional pin of the SCR channel (0-255) +# +# Examples: + +# 0 1284 +# 1 1400 +# 2 1516 +# 3 1632 +# 4 1748 +# 5 1864 +# 6 1980 +# 7 2096 |