wiki:FutureDevelopment

Version 37 (modified by anonymous, 14 years ago) (diff)

--

Possible Future Development Tasks

This is not a general feature request list (for that, go to the wiki), these are items that the people actively contributing code to MythTV have identified as important to the future of MythTV.

If you see things you would like to work on, please email the mythtv-dev list for details/questions/etc.

High Priority

Normal Priority

  • A more standard communication protocol between the frontend/backend/etc. Currently uses a custom protocol, and it would be nice to replace with something that's more of a standard. Note: this really needs to be fairly efficient, since this is a common task. Parsing XML queries/responses several hundred times a second really isn't a good thing to be spending CPU time on. dbus a possibility?
  • Improve developer documentation by doxygenifying all the major classes, and the major subsystems of MythTV.