diff options
author | VDR user <vdr@yavdr.gitarren.local> | 2010-03-14 13:15:46 +0100 |
---|---|---|
committer | VDR user <vdr@yavdr.gitarren.local> | 2010-03-14 13:15:46 +0100 |
commit | 8c00e6eb8fd0fca7f09e1091d1d07a5e0f7ca9b6 (patch) | |
tree | d48e044719599ded9e2cb722187484838e5377c2 /example/README.channel-conv | |
download | vdr-plugin-pvrinput-8c00e6eb8fd0fca7f09e1091d1d07a5e0f7ca9b6.tar.gz vdr-plugin-pvrinput-8c00e6eb8fd0fca7f09e1091d1d07a5e0f7ca9b6.tar.bz2 |
init
Diffstat (limited to 'example/README.channel-conv')
-rw-r--r-- | example/README.channel-conv | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/example/README.channel-conv b/example/README.channel-conv new file mode 100644 index 0000000..3aed6f8 --- /dev/null +++ b/example/README.channel-conv @@ -0,0 +1,13 @@ +Converting your existing channels.conf to the new pvrinput syntax is very +simple. (The following example assumes that your channels.conf is in /etc/vdr and +that you have copied channel-conv.sh into that directory) + +First you need to stop vdr of course. + +cd /etc/vdr +mv channels.conf channels.conf.old +./channel-conv.sh channels.conf.old channels.conf + +If you have timers on pvrinput channels, you have to adjust +the timers.conf before restarting vdr. The easiest way is to delete all +entries for pvrinput channels and set new timers after restarting vdr.
\ No newline at end of file |