Comment out the URL to the Doxygen page.
[herrie-working.git] / TODO
blob3e2202db27d76bf727a3504dfd9aee85523f8e43
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 - Add some kind of small help to the application, for people that are
7   unwilling to read the man page
8 - Allow numeric multipliers just like vi
9 - Add copy/paste functionality to playlist
10 - Use different colors for files, playlists and directories
11 - Recursive searching
12 - Show whether repeat is turned on
13 - Make startup-configuration of repeat-switch configurable
14 - Allow Herrie to be controlled outside the interface through /tmp
15 - Add the ability to show the filename of the song that's currently playing
17 Audio abstraction:
18 - Implement better buffering schemes for ALSA and CoreAudio
19 - Fully implement more audio file formats
20   - Apple Lossless
21   - WMA
22   - AAC
23   - WavPack
24 - CD playback
25   - CDDB
26 - 5.1 support?
27 - Make ALSA buffer size configurable
28 - Tag information on internet streams
29 - Add DBus hooks
30 - Add support for CUE files
32 AudioScrobbler:
33 - Implement `Now playing' feature
35 Virtual filesystem:
36 - Add some kind of 'recursive' VFS: playlists on HTTP
37 - Perform more testing on XSPF compliance
38 - Add custom sorting to VFS directory support, i.e. by date
40 Documentation:
41 - Usage guide
42 - Write a developers guide?