Add a Danish translation as well.
[herrie-working.git] / TODO
blobbaf86df0748f820de32c75f9e90ae16bb248547c
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 - Add support for volume control for ALSA
19 - Implement better buffering schemes for ALSA and CoreAudio
20 - Fully implement more audio file formats
21   - Apple Lossless
22   - WMA
23   - AAC
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
31 AudioScrobbler:
32 - Implement `Now playing' feature
34 Virtual filesystem:
35 - Add some kind of 'recursive' VFS: playlists on HTTP
36 - Perform more testing on XSPF compliance
37 - Add custom sorting to VFS directory support, i.e. by date
39 Documentation:
40 - Usage guide
41 - Write a developers guide?