Andrzej Rybczak
|
6829a8e05c
|
add support for binding actions to multibyte characters
|
14 years ago |
Andrzej Rybczak
|
e729ab0a38
|
playlist: rewrite sorting so it's much less cryptic
|
14 years ago |
Andrzej Rybczak
|
77a3c73d9c
|
make displayed messages more consistent
|
14 years ago |
Andrzej Rybczak
|
181224b837
|
keybinding system rewrite
|
14 years ago |
Andrzej Rybczak
|
6126def6c5
|
settings: fix columns generation without configuration file (ticket #3490)
|
14 years ago |
Andrzej Rybczak
|
4475902eb9
|
settings: make progressbar more customizable (elapsed time part color, boldness)
|
14 years ago |
Andrzej Rybczak
|
27a0dc958f
|
corrections for previous commit
|
14 years ago |
Maarten de Vries
|
6c73c3cecf
|
add custom sort format
|
14 years ago |
Marc Jessome
|
10f5ec1e78
|
Add command to clear filter.
|
14 years ago |
Andrzej Rybczak
|
a14b77338d
|
jump to current song at startup even if it's not currently played
|
14 years ago |
Andrzej Rybczak
|
8e369252f4
|
display ncmpcpp instead of ncmpc++ in window's title
|
14 years ago |
Andrzej Rybczak
|
f8151904f5
|
update copyright dates
|
14 years ago |
Andrzej Rybczak
|
955e23c270
|
narrow scope of MEVENTs and replace old_mouse_event properly
previously it wasn't replaced if we hit the first 'if' that uses 'continue'.
|
15 years ago |
Andrzej Rybczak
|
f6bc65bbd1
|
fall back to Volume{Up,Down} if {Prev,Next}Column would do nothing
|
15 years ago |
Andrzej Rybczak
|
4a8cfcb187
|
fixes for overwriting not mergable screen displayed on top of merged ones
|
15 years ago |
Andrzej Rybczak
|
a98a1800a7
|
settings: provide a way to use alternative location for configuration file
..and whole data folder.
|
15 years ago |
Andrzej Rybczak
|
00a7743a34
|
playlist editor: add support for columns display mode
|
15 years ago |
Andrzej Rybczak
|
1415964f95
|
settings: provide a way to disable asking for locked screen's width
|
15 years ago |
Andrzej Rybczak
|
56467eaac6
|
new feature: support for merging screens together
|
15 years ago |
Andrzej Rybczak
|
ca956c3da3
|
update copyright dates
|
15 years ago |
Andrzej Rybczak
|
d9bc1c0950
|
new feature: support for fetching lyrics for currently playing song in background
|
15 years ago |
Andrzej Rybczak
|
89e00e447a
|
add support for asx/cue/m3u/pls/xspf playlists
|
15 years ago |
David Coppa
|
8a094db8ed
|
Outputs screen not present in the header window
|
15 years ago |
Andrzej Rybczak
|
0c4c27ac6c
|
adjust indentation of code from previous patches and make shift-tab customizable
|
15 years ago |
Marc Jessome
|
4084796a37
|
feature: Shift-Tab cycles through windows.
|
15 years ago |
Marc Jessome
|
4338008a34
|
Fix song info resize.
|
15 years ago |
Andrzej Rybczak
|
1ea4d55aab
|
supress warning 'variable may be used uninitialized'
|
15 years ago |
Andrzej Rybczak
|
d08b2e80fd
|
workaround invalid mouse related ncurses behavior - part 2
bah, it also happens with right mouse button.
|
15 years ago |
Andrzej Rybczak
|
45e5b1ef91
|
workaround invalid mouse related ncurses behavior
|
15 years ago |
Andrzej Rybczak
|
f3e1ba1c26
|
ncmpcpp: convert input path to utf8 before calling 'add' command
this fixes the problem with adding files that contain non-ascii
characters while using different charset encoding than utf8.
|
15 years ago |
Andrzej Rybczak
|
2002d4dfc6
|
allow loading .pls playlists from mpd music dir, not only playlists dir
|
15 years ago |
Andrzej Rybczak
|
2b645cadda
|
clear search result after moving items in playlist/playlist editor
search results are remembered as positions and may
point to wrong ones after moving items around.
|
15 years ago |
Andrzej Rybczak
|
aee0361f35
|
add support for loading .pls playlists
only through "Add" prompt since listplaylists command doesn't
list .pls playlists present in mpd playlists directory.
|
15 years ago |
Andrzej Rybczak
|
5a0317eaf3
|
check at startup if terminal window is big enough to display UI properly
|
15 years ago |
Andrzej Rybczak
|
f90176ffee
|
fix switching to artist info screen
if one switched from artist info screen while artist info was being
downloaded, {s,}he wouldn't be able to enter the screen again.
|
16 years ago |
Andrzej Rybczak
|
fa027bbcc9
|
set color for stdscr if titles visibility is disabled
without it separators between columns have default color.
|
16 years ago |
Alexey Semenko
|
18bc6368bf
|
titles_visibility configuration option
|
16 years ago |
Alexey Semenko
|
f310dbfd70
|
ask before cropping main playlist
|
16 years ago |
Andrzej Rybczak
|
c63780e6e6
|
support adding last.fm streams to playlist
|
16 years ago |
Andrzej Rybczak
|
1735a8c7db
|
handle possible errors while saving playlist properly
|
16 years ago |
Andrzej Rybczak
|
1381a45d06
|
fix compilation --without-curl
|
16 years ago |
Andrzej Rybczak
|
c97f4fac59
|
settings: use separate bindings for switching between columns
|
16 years ago |
Andrzej Rybczak
|
1b98b02659
|
fix 'media library: fix filter issues'
|
16 years ago |
Andrzej Rybczak
|
b1bb7ec295
|
ncmpcpp: check for list emptiness before taking current element from it
|
16 years ago |
Andrzej Rybczak
|
2aa053d7e1
|
media library: fix filter issues
|
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
|
a1cd5ae1aa
|
lastfm: redesigned plugins system
|
16 years ago |
Andrzej Rybczak
|
de5f3b22e0
|
separate 'song info' functionality from Info class
|
16 years ago |
Andrzej Rybczak
|
e1b1cf838a
|
lyrics: restore database selector
|
16 years ago |