root/TODO

Revision 1482:be9278d65ad0, 1.1 kB (checked in by Mickael Royer <mickael.royer@…>, 4 months ago)

Update TODO file

Ignore-this: d7af97f3d0fb72df61be61881730b63

darcs-hash:20091115122136-b0006-e010fc084d2a5cb046fe64a312909f9b76d31280.gz

committer: Mickael Royer <mickael.royer@…>

Line 
1* ReplayGain support on videos if possible.
2
3* Work on webui from use cases (albumplayback, etc).
4
5* Signals to the webui exploiting the fact that XmlHttpRequest does not have a
6  timeout.
7
8* Devscripts dir
9
10* Build testing library once and for all tests for speedups.
11
12* Interlude functionality : save state, play a media, retrieve state. This is
13  different from the Queue because it interupts the currently played media and
14  restores playback after.
15
16* Directory and subdirs mode, for people who like browsing their filesystem.
17
18* Replace the proprietary protocol with the DBus protocol. The fact is that we
19  probably do not want to make the the use of the DBus daemon mandatory, as it
20  does not listen to the network by default, and configuring it to do so would
21  probably be a security risk for the desktop user. Therefore, what is needed
22  is either an access to libdbus low level message marshalling functions, or to
23  rely on a pure python DBus implementation. Such implementation exists in Ruby:
24  http://trac.luon.net/ruby-dbus/browser/trunk/lib/dbus/bus.rb
25
26* Do not segfault when there is no xserver and video mode is activated.
27
28* Build a new webui with GWT
29
Note: See TracBrowser for help on using the browser.