[0603e20] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
---|
| 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
| 3 | <html xmlns="http://www.w3.org/1999/xhtml" |
---|
| 4 | xmlns:py="http://genshi.edgewall.org/" |
---|
| 5 | xmlns:xi="http://www.w3.org/2001/XInclude"> |
---|
| 6 | |
---|
| 7 | <xi:include href="master.html" /> |
---|
| 8 | |
---|
| 9 | <head> |
---|
| 10 | <meta content="text/html; charset=UTF-8" http-equiv="content-type" py:replace="''"/> |
---|
| 11 | <title>Todo / sipbmp3 web</title> |
---|
| 12 | </head> |
---|
| 13 | |
---|
| 14 | <body> |
---|
| 15 | <div> |
---|
| 16 | <h2>Fixes</h2> |
---|
| 17 | <ul> |
---|
| 18 | <li>Create sipbmp3 adapter to hide remctl interface</li> |
---|
| 19 | <li>Make server configurable</li> |
---|
| 20 | <li>Parse and format song status</li> |
---|
| 21 | <li>Reconsider ToscaWidgets JavaScript and CSS setup, especially |
---|
| 22 | dealing with minified JavaScript in production, also |
---|
| 23 | the ToscaWidgets middleware.</li> |
---|
| 24 | <li>Package, as part of the export sipbmp3 project</li> |
---|
| 25 | <li>Document concrete dependencies with package versions</li> |
---|
| 26 | <li>Certificate authentication, or at the very least htaccess |
---|
| 27 | limiting.</li> |
---|
| 28 | <li>Contribute improvements upstream</li> |
---|
| 29 | <li>Make other pages less sipbmp3@zsr specific</li> |
---|
| 30 | </ul> |
---|
| 31 | <h2>Features</h2> |
---|
| 32 | <ul> |
---|
| 33 | <li>Create song model, and keep track of songs</li> |
---|
| 34 | <li>Have zsr ping this server when a song is being served</li> |
---|
| 35 | <li>Aggregate statistics (who plays/what is played the most?)</li> |
---|
| 36 | <li>Comet updates for songs and volume</li> |
---|
| 37 | <li>Album art support</li> |
---|
| 38 | <li>Interface for submitting URLs</li> |
---|
| 39 | </ul> |
---|
| 40 | </div> |
---|
| 41 | </body> |
---|
| 42 | </html> |
---|