cog/KnownIssues

17 lines
633 B
Plaintext
Raw Normal View History

2008-02-17 21:22:04 +00:00
Font resize of playlist does not change file tree, and
does not resize columns (needs a lower bound)
Code for seeking should be moved into the AudioPlayer,
so we can escape ugly event* functions (the problem is
that the AppController needs access to seeker functions
because of apple remote seeking incrementally)
Shuffle list is not reshuffled when shuffling reaches
start or end of it (in Repeat All mode)
Repeat Album isn't implemented.
2008-02-21 11:01:26 +00:00
Menu items do not transform into "Hide Spotlight Panel" and
"Hide File Drawer" when they are active.
I anticipate that status should be flag based so statuses are not mutually exclusive.