Move to VDR channel file format
Move to program number based recording 
Include PAT, PMT in TS recordings
libdvbpsi from vlc may help

If you can help with any of the following, or if
you have suggestions on what else to put on this
list please contact me at jak@users.sourceforge.net

* Apparently there is an issue when trying to stream more than 4 pids, any success or failure reports about this would be appreciated.
* Move to UTC for scheduled time?   
* Xine input plugin
* Refactor classes:
  Tuner FakeTuner should derive from TunerBase
  TunerManager FakeTunerManager should derive from TunerManagerBase
  Demuxer FakeDemuxer should derive from DemuxerBase
  Connection hierarchy should really look like this:

                 Connection
                     |
     +---------------+---------------+
     |                               |
  ControlledConnection       RecordableConnectionBase
                                     |
              +----------------------+-------------------+
              |                                          |
   FakeRecordableConnection                    RecordableConnection

  This will allow the RecordableConnection to keep a copy of the 
  item it is recording. The Scheduler would deal only with 
  RecordableConnectionBase objects.

