Andrzej Rybczak
7dafec5718
move null_key into NcmpcppKeys
16 years ago
Andrzej Rybczak
f617ccfc4d
set mpd_communication_mode to 'notifications' by default
16 years ago
Frank Blendinger
6b5ed187a1
add new movement keys: {Up,Down}{Album,Artist}
16 years ago
Andrzej Rybczak
6df8ae1694
make displaying volume level in statusbar optional
16 years ago
Andrzej Rybczak
be732f2f9d
support user-defined interval between syncing visualizer and audio outputs
16 years ago
Andrzej Rybczak
a24736475e
put configuration related functions into appropriate structs
16 years ago
Andrzej Rybczak
ad74cfea2e
new feature: customizable startup screen
16 years ago
Andrzej Rybczak
e40ced8daf
display selected item/now playing suffix in column view
16 years ago
Frank Blendinger
db97a1a318
add option media_library_disable_two_column_mode
16 years ago
Andrzej Rybczak
2b39e6ed42
discard custom colors of selected items also in classic display mode
16 years ago
Andrzej Rybczak
1b6acb3372
do not add //TRANSLIT to encoding defined in config file
16 years ago
Andrzej Rybczak
08daa61907
update copyright notices
16 years ago
Andrzej Rybczak
359ce4fa9c
discard column colors if item is selected (optional)
16 years ago
Andrzej Rybczak
f991a41c1a
add support for switching between user-defined sequence of screens using Tab
16 years ago
Andrzej Rybczak
153081158d
add support for built-in mpd searching in search engine
16 years ago
Andrzej Rybczak
95a649482b
make displaying dates of albums in media library optional
16 years ago
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.
16 years ago
Andrzej Rybczak
ca0a48b14c
convert selected_item_suffix to wide string before checking its length
16 years ago
Andrzej Rybczak
444354f860
fix drawing selected_item_{prefix,suffix}
16 years ago
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)
16 years ago
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
16 years ago
Andrzej Rybczak
0dc076742f
tag editor: add support for numerating tracks using xx/xx format
17 years ago
Andrzej Rybczak
3b7f19f095
new feature: support for centered cursor (disabled by default)
17 years ago
Andrzej Rybczak
35a182d79e
add support for scrolling the list with mouse wheel by given number of lines
17 years ago
Andrzej Rybczak
e43ea18d29
provide a way to sync between visualization and sound
...
workaround for http://musicpd.org/mantis/view.php?id=2503
17 years ago
Andrzej Rybczak
1a3e10dab7
new feature: toggle replay gain mode (requires >=mpd-0.16)
17 years ago
Andrzej Rybczak
03f6fd904f
new screen: mpd server info
17 years ago
Andrzej Rybczak
3551057dbb
new feature: sort songs in browser by mtime (optional)
17 years ago
Andrzej Rybczak
55173cb419
move local_browser variable from settings to Browser class
17 years ago
Andrzej Rybczak
dec7bd9c0e
make ncmpcpp use external libmpdclient (--without-taglib and --without-iconv)
17 years ago
Andrzej Rybczak
70910b77ed
make ncmpcpp compile with -fno-exceptions
17 years ago
Andrzej Rybczak
ead5255df1
new feature: support for custom prefix/suffix of now playing song
17 years ago
Andrzej Rybczak
310ea04f3e
detect system charset encoding automatically
17 years ago
Andrzej Rybczak
4736dd8519
if tag type for column is invalid, display empty column instead of crashing
17 years ago
Andrzej Rybczak
3aa0f6a03b
make color of separators used in alternative user interface customizable
17 years ago
Andrzej Rybczak
604de32de6
make sound wave the default visualization and fftw optional dependency
17 years ago
Andrzej Rybczak
1456e47a0b
new visualization type: sound wave
17 years ago
Andrzej Rybczak
caac726891
fix compilation --without-curl
17 years ago
Andrzej Rybczak
75f9f840f7
new screen: music visualizer
17 years ago
Andrzej Rybczak
bc1a8a2d1a
allow for unicode characters in progressbar_look
17 years ago
Andrzej Rybczak
6f88f9aeb2
rename empty_tag config option to empty_tag_marker
...
it was conflicting with empty_tag_color. since empty_tag_color
contains empty_tag, ncmpcpp was parsing wrong variable if the
first variable was before the second one in configuration file.
17 years ago
Andrzej Rybczak
e322e721f3
set proper height of header window with alternative ui and hidden header
17 years ago
Andrzej Rybczak
d92d7779e2
make progressbar look customizable
17 years ago
Andrzej Rybczak
8c3760111d
new feature: display remaining time of song instead of elapsed time
17 years ago
Andrzej Rybczak
2d9d22281a
new config option: jump_to_now_playing_song_at_start (enabled by default)
17 years ago
Andrzej Rybczak
3998cb80f2
new attribute for a columns view: do not display empty tag marker
17 years ago
Andrzej Rybczak
c961ab411c
add song_status_format_no_colors to display it in a message
17 years ago
Andrzej Rybczak
8d7a9d39cd
change default song_status_format to better one
17 years ago
Andrzej Rybczak
216b0b6af6
new feature: display bitrate in statusbar (optional, disabled by default)
17 years ago
Andrzej Rybczak
195d8b4e34
ask if one really wants to clear main playlist (disabled by default)
17 years ago