diff options
| author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2014-11-06 16:06:19 +0100 |
|---|---|---|
| committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2014-11-06 16:06:19 +0100 |
| commit | eb2c6e68be094d8af8170646a1d2b063875da82c (patch) | |
| tree | b4dd281f62d6a822a908f2bc9b52d5e82a4dd973 /contrib | |
| parent | db58b08b8840c6c523276598973a8a12fc6eb7a4 (diff) | |
| download | vdr-plugin-audiorecorder-eb2c6e68be094d8af8170646a1d2b063875da82c.tar.gz vdr-plugin-audiorecorder-eb2c6e68be094d8af8170646a1d2b063875da82c.tar.bz2 | |
uncomment some channels
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/audiorecorder.conf | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/contrib/audiorecorder.conf b/contrib/audiorecorder.conf index cacfc14..37fe1e7 100644 --- a/contrib/audiorecorder.conf +++ b/contrib/audiorecorder.conf @@ -1,8 +1,11 @@ -#S19.2E-1-1093-28465 /* SWR1 BW;ARD SWR */ -#S19.2E-1-1093-28467 /* SWR2;ARD SWR */ -#S19.2E-1-1093-28468 /* SWR3;ARD SWR */ -#S19.2E-1-1093-28471 /* DASDING;ARD SWR */ -#S19.2E-1-1093-28469 /* SWR4 BW;ARD SWR */ +# uncommet your prefered channel for recording +# + +S19.2E-1-1093-28465 /* SWR1 BW;ARD SWR */ +S19.2E-1-1093-28467 /* SWR2;ARD SWR */ +S19.2E-1-1093-28468 /* SWR3;ARD SWR */ +S19.2E-1-1093-28471 /* DASDING;ARD SWR */ +S19.2E-1-1093-28469 /* SWR4 BW;ARD SWR */ #S19.2E-1-1093-28470 /* SWR4 RP;ARD SWR */ #S19.2E-1-1093-28472 /* SWRinfo;ARD SWR */ #S19.2E-1-1093-28466 /* SWR1 RP;ARD SWR */ |
