This repository has been archived by the owner on Feb 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
TODO
52 lines (46 loc) · 1.66 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
44
45
46
47
48
49
50
51
52
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 scheme for ALSA
- 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?
CoreAudio (OS X) bugs:
- Audio device properties cannot be set once the data source changes
(e.g. if headphones are plugged in/out, the volume cannot be changed with
herrie's controls anymore).
Solution: ???
- Gaps can sometimes be heard when music is playing.
Solution: implement a better buffering scheme (maybe by using a queue with a
few buffers?).