Frank Blendinger
dc8aff65a2
add separate keys to move sel. before/after cursor
2010-07-16 19:57:10 +02:00
Frank Blendinger
7600429383
add key_select_album: select album around cursor
...
Default key for this is 'B'. This use to be the default for
ToggleBitrateVisibility, which has changed to '#'.
2010-07-05 16:22:23 +02:00
Andrzej Rybczak
3d41a1585c
new feature: support for multiple tag types in one column
2010-05-17 22:49:26 +02:00
Andrzej Rybczak
53dfda0f98
new feature: customizable columns' names
2010-05-17 20:11:50 +02:00
Andrzej Rybczak
6eae6cd0f6
new feature: shorten units' names displayed in statusbar while being in playlist
2010-05-14 15:53:50 +02:00
Andrzej Rybczak
0f230ab7b0
new feature: separators between albums in playlist
2010-05-14 02:24:57 +02:00
Andrzej Rybczak
e978cfcc8b
new feature: locate song in tag editor
2010-05-14 01:14:45 +02:00
Andrzej Rybczak
db81faf9b0
fix NcmpcppKeys::NullKey
...
-1 is ERR, which causes some trouble, e.g.
if someone presses Delete while being in playlist.
2010-04-24 01:53:59 +02:00
Andrzej Rybczak
336fa3cd7b
new feature: toggle bitrate visibility at runtime
2010-04-18 16:54:35 +02:00
Andrzej Rybczak
7dafec5718
move null_key into NcmpcppKeys
2010-04-18 16:42:59 +02:00
Frank Blendinger
6b5ed187a1
add new movement keys: {Up,Down}{Album,Artist}
2010-03-04 15:10:58 +01:00
Andrzej Rybczak
6df8ae1694
make displaying volume level in statusbar optional
2010-02-26 21:37:48 +01:00
Andrzej Rybczak
be732f2f9d
support user-defined interval between syncing visualizer and audio outputs
2010-02-19 14:37:41 +01:00
Andrzej Rybczak
a24736475e
put configuration related functions into appropriate structs
2010-02-17 00:15:15 +01:00
Andrzej Rybczak
ad74cfea2e
new feature: customizable startup screen
2010-02-13 11:55:59 +01:00
Andrzej Rybczak
e40ced8daf
display selected item/now playing suffix in column view
2010-02-05 15:30:20 +01:00
Frank Blendinger
db97a1a318
add option media_library_disable_two_column_mode
2010-01-31 01:55:37 +01:00
Andrzej Rybczak
2b39e6ed42
discard custom colors of selected items also in classic display mode
2010-01-30 20:08:48 +01:00
Andrzej Rybczak
08daa61907
update copyright notices
2010-01-30 16:24:24 +01:00
Andrzej Rybczak
359ce4fa9c
discard column colors if item is selected (optional)
2010-01-24 01:21:07 +01:00
Andrzej Rybczak
f991a41c1a
add support for switching between user-defined sequence of screens using Tab
2010-01-24 00:05:03 +01:00
Andrzej Rybczak
153081158d
add support for built-in mpd searching in search engine
2010-01-22 21:35:34 +01:00
Andrzej Rybczak
95a649482b
make displaying dates of albums in media library optional
2010-01-22 17:50:26 +01:00
Frank Blendinger
a5882ee27f
added a key to jump to a song in the media library
...
This commit introduces a new key to bind, key_go_to_media_library. It
will switch to the media library and select the song under the cursor.
2010-01-05 10:20:53 +01:00
Andrzej Rybczak
444354f860
fix drawing selected_item_{prefix,suffix}
2009-12-31 11:30:12 +01:00
Andrzej Rybczak
2fb20fd572
add config options for communication mode with mpd (polling for default)
...
idle support in ncmpcpp is marked experimental since its support
in mpd is not ready for general use in full featured clients
(see bug 2612)
2009-12-23 16:21:11 +01:00
Frank Blendinger
b504b346af
screen_switcher between current and last screen
...
Setting the new config variable "screen_switcher_browser_only" to "no"
will make the "key_screen_switcher" key switch between the current and
the last used screen, sort of like the Alt+Tab window switching
mechanism in many window managers.
This (intendedly) works only for the "main" screens (playlist, browser,
media library, etc.) and not for info/lyrics/server info. Those screens
can be closed with the screen_switcher key, but the will not be
remembered.
indentation correction in config
2009-12-09 00:24:15 +01:00
Andrzej Rybczak
0dc076742f
tag editor: add support for numerating tracks using xx/xx format
2009-11-14 03:42:21 +01:00
Andrzej Rybczak
3b7f19f095
new feature: support for centered cursor (disabled by default)
2009-11-11 00:50:14 +01:00
Andrzej Rybczak
35a182d79e
add support for scrolling the list with mouse wheel by given number of lines
2009-11-11 00:31:52 +01:00
Andrzej Rybczak
e43ea18d29
provide a way to sync between visualization and sound
...
workaround for http://musicpd.org/mantis/view.php?id=2503
2009-10-27 02:15:51 +01:00
Andrzej Rybczak
1a3e10dab7
new feature: toggle replay gain mode (requires >=mpd-0.16)
2009-10-23 18:20:52 +02:00
Andrzej Rybczak
03f6fd904f
new screen: mpd server info
2009-10-11 17:03:00 +02:00
Andrzej Rybczak
3551057dbb
new feature: sort songs in browser by mtime (optional)
2009-10-10 23:32:05 +02:00
Andrzej Rybczak
409d60ed18
Merge branch 'libmpdclient2'
...
Conflicts:
src/browser.cpp
src/ncmpcpp.cpp
2009-10-04 16:23:42 +02:00
Andrzej Rybczak
55173cb419
move local_browser variable from settings to Browser class
2009-10-01 00:30:18 +02:00
Andrzej Rybczak
dec7bd9c0e
make ncmpcpp use external libmpdclient (--without-taglib and --without-iconv)
2009-09-22 22:37:33 +02:00
Andrzej Rybczak
ead5255df1
new feature: support for custom prefix/suffix of now playing song
2009-09-21 01:17:54 +02:00
Andrzej Rybczak
3aa0f6a03b
make color of separators used in alternative user interface customizable
2009-09-06 12:15:39 +02:00
Andrzej Rybczak
1456e47a0b
new visualization type: sound wave
2009-09-01 04:33:12 +02:00
Andrzej Rybczak
75f9f840f7
new screen: music visualizer
2009-08-28 00:38:29 +02:00
Andrzej Rybczak
bc1a8a2d1a
allow for unicode characters in progressbar_look
2009-08-26 18:13:33 +02:00
Andrzej Rybczak
d92d7779e2
make progressbar look customizable
2009-08-26 03:25:06 +02:00
Andrzej Rybczak
8c3760111d
new feature: display remaining time of song instead of elapsed time
2009-08-26 03:06:27 +02:00
Andrzej Rybczak
2d9d22281a
new config option: jump_to_now_playing_song_at_start (enabled by default)
2009-08-24 21:16:53 +02:00
Andrzej Rybczak
3998cb80f2
new attribute for a columns view: do not display empty tag marker
2009-08-24 20:57:40 +02:00
Andrzej Rybczak
c961ab411c
add song_status_format_no_colors to display it in a message
2009-08-24 18:54:11 +02:00
Andrzej Rybczak
216b0b6af6
new feature: display bitrate in statusbar (optional, disabled by default)
2009-08-24 01:37:44 +02:00
Andrzej Rybczak
195d8b4e34
ask if one really wants to clear main playlist (disabled by default)
2009-08-24 00:36:37 +02:00
Andrzej Rybczak
a6f3fa0c0c
new feature: right aligned columns
2009-08-12 20:58:24 +02:00