PerexG-TODO » History » Version 6
Jaroslav Kysela, 2014-09-22 14:36
| 1 | 1 | Jaroslav Kysela | h1. PerexG-TODO |
|---|---|---|---|
| 2 | |||
| 3 | h2. Little notes |
||
| 4 | |||
| 5 | 6 | Jaroslav Kysela | * EPG to idnode |
| 6 | * capmt,cwc to idnode |
||
| 7 | * remaining WEB GUI configs to idnode |
||
| 8 | 1 | Jaroslav Kysela | * Look to picons patch |
| 9 | 5 | Jaroslav Kysela | |
| 10 | * Done |
||
| 11 | > * RECORDER_ALL - bad documentation and access defaults |
||
| 12 | > * access_t usage in http.c - recode |
||
| 13 | > * Replace 'User Config VR' with the direct DVR profile combobox in ACL |
||
| 14 | > * Modify configuration directory structure a bit |
||
| 15 | >> * dvr/config* -> dvr/config/* |
||
| 16 | >> * channel/* -> channel/config/* |
||
| 17 | >> * channeltags -> channel/tags |
||
| 18 | > * Look to picons patch |
||
| 19 | 1 | Jaroslav Kysela | |
| 20 | h2. Big |
||
| 21 | |||
| 22 | * Convert everything to the idnode system |
||
| 23 | * Import channels from XML (any known format?) / Enigma2 Bouquet |
||
| 24 | * Export channels to XML / Enigma2 Bouquet |
||
| 25 | * a SAT>IP server implementation |
||
| 26 | * a build-in DLNA server implementation |
||
| 27 | 2 | Jaroslav Kysela | * Share the data-queue ASAP (like transcode only once, not for all subscribers) |
| 28 | 6 | Jaroslav Kysela | ** Current: DVB MPEG-TS - transcode - client1, DVB MPEG-TS - transcode - client2 .... |
| 29 | ** New: DVB MPEG-TS - transcode - (client1, client2, client3) |