Andrzej Rybczak
968d2366aa
settings: make displaying 'empty tag' entry optional
16 years ago
Alexey Semenko
18bc6368bf
titles_visibility configuration option
16 years ago
Andrzej Rybczak
638fab8535
perform one more check on song formats
...
it detects something like this: %. (where . doesn't stand for a valid tag type).
16 years ago
Andrzej Rybczak
a66ab40c25
settings: make progressbar_look support 'empty' part of progressbar
16 years ago
Andrzej Rybczak
d879a60965
fix compilation --without-taglib
16 years ago
Andrzej Rybczak
c0e558f04b
lyrics: add support for storing lyrics in song's directory
16 years ago
Andrzej Rybczak
c97f4fac59
settings: use separate bindings for switching between columns
16 years ago
Andrzej Rybczak
5ee05e3119
settigs: add support for custom visualization color
16 years ago
Andrzej Rybczak
35ddbe351a
add support for 'replay' function (play current song from the beginning)
16 years ago
Andrzej Rybczak
342521459c
settings: add support for preferred last.fm info language
16 years ago
Andrzej Rybczak
daad444f3c
lyrics: redesigned plugins system
16 years ago
Frank Blendinger
dc8aff65a2
add separate keys to move sel. before/after cursor
16 years ago
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 '#'.
16 years ago
Andrzej Rybczak
3d41a1585c
new feature: support for multiple tag types in one column
16 years ago
Andrzej Rybczak
53dfda0f98
new feature: customizable columns' names
16 years ago
Andrzej Rybczak
6eae6cd0f6
new feature: shorten units' names displayed in statusbar while being in playlist
16 years ago
Andrzej Rybczak
20646600b8
let keybinding for bitrate visibility toggle be customized
16 years ago
Andrzej Rybczak
0f230ab7b0
new feature: separators between albums in playlist
16 years ago
Andrzej Rybczak
e978cfcc8b
new feature: locate song in tag editor
16 years ago
Andrzej Rybczak
336fa3cd7b
new feature: toggle bitrate visibility at runtime
16 years ago
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