mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
- Fixed compilation with only DEBUG_REMOTE=1. - Menus now use colors. - Support for "Red", "Green", "Yellow", "Blue" buttons. - Channels and Timers can now be added, deleted and moved. - Basic record/play file handling support (no actual record/playback yet).
13 lines
577 B
Plaintext
13 lines
577 B
Plaintext
TODO list for the Video Disk Recorder project
|
|
---------------------------------------------
|
|
|
|
* Implement recording to disk and playback from disk.
|
|
* Make it work with two DVB-S PCI cards to allow simultaneous
|
|
recording of one programme, while replaying another programme
|
|
(or maybe the same one, but time delayed).
|
|
Maybe we can do this with only a single card, if the card
|
|
driver/firmware allows simultaneuos record/playback?
|
|
* Implement "on-disk editing" to allow "cutting out" of certain
|
|
scenes in order to archive them (or, reversely, cut out
|
|
commercial breaks).
|