-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
43 lines (38 loc) · 1.33 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Below is a list of items that could (should?) be added to Herrie's
sourcecode. Feel free to implement them. Patches are, as always, very
welcome.
Graphical user interface:
- Add some kind of small help to the application, for people that are
unwilling to read the man page
- Allow numeric multipliers just like vi
- Add copy/paste functionality to playlist
- Use different colors for files, playlists and directories
- Recursive searching
- Show whether repeat is turned on
- Make startup-configuration of repeat-switch configurable
- Allow Herrie to be controlled outside the interface through /tmp
- Add the ability to show the filename of the song that's currently playing
- Allow randomized playback in XMMS mode without shuffling the list
Audio abstraction:
- Implement better buffering schemes for ALSA and CoreAudio
- Fully implement more audio file formats
- Apple Lossless
- WMA
- AAC
- WavPack
- CD playback
- CDDB
- 5.1 support?
- Make ALSA buffer size configurable
- Tag information on internet streams
- Add DBus hooks
- Add support for CUE files
AudioScrobbler:
- Implement `Now playing' feature
Virtual filesystem:
- Add some kind of 'recursive' VFS: playlists on HTTP
- Perform more testing on XSPF compliance
- Add custom sorting to VFS directory support, i.e. by date
Documentation:
- Usage guide
- Write a developers guide?