blob: f47dfe0e12b1c090c54fa1b96897e2dcb80f22ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# $Id: $
TODO file for gentoo-vdr-scripts
* improve syslog parsing code
* eventually integrate settime
* writing time at system-shutdown without vdr having the power button
(for example when calling "init 0")
* Create possibility to start vdr under x (for softdevice etc.)
without starting vdr as daemon and connecting a client program
* Sort commands.conf files by user-preferences and not strictly alphabetically.
* Skip some commands.conf files or specific entries out of some files by
special criteria.
* nice sperators between commands-files
* converting files from utf8 to latin1 if they happen to be in utf8
* writing an API-document for all addon-scripts
+ plugin-rc-addons (run under root normally)
+ normal addons (root)
+ wait-functions (-)
* rewrite shutdown-part
* documentation
* rewrite logging part, log more errors to special log-file
* Cleanup positions of temporary files
|