diff options
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 |