rev |
line source |
meillo@0
|
1 Keymap
|
meillo@0
|
2 ------------------------------------------
|
meillo@0
|
3 Filelist: _b_def___________r____w_y_ ABCDEF_HI__LMNOP_RS__VWXYZ
|
meillo@0
|
4 Playlist: ab__ef________o_________y_ ABC_EF_HI__L_NOP_____VW_YZ
|
meillo@0
|
5 Overload: ____________m_____s_______ __________________________
|
meillo@0
|
6
|
meillo@0
|
7 TODO
|
meillo@0
|
8 ------------------------------------------
|
meillo@0
|
9 x - external mixer framework (MIXERS list?)
|
meillo@0
|
10 x - select player based on magic?
|
meillo@0
|
11 1 - use 00:00:00 instead of 00h 00m 00s ?
|
meillo@0
|
12 x - remove inc_volume and dec_volume when control fifo takes args
|
meillo@0
|
13 4 - support wma (via mplayer?)
|
meillo@0
|
14 3 - support musepack
|
meillo@0
|
15 3 - support midi players
|
meillo@0
|
16 3 - support flac (command line player?)
|
meillo@0
|
17 3 - support xmms?
|
meillo@0
|
18 x - replace current playlist (useful when streaming?)
|
meillo@0
|
19 x - browse bookmarks?
|
meillo@0
|
20 3 - use "file" to both get mime-type and bitrate info?
|
meillo@0
|
21 2 - backspace does not work on gentoo?
|
meillo@0
|
22 x - index-mode: group/sort/search by ctime, filename, metadata, etc.
|
meillo@0
|
23 x - screen title patch
|
meillo@0
|
24 x - tree view patch: expand 2 or more dirs mode for filelist?
|
meillo@0
|
25 4 - don't require both ID3 and pyogg for one of them to work
|
meillo@0
|
26 - how to enable the metadata viewpoint?
|
meillo@0
|
27 x - get_tag() is messy
|
meillo@0
|
28 5 - don't try to write m3u to search results path
|
meillo@0
|
29 4 - don't write dir/.m3u files for w + enter
|
meillo@0
|
30 x - search results mode vs path
|
meillo@0
|
31 x - shell from playlist? (requires new tab-completion?)
|
meillo@0
|
32 3 - incremental filter command 'f' like *amp 'j'
|
meillo@0
|
33 4 - optionally show all files in a dir
|
meillo@0
|
34 2 - show alternatives in filelist for ambiguous completion?
|
meillo@0
|
35 1 - :commands?
|
meillo@0
|
36 x - macros / bind user commands
|
meillo@0
|
37 3 - center current line (requires one-line scrolling)
|
meillo@0
|
38 x - shell prompt could show number of args? (tagged entries)
|
meillo@0
|
39 5 - change cwd for shell commands (crash if "search results"!?)
|
meillo@0
|
40 x - embed search command in pathname to view in filelist? (bookmark results)
|
meillo@0
|
41 - /path/name?search=args or /path/name?index=args
|
meillo@0
|
42 - will allow bookmarks, except for refined searches?
|
meillo@0
|
43 - don't allow bookmarking in search results (mode)
|
meillo@0
|
44 x - command-line history? (now cursor-up cancels)
|
meillo@0
|
45 x - persistence: save state on exit?
|
meillo@0
|
46 x - replace help window with generic show file window (move help -> file)
|
meillo@0
|
47 x - shuffle & sort tagged entries only?
|
meillo@0
|
48 x - searching for empty string not currently possible with /
|
meillo@0
|
49 x - make isearch use regexes?
|
meillo@0
|
50 x - sanity check: (pause or stopped) and seek => play?
|
meillo@0
|
51 4 - add status message for unbound keys / commands
|
meillo@0
|
52 x - change number of parent dirs to show
|
meillo@0
|
53 .. makes pathname viewpoint obsolete?
|
meillo@0
|
54 x - search/tag regex/... on str(entry) or entry.vp() ?
|
meillo@0
|
55 .. currently sorting by vp, tagging by str and searching by str
|
meillo@0
|
56 2 - wait 0.5s between subsequent next/prev. NOT before starting player!
|
meillo@0
|
57 .. or pause current player immediately on next/prev commands?
|
meillo@0
|
58 .. compare with repeating enter?
|
meillo@0
|
59 3 - rc-file with
|
meillo@0
|
60 1. player configs
|
meillo@0
|
61 2. metadata viewpoint format
|
meillo@0
|
62 3. pathname viewpoint number of dirs to show (command also?)
|
meillo@0
|
63 4. persistent bookmarks
|
meillo@0
|
64 4 - enter opens playlists as virtual dir in filelist
|
meillo@0
|
65 5 + restricted mode (bang, write m3u, open path, soft chroot)
|
meillo@0
|
66 4 - pls-playlist TITLE and LENGTH support
|
meillo@0
|
67 3 - programmable delay between songs (useful for synchronized recording)
|
meillo@0
|
68 1 - improve isearch using bookmarks for previous position?
|
meillo@0
|
69 4 - error msg when following broken links (what?)
|
meillo@0
|
70 4 - don't block on slow commands (eg. listdir / add dir / recursive search)
|
meillo@0
|
71 2 - fast Esc (not possible with keypad?)
|
meillo@0
|
72 2 - hide cursor after SUSP & CONT cycle
|
meillo@0
|
73 4 - metadata info page
|
meillo@0
|
74 4 - try small screen layout patch
|
meillo@0
|
75 2 - check against old ogg.and.mp3.info.patch for missing features
|
meillo@0
|
76 3 - use i to toggle *info window?
|
meillo@0
|
77 5 - recursive search should save bufptr of prev dir
|
meillo@0
|
78 3 - clean up app.player.is_stopped() and app.kludge mess
|
meillo@0
|
79 2 - which -> WHICH (upcase global functions?)
|
meillo@0
|
80 3 - howto select player for streaming http://ip:port urls?
|
meillo@0
|
81
|
meillo@0
|
82
|
meillo@0
|
83 misc thoughts
|
meillo@0
|
84 ------------------------------------------
|
meillo@0
|
85 - use & for delayed commands?
|
meillo@0
|
86 - import on demand wrapper?
|
meillo@0
|
87 - mark or delete duplicate or no-longer existing playlist entries
|
meillo@0
|
88 - locate and jump to (show) current playlist entry in the filelist
|
meillo@0
|
89 - fork and exec /bin/sh and select on pipe for command completion?
|
meillo@0
|
90 - use C as a shortcut for untag/clear all?
|
meillo@0
|
91 - suspend + resize + continue -> should resize
|
meillo@0
|
92 - sort search results
|
meillo@0
|
93 - dynamic help page?
|
meillo@0
|
94 - better input support (readline?)
|
meillo@0
|
95 - toggle header / small screen mode (treshold?)
|
meillo@0
|
96 - randomly play albums (groups / hierarchical playlist)
|
meillo@0
|
97 - delwin before/in/after resize?
|
meillo@0
|
98 - different marks/tags for filelist and playlist?
|
meillo@0
|
99 - dust off id3 patch?
|
meillo@0
|
100 - dust off cddb patch?
|
meillo@0
|
101 - filtered point of view (obsoleted by recursive searching?)
|
meillo@0
|
102 - mark filelist entries already in playlist
|
meillo@0
|
103 - alternative scrolling method
|
meillo@0
|
104 - metadata editor?
|
meillo@0
|
105 - reread dir => search for current entry
|
meillo@0
|
106 - support alsaplayer, xmp, others?
|
meillo@0
|
107 - support cd-players?
|
meillo@0
|
108 - delayed play or mark as next command (play after current is finished)
|
meillo@0
|
109 - use 'N' to mark as next?
|
meillo@0
|
110 - reset progress at end of playlist? (or when changing song?)
|
meillo@0
|
111 - restore xterm title (not possible with aterm, rxvt, etc?)
|
meillo@0
|
112 - mpg123 gives jumpy progress info for vbr files (averaging filter?)
|
meillo@0
|
113 - should there be another way to start playing the playlist
|
meillo@0
|
114 from the beginning than "next track"? (and Tab+Enter)
|
meillo@0
|
115 - more vi-friendly keymap?
|
meillo@0
|
116 - numerical arguments?
|
meillo@0
|
117 - n and N could correspond to next and previous
|
meillo@0
|
118 - f and b could select next and previous track?
|
meillo@0
|
119 - a/A = Append mp3/dir
|
meillo@0
|
120 - i/I = Insert mp3/dir
|
meillo@0
|
121 - Meta-<, Meta-> commands? (avoid meta)
|
meillo@0
|
122 - show progress-counter while streaming?
|
meillo@0
|
123 - support slang?
|
meillo@0
|
124 - fade in/out mode? (a la repeat/random)
|
meillo@0
|
125 - crossfade mode
|
meillo@0
|
126 - is Enter and cursor position logical / intuitive? (absolutely)
|