From 2d48ae784ea6828e8626c32c848f64232d8f35c0 Mon Sep 17 00:00:00 2001 From: geronimo Date: Fri, 13 Jul 2012 04:26:40 +0200 Subject: initial import --- README | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..7d31669 --- /dev/null +++ b/README @@ -0,0 +1,39 @@ +CMP - Compound Media Player +=========================== +consists of: +------------ +cmps - compound media player server +cmpc - compound media player client + +cmps (the server part) +---------------------- + + +cmpc (the client) +----------------- + + +The libraries +------------- +1. libs/vdr +----------- + contains classes from the vdr project, some of them extended + For each file Klaus Schmidinger is the original author and the + copyright holder. All his files are published following the + GPL 2.0 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) + +2. libs/util +------------ + basic helper classes, used by other libs + +3. libs/networking +------------------ + classes to handle sockets and i.e. http protocol + +4. fsScan +--------- + classes around filesystem scanning, and media base classes + +5. cmps/serverlib +----------------- + classes used by backend only -- cgit v1.2.3