diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2009-12-27 15:02:34 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2009-12-27 15:02:34 +0000 |
| commit | 8feea5a181ccb82b8bfad7f290ddf0cd3d8ca0eb (patch) | |
| tree | d404c0a5da7bf5953f1576398d7849724adcb3ca /README | |
| parent | fef9f0ddbd1e514fa02ae79c5ae05424a9c4fda1 (diff) | |
| download | xxv-8feea5a181ccb82b8bfad7f290ddf0cd3d8ca0eb.tar.gz xxv-8feea5a181ccb82b8bfad7f290ddf0cd3d8ca0eb.tar.bz2 | |
* Release XXV-1.5
Diffstat (limited to 'README')
| -rw-r--r-- | README | 44 |
1 files changed, 40 insertions, 4 deletions
@@ -1,7 +1,43 @@ +XXV means "Xtreme eXtension for VDR" and is a central service for the +administration of the VDR and his environment. -Please take a look into file INSTALL and doc/ files for all usefull stuff. +Written by: Andreas Brachold <anbr at users.berlios.de> 2005-2009 + Frank Herrmann <xpix at xpix dot de> 2004-2007 --- +Project's homepage: http://xxv.berlios.de/ -Schaut bitte in die Datei INSTALL und in die doc/ Dateien für -weiterführende Informationen. +key benefits are: + + * Full remote access to VDR environment. + * easy extendible perl framework + * scaleable to control one or many VDRs, with one interface + * multiple gateway interfaces + o HTML,XML,JSON over HTTP + o and as proof of concept : WAP,TELNET,SOAP + * many skins + * Core feature + o searchable, sortable EPG (Electronic programming guide) + o view and edit timers, recordings, channels + o autotimer (create timer by user defined full text searchs by EPG data) + o remote control and monitor video signal + o integrated live tv streaming (need streamdev plugin) + o stream recordings + over HTTP for internal browser plugins (with start seeking) + or alternative as playlist over SMB/NFS for external players + o view list of recordings with preview images + o adjustable user access level/roles + * many nice additional feature, like + o display own or muggle music database with audio streaming + o display teletext pages from osdteletext-plugin + o Community feature like shared data "most programmed EPG events" + o Media library to manages media like DVDs, VCD, etc. + o event system for rss feed, mail notification + o gathering of system data, display as charts + o chronicle with collected data about taked recordings + o add tags or keywords to autotimer, timer, recordings + o resolv timer conficts, automated move timer between channels or differents VDR + o ... + + + +Please take a look into file INSTALL for more informations. |
