| 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 | |
|---|