diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-06-24 22:18:12 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-06-24 22:18:12 +0000 |
commit | 8ead24023bc76a32b15fc088c7f488252ee03864 (patch) | |
tree | 98d4ae54608fbda809993f39666a165109917bfe /README | |
parent | e8ddbf67df1c3f006bed95331fd8b1ccc016a771 (diff) | |
download | vdr-plugin-live-8ead24023bc76a32b15fc088c7f488252ee03864.tar.gz vdr-plugin-live-8ead24023bc76a32b15fc088c7f488252ee03864.tar.bz2 |
- Don't show a directory named CVS in the theme selection. This is
usefull for alpha and beta testers using the anonymous cvs access.
- Fixed typos and formatting in README.
Diffstat (limited to 'README')
-rw-r--r-- | README | 21 |
1 files changed, 10 insertions, 11 deletions
@@ -26,7 +26,6 @@ by SVDRP, Live has direct access to VDR's data structures and is thus very fast. - Requirements: ============= @@ -48,20 +47,21 @@ Installation: ============= If you compile the plugin outside of the VDR source codes you must -copy the resulting binary to the VDRs directory where the other -plugins are exspected. +copy the resulting binary to VDRs directory where the other plugins +are expected. -In order to work correctly you must copy the subdirectory 'live' from the source -distribution to the directory where the vdr plugins look for their configuration -files. The pure VDR default for this config directory is: /video/plugins, but this -depends also from the parameters -c or -v (see 'vdr --help' for details). +In order to work correctly you must copy the subdirectory 'live' from +the source distribution to the directory where the vdr plugins look +for their configuration files. The pure VDR default for this config +directory is: /video/plugins, but this depends also from the +parameters -c or -v (see 'vdr --help' for details). cp -a <live-src-dir>/live <plugin-config-dir>/plugins -Many distributions change this according their file systems standards rules. -This directory is therefor often referred as: +Many distributions change this according to their file systems +standards rules. This directory is therefor often referred as: -$VDRDIR/plugins/live. +$VDRDIR/plugins/live. (i.E. in debian it is in /usr/share/vdr-plugin-live) @@ -96,7 +96,6 @@ during scanning (which can after a few months be well more than 3000 channels) won't be displayed. - So how does it work? ==================== Basically, Live itself is a Tntnet webserver integrated into the plugin |