Update the Herrie website on Trophees du Libre.
[herrie-working.git] / TODO
blob1c8ba1e882f0dafa99ab753aaf0caffc3526e649
1 Below is a list of items that could (should?) be added to Herrie's
2 sourcecode. Feel free to implement them. Patches are, as always, very
3 welcome.
5 Graphical user interface:
6 - Allow numeric multipliers just like vi
7 - Add copy/paste functionality to playlist
8 - Use different colors for files, playlists and directories
9 - Add filtering feature instead of searching, just like Mutt has
10 - Recursive searching
11 - Show whether repeat is turned on
12 - Make startup-configuration of repeat-switch configurable
14 Audio abstraction:
15 - Add support for volume control for non-OSS
16 - Fully implement more audio file formats
17   - Apple Lossless
18   - WMA
19   - AAC
20 - CD playback
21   - CDDB
22 - 5.1 support?
23 - Make ALSA buffer size configurable
24 - Tag information on internet streams
25 - Add DBus hooks
27 AudioScrobbler:
28 - Implement `Now playing' feature
30 Virtual filesystem:
31 - Add some kind of 'recursive' VFS: playlists on HTTP
32 - Perform more testing on XSPF compliance
33 - Add custom sorting to VFS directory support, i.e. by date
35 Documentation:
36 - Usage guide
37 - Write a developers guide?