Changes between Version 22 and Version 23 of FutureDevelopment


Ignore:
Timestamp:
Nov 3, 2008, 2:28:16 PM (15 years ago)
Author:
stuartm
Comment:

Remove implemented or obsolete tasks

Legend:

Unmodified
Added
Removed
Modified
  • FutureDevelopment

    v22 v23  
    55If you see things you would like to work on, please email the mythtv-dev list for details/questions/etc.
    66
    7  * MythMusic: allow Filesystem-based browsing (no need to create playlists)
    87 * 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?
    9  * UPnP (Universal Plug 'n' Play) support, both server and client.  Interoperability with CE devices, as a lot of them are starting to use UPnP for remote video playback. (David Blain)
    108 * Multicast streaming of video/live tv.
    11  * Finish up Thor's work on mfd (Myth Frontend Daemon).  This would handle video streaming between machines, audio playing (music everywhere, not just in mythmusic), media importing (cd ripping), burning, etc.  The frontend process becomes more of just the UI.
    12  * zeroconf/rendezvous/bonjour/avahi/whatevertheycallitnow support for the frontend/backend.  Less setup work.  mfd already uses this.  Move the backend into a mfd process?  Could make the scheduler (ie., the master backend) be auto-promoted from existing backends on the network. http://www.zeroconf.org/ZeroconfAndUPnP.html
    13  * Live-tv rework - #340.
    14  * UI rewrite - #12.  This actually encompasses more than the UI itself - one of the intents is to sanitize a lot of the code that's grown over the years, contributed by different people.  It's not terribly cohesive as it is.  Big task, I intend to write a larger doc once I have time for this.
    15  * Abstract the SQL database somehow?  People doing embedded platforms want this, but it gets tricky due to access permissions/etc.  Might be better to make the frontend ask the backend for stuff, but it seems rather unwieldy to potentially bounce a query through the backend to the sql server, especially since that might be on a completely separate machine.
     9 * UI rewrite - #12.  This actually encompasses more than the UI itself - one of the intents is to sanitize a lot of the code that's grown over the years, contributed by different people.  It's not terribly cohesive as it is. (Currently underway)
    1610 * New website.  I hate updating the current one.  So, it doesn't get updated often.
    17  * Port to QT 4.x.  Need to wait until the major distros have this new version of Qt included. We will probably no longer be able to support QT 3.x. (Started in [source:branches/mythtv-qt4 qt4 branch])
    1811 * Possibly get rid of some of the various plugins by incorporating them into the core app?  Might allow the user interface to be consolidated more.
    1912 * Improve developer documentation by doxygenifying all the major classes, and the major subsystems of MythTV.
    20  * Add MPEG stream parsing in the frontend to support three functions:
    21    * Auto-select of subtitle and audio based on language and number of channels.
    22    * Auto-detection of useful portion of the video for the aspect ratio and framing.
    2313 * Multiple favorite channel groups (#199)
    24  * Add size parameters to QUERY_GENPIXMAP to request larger/smaller pixmaps (mainly for mythweb -- already implemented in the xml interface).
    2514 * Make MythTV compatible with the new firewire stack (Juju), enabled by default in Fedora 7-9, without the need to revert to the old (raw1394) stack.