]> git.sesse.net Git - vlc/blob - TODO
* TODO: Added little hints for the OS X port of the skins
[vlc] / TODO
1 # VLC Todo
2 # Difficulty values: Easy, Medium, Hard, Guru
3 #
4 # Urgency values: Wishlist, Normal, Important, Critical
5
6 Task
7 Difficulty: Easy
8 Urgency: Critical
9 Platform: any
10 Description: World domination
11  We need to dominate the world
12 Status: Todo
13
14 Task
15 Difficulty: Guru
16 Platform: any
17 Urgency: Critical
18 Description: Clock Synchro redesign
19 We need to adapt the clock synchro to work better with BOTH files and streams.
20 Status: Todo
21
22 Task
23 Difficulty: Hard
24 Urgency: Critical
25 Platform: Mac OS X
26 Description: CoreAudio multichannel audio output.
27  Convert to <a href="http://www.mat.ucsb.edu:8000/CoreAudio/108">AUHAL</a> based sytem.
28 Still no info over S/PDIF output available.
29 Outstanding issues:<br />
30  - G5 S/PDIF not working<br />
31  - G5 PCM not working because S/PDIF is selected by default, even if not connected.<br />
32 Status: Todo
33
34 Task
35 Difficulty: Medium
36 Platform: any
37 Urgency: Important
38 Description: Update matroska demux
39  Better Seeking
40 Status: Todo
41
42 Task
43 Difficulty: Easy
44 Platform: any
45 Urgency: Important
46 Description: proper DVD controls
47 Most importantly a proper button that will take you straight to the DVD menu. But also, next/prev chapter should be integrated with next/prev playlistitem.
48 Status: Todo
49
50 Task
51 Difficulty: Easy
52 Platform: Linux, Win32, Mac OS X
53 Urgency: Normal
54 Description: Streaming wizard
55  Finish the streaming wizard (85% finished)<br />
56 The mac version is at 0%
57 Status: Assigned to zorglub
58
59 Task
60 Difficulty: Easy
61 Platform: all
62 Urgency: Normal
63 Description: configure overview of modules
64  configure should report what it will and what it won't build, after it is done running.
65 Status: Todo
66
67 Task
68 Difficulty: Hard
69 Urgency: Normal
70 Platform: any
71 Description: Dual window in embed mode
72 Windows taskbar reports two windows in the video embed mode.
73 Status: Done
74
75 Task
76 Difficulty: Guru
77 Urgency: Normal
78 Platform: any
79 Description: External audio file playing
80  Allow several access from an input thread to allow for multi-input<br />
81 (90% done) Add GUI elements
82 Status: Assigned to fenrir
83
84 Task
85 Difficulty: Hard
86 Urgency: Normal
87 Platform: any
88 Description: make everything UTF-8 based
89  Convert everything that deals with strings to a UTF-8 based system. Not very difficult, but needs a lot of checking, testing and allows for easy breakage.
90 Status: Todo
91
92 Task
93 Difficulty: Medium
94 Urgency: Normal
95 Platform: any
96 Description: Rewrite the SAP parser
97  The SAP parser is very dirty at the moment, and needs a complete rewrite.
98  - caching support<br />
99  - timeout support<br />
100  - add meta-information to playlist<br />
101  - session version support<br />
102 Status: Assigned to zorglub (80% done)
103
104 Task
105 Difficulty: Medium
106 Urgency: Normal
107 Platform: any
108 Description: Playlist II
109  A hierarchized playlist structure, eventually using a media library.
110 Think playlist within playlist, directory structures, SAP section, TV channels list, iTunes library like stuff etc. <a href="http://sierra.via.ecp.fr/~zorglub/vlc/playlist.txt">Thoughts and ideas (not up-to-date)</a><br />
111 50% done.<br />
112 Todo:<br />
113 - Core support<br />
114    - *   "Name finder"<br />
115    - *   "Protocol rollover" node<br />
116    - *** Item moving/copying facilities<br />
117    - *   Ability to save playlist on quit<br />
118    - ?   Represent navigation structure as "fake items" ?  <br />
119    -     Custom playlist format<br />
120 - Helper modules<br />
121    - **  ASX and B4S parsers (see below)<br />
122    - *   Rewrite SLP announce discovery<br />
123    - *   Live directory representation<br /> 
124 - *** Implement in MacOS X and Skins 2 interfaces<br />
125 - wx implementation :<br />
126    - **  Support item move/copy<br />
127    - *   Explorer view<br />
128    - *   Playlist preferences panel<br />
129    - **  Improve iteminfo dialog<br />
130 Status: Assigned to zorglub
131
132 Task
133 Difficulty: Easy
134 Urgency: Normal
135 Platform: any
136 Description: Improve bookmarks
137  - Put them in the input_item structure to have them persistent
138  - Add an input option to play the whole file but starting at a given bookmark
139 Status: Todo
140
141 Task
142 Difficulty: Easy
143 Urgency: Normal
144 Platform: Win32, Linux
145 Description: DVD controls panel
146   A small panel that would popup (below the slider, for example) when playing
147   a DVD with controls such as "up, down, right, left, next chapter, prev chapter, back to menu, ..."
148 Status: Todo
149
150 Task
151 Difficulty: Easy
152 Urgency: Normal
153 Platform: any
154 Description: fix ASX playlist parser
155 Basically our asx parser is broken. It doesn't handle relative links. It should also URL encode the hrefs (spaces in the url need to be converted to %20 etc). protocol rollover, authors, title's etc etc aren't handled. See <a href="http://www.meetnewplayers.com/bend/Windows%20Media%20-%20Fun%20with%20asx%20files2.htm">this</a> for asx examples. It is still located in the old demux/m3u.c module instead of modules/demux/playlist/
156 Status: Todo
157
158 Task
159 Difficulty: Medium
160 Urgency: Normal
161 Platform: any
162 Description: fix current muxers.
163 Our avi muxer doesn't produce valid files
164 Status: Todo
165
166 Task
167 Difficulty: Easy
168 Urgency: Normal
169 Platform: any
170 Description: 24 bit LPCM
171 - Increasingly more DVDs use 24 bit LPCM sound. We should support it.
172 Status: Todo
173
174 Task
175 Difficulty: Easy
176 Urgency: Normal
177 Platform: Mac OS X
178 Description: LPCM
179 The LPCM decoder outputs really small samples which aren't accepted properly by the macosx coreaudio resampler, causing VLC to not output any sound with many DVD's. A test sample that shows this effect on the mac is the Madonna clip.
180 Status: Todo
181
182 Task
183 Difficulty: Hard
184 Urgency: Normal
185 Platform: Any
186 Description: Rework of the preferences
187  * New information in preferences for a rework of how preferences are sorted in interfaces
188  * New widget types
189  See http://www.via.ecp.fr/via/ml/vlc-devel/200409/msg00409.html
190 Status: Assigned to zorglub
191
192 Task
193 Difficulty: Hard
194 Urgency: Normal
195 Platform: Mac OS X
196 Description: New OS X preferences
197  New preferences for Mac OS X. Current not suited for Mac Users and several
198 Pref. elements are broken (hotkeys and int with string desc.).
199 Status: Todo
200
201 Task
202 Difficulty: Easy
203 Urgency: Normal
204 Platform: Mac OS X
205 Description: OS X bookmarks window
206 We miss a bookmarks window like the wxwidget one.
207 Status: Todo
208
209 Task
210 Difficulty: Medium
211 Urgency: Normal
212 Platform: Mac OS X
213 Description: Finish Mac Mozilla plugin
214 The Mac mozilla plugin needs some more work to be useable. Basic funtionality is working. However the video-output part needs some more work since it was crashing. See svn history for the old code. 
215 Status: Halfway (stalled)
216
217 Task
218 Difficulty: Easy
219 Urgency: Normal
220 Platform: any
221 Description: Controlling the mozilla plugin
222 The mozilla plugin needs to be better controllable (via javascript). <br />
223 - retrieve variable values.<br />
224 - open VLC media player<br />
225 - default html page to control the plugin<br />
226 - XUL controls<br />
227 (80% done) see:<br />
228 <a href="http://sierra.via.ecp.fr/~zorglub/vlc/plugin/vlc.html">Javascript controls</a>
229 <a href="http://sierra.via.ecp.fr/~zorglub/vlc/xul/">XUL controls</a>
230 <a href="http://mplayerplug-in.sourceforge.net/">MPlayer Mozilla plugin</a>
231 Status: Assigned to zorglub
232
233 Task
234 Difficulty: Easy
235 Platform: Win32, Linux
236 Urgency: Normal
237 Description: equalizer fixes
238     - Gray out "reset to defaults" for audio equalizer when disabled<br />
239    - Once audio equalizer is disabled, it doesn't enable the first
240      try when you select from main menu. It only works a 2nd change
241      (enable flag not properly set?).
242 Status: Todo
243
244 Task
245 Difficulty: Medium
246 Platform: Win32, Linux
247 Urgency: Normal
248 Description: wxWidgets fixes
249  - Rename wxWindows to wxWidgets<br />
250  - Problems with slider (doesn't go where you click, keep updating while seeking
251 ?)<br />
252  - Reversed arrows
253 Status: Todo
254
255 Task
256 Difficulty: Guru
257 Urgency: Normal
258 Platform: Mac OS X
259 Description: SVCD support
260 libcdio needs to be ported to the Mac to support the cddax and vcdx modules for proper SVCD support
261 Status: Todo
262
263 Task
264 Difficulty: Hard
265 Urgency: Normal
266 Platform: any
267 Description: Stream text subtitles
268  Find a a way to stream text subtitles, in TS and in RTP.<br />
269  Needs testing and validating
270 Status: 65% (fenrir)
271
272 Task
273 Difficulty: Medium
274 Urgency: Normal
275 Platform: any
276 Description: RTSP server
277 Full implementation of a RTSP server. We already have a very basic implementation working but it does need a lot more work. See the following <a href="http://via.ecp.fr/via/ml/streaming/200408/msg00068.html">mail</a> and <a href="http://via.ecp.fr/via/ml/streaming/200410/msg00002.html">mail</a>.
278 Status: 90%
279
280 Task
281 Difficulty: Easy
282 Urgency: Normal
283 Platform: Win32/Linux
284 Description: V4L and dshow tuning support
285 We need an API that allows us to control the tuning of V4L and dshow TV cards.
286 Status: Todo (CryHavoc)
287
288 Task
289 Difficulty: Medium
290 Platform: any
291 Urgency: Wishlist
292 Description: RAR/ZIP/... access
293 An access module that would be able to uncompress compressed files.
294 Status: Todo
295
296 Task
297 Difficulty: Medium
298 Platform: any
299 Urgency: Wishlist
300 Description: DVTS support
301 DV over RTP support. See <a href="http://www.sfc.wide.ad.jp/DVTS/">DVTS homepage</a>
302 Status: Todo
303
304 Task
305 Difficulty: Hard
306 Platform: WinCE
307 Urgency: Wishlist
308 Description: WinCE port finalizing
309 The WinCE port is already quite functional but we still miss a GAPI video output (GDI works but is slow) and an interface.
310 Some code already exists for that (http://sourceforge.net/projects/vlcpocketpc/) and would need to be imported into the VLC source tree.
311 Downloads should be added to the main vlc download page. We need an icon for this. 
312 Status: Assigned to MixerAnderson
313
314 Task
315 Difficulty: Medium
316 Urgency: Wishlist
317 Platform: any
318 Description: Full blown OSD system 
319  In the line of freevo etc.
320 Status: Assigned to thedj, jpsaman and yoann
321
322 Task
323 Difficulty: Easy
324 Urgency: Wishlist
325 Platform: any
326 Description: GSM decoder
327 The <a href="http://kbs.cs.tu-berlin.de/~jutta/toast.html">Toast</a> implementation.
328 Status: Todo
329
330 Task
331 Difficulty: Easy
332 Urgency: Wishlist
333 Platform: any
334 Description: AMR decoder
335 We will need to find one that isn't based on the reference code.
336 Status: Todo
337
338 Task
339 Difficulty: Easy
340 Urgency: Wishlist
341 Platform: any
342 Description: MusePack decoder
343 Need I say more? <a href="http://www.hydrogenaudio.org/index.php?showtopic=21775&">MPCdec</a>. We are awaiting MPC 7.5 or 8.0 specification which should split the codec from the fileformat.
344 Status: Todo
345
346 Task
347 Difficulty: Easy
348 Urgency: Wishlist
349 Platform: any
350 Description: APE decoder
351 Need I say more? <a href="http://www.monkeysaudio.com/">Monkeys Audio (APE)</a> website. This codec is currently not GPL compatible. We will have to await a GPL compatible implementation of this.
352 Status: Todo
353
354 Task
355 Difficulty: Easy
356 Urgency: Wishlist
357 Platform: any
358 Description: flash video playing/streaming
359 A flash video muxer and demuxer. FFMPEG can already output flash video. a waste not to make use of that capability.
360 Status: Todo
361
362 Task
363 Difficulty: Medium
364 Urgency: Wishlist
365 Platform: any
366 Description: Closed Captions/Teletext support
367 In order to conform to international regulations, VLC needs to be able to decode the closed captions in TV, DVD, DVB and HDTV video. V4L has a CC api, DVD and HDTV usually have them in a seperate stream.<br />
368  - Use ZVBI library for VBI decoding and image generation<br />
369  - ESTI EN 300 472 for EBU teletext support in DVB<br />
370 Perhaps look at Xawtv, dvbtext and other vbi, vtx systems.
371 Status: Todo
372
373 Task
374 Difficulty: Medium
375 Urgency: Wishlist
376 Platform: any
377 Description: DVB info in NIT
378 We need to get the information of a DVB stream that are in the NIT (current program, next program, ...)
379 Status: Todo
380
381 Task
382 Difficulty: Medium
383 Urgency: Wishlist
384 Platform: any
385 Description: IceCast/ShoutCast serving
386 This would be a nice thing for the sake of completeness of VLC's streaming capabilities.
387 Status: Todo
388
389 Task
390 Difficulty: Easy
391 Urgency: Wishlist
392 Platform: any
393 Description: More/Better Picture filters
394 There are several picture filters (blend, scale), but we can use more (screenshot, crop, move..) We probably need on the fly picture filter insertion as well.
395 Status: Todo
396
397 Task
398 Difficulty: Guru
399 Urgency: Wishlist
400 Platform: any
401 Description: Vout redesign
402 - vout needs distinct splitting into vout_core, vout_window, pic_filter, vout_filter<br />
403 - needs 'assistence' vout windows (clone filters, goom) etc.<br />
404 - 4:3, 16:9, freeform Aspect Ratio<br />
405 - cropping and padding (do at OS level, but provide a core call to set it up and configure).<br />
406 - OSD at window resolution instead of video res (secondary vout channel)<br />
407 - a OSD needs to be bound to a vout stream (no subs on goom vout)<br />
408 - Use OS native calls where appropriate, with 'C' fallbacks. (OpenGL, Quartz, DirectX already has many of the funtionalities we seek and sometimes they are a lot faster too).
409 Status: Todo
410
411 Task
412 Difficulty: Medium
413 Urgency: Wishlist
414 Platform: any
415 Description: Subtitle work
416 - better SSA support with postioning, colors etc.<br />
417 - Fix subtitles dialogs (mac done)
418 Status: Todo
419
420 Task
421 Difficulty: Easy
422 Urgency: Wishlist
423 Platform: any
424 Description: Automatic charset recognition
425 See if we can use <a href="http://trific.ath.cx/software/enca/">ENCA</a> for automatic charset recognition on subtitle files. Might simplify usage of sub files a lot? Might require complete file to be parsed by ENCA before good result is returned?
426 Status: Todo
427
428 Task
429 Difficulty: Guru
430 Urgency: Wishlist
431 Platform: Mac OS X
432 Description: skins2
433 Port VLC skins to Objective C++ and OSX. Also requires the intf to be a dialog provider.<br />
434 Hints:<br />
435  - In a first step, the need for a dialog provider can be easily omitted.<br />
436  - In theory, only a small amount of classes (6 or so) must be written for OS X, implementing predefined interfaces.<br />
437  - The code of <a href="http://www.fltk.org">FLTK</a> could be really helpful to identify the correct functions and see how to use them.
438 Status: Todo
439
440 Task
441 Difficulty: Hard
442 Urgency: Wishlist
443 Platform: any
444 Description: informing user.
445 Implement a system to: <br />
446  - Alert the user of critical errors (cannot play file). Should be blocking. <br />
447  - Ask the user a question (Are you sure? or Try to Fix index of avi? or Overwrite File?)<br />
448  - Inform the user, without disturbing him. (Buffering stream). This might require a displaytime or something. Because how do we know how long this information should be displayed? Also think of buffering 0-100%<br /> 
449  - present a user/passwd dialog when we get an authentication failure on a stream.<br />
450 Status: Todo
451
452 Task
453 Difficulty: Hard
454 Urgency: Wishlist
455 Platform: any
456 Description: Full H323 Videoconferencing
457 VLC isn't really suited for this yet, because it introduces quite large latencies. This should be fixed before the H323 can ever come close to working in VLC.
458 We also will need SIP support.
459 Status: Todo
460
461 Task
462 Difficulty: Hard 
463 Urgency: Wishlist
464 Platform: Mac OS X
465 Description: QuickTime capturing
466 Allow capturing from QuickTime Firewire, USB and PCI devices.
467 Possibly see: <a href="http://bugzilla.videolan.org/cgi-bin/bugzilla/show_bug.cgi?id=416">Bug 416</a>
468 Status: Todo
469
470 Task
471 Difficulty: Hard
472 Urgency: Wishlist
473 Platform: Windows
474 Description: ActiveX control for VLC
475  We need an ActiveX version of VLC for IE intergration
476 Status: Todo
477
478 Task
479 Difficulty: Easy
480 Urgency: Wishlist
481 Platform: any
482 Description: export paramaters of an input
483  Export the Media Info of a file/source to a standard xml file for use by other applications. Possibly combine with file "probe'ing".<br />
484  - AR<br />
485  - size<br />
486  - bitrate<br />
487  - resolution<br />
488  - codecs, etc.<br />
489 Status: Todo
490
491 Task
492 Difficulty: Easy
493 Urgency: Wishlist
494 Platform: any
495 Description: SSL http
496 SSL encrypted HTTP communication. To support protected VoD.<br />
497 The question is how to neatly integrate it into our API. Support for all our http handling plugins means complicating the API. Perhaps we should store the SSL context in the p_sys of the vlc_object that is calling it? Tad dangerous, but would keep stuff simple.
498 Status: Done
499
500 Task
501 Difficulty: Hard
502 Urgency: Wishlist
503 Platform: any
504 Description: http cookies
505 For protected VoD  (http://a-select.surfnet.nl)
506 Status: Todo
507
508 Task
509 Difficulty: Easy
510 Urgency: Wishlist
511 Platform: any
512 Description: Progressive download playing
513 Allow application/vlc mimetype to launch VLC instead of plugin for video file.
514 Allows for Progressive download to TEMP folder from browsers. VLC would play the file in the TEMP.
515 Status: Todo
516
517 Task
518 Difficulty: Medium
519 Urgency: Wishlist
520 Platform: any
521 Description: rendezvous announces
522 Apple released the rendezvous code under a Open Source license now. perhaps it can be used. (It's OpenTalk now btw).<br />
523 DMAP protocol announce for videos.
524 Status: Todo
525
526 Task
527 Difficulty: Easy
528 Urgency: Wishlist
529 Platform: any
530 Description: SDL vout cleaning
531 The SDL vout hasn't been updated for a long while. It needs some cleaning up. New hotkeys support, better resizing, alignment etc. Even though SDL isn't used much, this vout shouldn't disappear, because it is a crossplatform API.
532 Status: Todo
533
534 Task
535 Difficulty: Easy
536 Urgency: Wishlist
537 Platform: any
538 Description: Electronic Program Guide
539 Integrate a EPG system into VLC.
540 Status: Todo (CryHavoc)
541
542 Task
543 Difficulty: Hard
544 Urgency: Wishlist
545 Platform: any
546 Description: a Time Shifting module
547 This module should create TiVo like capabilities for VLC.
548 Status: Todo (CryHavoc)
549
550 Task
551 Difficulty: Medium
552 Urgency: Wishlist
553 Platform: any
554 Description: UDP packet reordering
555 Currently we ignore every packet that is too late and just wait for a fresh one.
556 It would be nice to be able to reorder the packets in the buffer to prevent degredation of the signal.
557 Status: Todo
558
559 Task
560 Difficulty: Easy
561 Urgency: Wishlist
562 Platform: any
563 Description: Make vlm more user friendly (setup etc)
564 vlm is kinda a pain to setup if you are not entirely experienced with A/V and streaming or VLC for that matter. It can be heavily improved by updating the vlm http interface. Using seperate fields for the need paramters of a schedule/source.
565 Status: Todo
566
567 Task
568 Difficulty: Easy
569 Urgency: Wishlist
570 Platform: any
571 Description: Protocol rollover
572 It would be cool if VLC supported something like a protocol rollover mechanism, much like WM server has as well. Multicast, UDP, TCP, HTTP etc.
573 However, how spec compliant can this be?<br />
574 We require a timeout on udp connecting. Beyond this a playlist file can be used to do a form of protocol rollover when one of the links fails ( or implement this in the new style playlist system [only advance index on failure]).
575 Status: Todo
576
577 Task
578 Difficulty: Hard
579 Urgency: Wishlist
580 Platform: any
581 Description: NAT issues
582 Find a way to deal with clients behind a NAT. Multicast and RTSP work 'poorly' in these setups. NATP2P, STUN, UDP hole punching, other techniques ????
583 Protocol rollover can be a solution for a lot of these issues.
584 Use full DNS names in SDP
585 Status: Todo
586
587 Task
588 Difficulty: Medium
589 Urgency: Wishlist
590 Platform: any
591 Description: Gstreamer and Helix API integration
592 See if you can support GStreamer and helix plugins in one way or another.
593 Status: Todo
594
595 Task
596 Difficulty: Easy
597 Urgency: Wishlist
598 Platform: any
599 Description: Gnome-vfs support
600 For integration with smb, sftp and other file sharing/mounting methods
601 Status: Todo
602
603 Task
604 Difficulty: Hard
605 Platform: any
606 Urgency: Wishlist
607 Description: Matroska muxer
608  We need one :)
609 Status: Todo
610
611 Task
612 Difficulty: Medium
613 Platform: any
614 Urgency: Wishlist
615 Description: TTA decoder
616   TTA is said to be a fast en good lossless codec. Opensource library
617   availabe: http://tta.corecodec.org/
618 Status: Todo
619
620 Task
621 Difficulty: Medium
622 Platform: any
623 Urgency: Wishlist
624 Description: Option to automatically deinterlace when needed
625   Mkv stores wether a video track is interlaced in the traxk descriptor
626   libmpeg2 etc output this information in the header AND on a per-picture basis
627 Status: Todo
628
629 Task
630 Difficulty: Easy
631 Platform: any
632 Urgency: Wishlist
633 Description: UDF decoder
634 Support for the new XML based subtitle format called UDF
635 Status: Todo
636
637 Task
638 Difficulty: Hard
639 Platform: any
640 Urgency: Wishlist
641 Description: Faster deinterlacing
642 Our deinterlacers are relatively slow. DScaler has the best Soft deinterlacers out there.
643 Unfortunatly it is very Win32 focused.
644 Status: Todo
645
646 Task
647 Difficulty: Medium
648 Platform: any
649 Urgency: Wishlist
650 Description: More service discovery modules
651 - Port UPnP support from http://sourceforge.net/project/showfiles.php?group_id=89768 <br />
652 - libhal based discovery (should be able to find cd,dvd,capture cards,etc etc <br />
653 - Perhaps a generalized webpage parser (use user supplied templates to parse
654    streams from popular websites )
655 Status: Todo
656
657 Task
658 Difficulty: Medium
659 Platform: any
660 Urgency: Wishlist
661 Description: Autoselect a track based on preferred language
662 Problems might exist with formats that don't have headers?
663 Most part easy to do, because the language info is stored in the ES format structs these days.
664 Status: Todo
665
666 Task
667 Difficulty: Easy
668 Platform: win32
669 Urgency: Wishlist
670 Description: file filters in the open dialog
671 Have default filters in the open dialog. like:
672 All files<br />
673 Sound Files( .mp3, .ogg, .wav, .m4a, .m4p)<br />
674 Video Files( .avi, .mkv, .mov, .mpg, .m2v, etc)<br />
675 Subtitle Files( .idx, .sub, .utf, .srt)<br />
676 Status: Todo
677
678 Task
679 Difficulty: Medium
680 Platform: Any
681 Urgency: Important
682 Description: fix subtitle regressions
683 Multi-line subtitles are not aligned correctly. Text subtitles don't work
684 with 32bpp rgb. Investigate behaviour of subpictures when pausing.
685 Status: Todo
686
687 Task
688 Difficulty: Easy to Difficult
689 Platform: Any
690 Urgency: Important
691 Description: Write some developer documentation
692 Perhaps a skeletal driver in each of the categories, what they need to
693 do, the design decisions, possibilities, or options that drivers in
694 a category might implement. If there is a canonical module for each 
695 category or modules that show the range of options that might be mentioned 
696 too.
697
698 # Do not remove me
699 Task