Damien Leone
d6066a5989
manpage: fixed typos
2010-02-20 18:40:05 +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
ad74cfea2e
new feature: customizable startup screen
2010-02-13 11:55:59 +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
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
4ed9493abd
add support for album artist tag
2010-01-23 20:04:02 +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
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
23d5601968
fix config option description in man page
2009-10-27 02:34:29 +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
dca6642a7f
warn about consequences from using song format without any braces
2009-09-26 20:18:52 +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
30758d0c44
update man page
2009-09-09 22:53:15 +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
d407bc679b
add N marker for displaying full track info and make n show only a number
...
generated filename was ugly if track tag was in format
xx/xx, so %n should display only current track number.
2009-09-06 10:27:11 +02:00
Andrzej Rybczak
604de32de6
make sound wave the default visualization and fftw optional dependency
2009-09-03 21:45:57 +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
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.
2009-08-26 17:00:46 +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
0e73a24bb9
fix typo in man page
2009-08-25 03:53:14 +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
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
cbbabee0e7
simplify code responsible for parsing song formats
...
functions MPD::Song::toString() and Display::Songs were
almost identical. for now the latter uses MPD::Song::toString()
implementation, which also has been simplified.
2009-08-14 04:15:34 +02:00
Andrzej Rybczak
e68306c8c0
throw away full path from song format in favor of directory
2009-08-14 00:47:48 +02:00
Andrzej Rybczak
101f01941d
new feature: alternative user interface
2009-08-12 02:08:13 +02:00
Andrzej Rybczak
dbca4a80ee
make number of lines scrolled with mouse wheel configurable
2009-08-09 20:56:15 +02:00
Andrzej Rybczak
27ede67685
remove lyricswiki support as it doesn't allow fetching lyrics anymore
2009-08-05 14:35:45 +02:00
Andrzej Rybczak
d8b8d4aeda
allow for empty tag marker customization
2009-07-10 13:51:24 +02:00
Andrzej Rybczak
979a9e7670
fix displaying '\' character in man page
2009-07-04 05:55:25 +02:00
Andrzej Rybczak
1e340211be
add config option to disable text scrolling in header window
2009-06-04 12:13:49 +02:00
Andrzej Rybczak
d965f4e517
new feature: mouse support
2009-05-25 21:46:36 +02:00
Andrzej Rybczak
8f5df28e62
new feature: allow for files and directories deletion in browser
2009-05-23 17:09:41 +02:00
Andrzej Rybczak
3d9c242f4d
allow quotation marks inside config options
2009-05-21 22:42:36 +02:00
Andrzej Rybczak
5682734840
make displaying hidden files in local browser optional
2009-05-07 15:17:59 +02:00
Andrzej Rybczak
310b6c0ecd
new feature: cyclic scrolling
2009-03-30 20:03:23 +02:00
Andrzej Rybczak
5f41640cd9
handle single command and remove hacks used as substitute for it
...
mpd-git has single command, which provides functionality
of both "repeat one" and "stop after current track" modes.
repeat one = single && repeat
stop after current track = single && !repeat
2009-03-27 16:40:55 +01:00
Andrzej Rybczak
1daa41bde6
allow for setting host and port with command line switches
2009-03-26 21:50:36 +01:00
Andrzej Rybczak
343f778256
disable detecting currently used encoding as it's extremely ugly
2009-03-26 17:00:00 +01:00
Andrzej Rybczak
204189fe33
update man and example config
2009-03-17 19:44:27 +01:00
Andrzej Rybczak
5e29d251c3
add man page
2009-03-10 21:02:47 +01:00