This is a "plugin" for the Video Disk Recorder (VDR).

Written by:                  Juan Morra <tucupeis@hotmail.com>

Project's homepage:          www.infogte.com

Latest version available at: www.infogte.com

See the file COPYING for license information.

Description:
This plugins provides a menu entry from which the channels list can be sorted
and filtered using different algorithms.

This is the first release so theres no guarantee that its bug free.

It only works for vdr versions 1.3 and up.
To install:
cd PATH-TO-VDR-DIR/PLUGINS/src/
tar -xvzf PATH-TO-DOWNLOADED-FILE/csf-0.0.1.tgz
ln -s csf-0.0.1 csf
cd ../..
make plugins
if everything went ok, you can try the plugin running vdr with the -Pcsf 
option.

Current version modifies the running channels list so any modification is 
done to your channels.conf dir. Its MANDATORY that you backup your channels.conf
file before running the plugins. Youve been advised.
The plugin needs a file called channels.conf.csf in the /video directory. You
should copy your channels.conf file to channels.conf.csf.

I am in the initial development process of this plugin so any feedback is appreciated

