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
Andrzej Rybczak
5dc439aa19
lyrics: rename Lyrics::FetchAgain() to Lyrics::Refetch()
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
Andrzej Rybczak
883d1a6cdd
make feature 'select songs of album around cursor' work in all screens
16 years ago
Andrzej Rybczak
f627dc854d
browser: add support for deleting group of selected items
16 years ago
Andrzej Rybczak
5d37d56c64
always create header window
...
this fixes crash that would occur if one had header_visibility = "no",
classic user interface at start and tried to change it to alternative
one at runtime.
16 years ago
Frank Blendinger
13dbf65350
key_select_album also works in search results now
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
4d406c85f2
browser: support operations on m3u playlists not created by mpd
16 years ago
Andrzej Rybczak
ec9017d5a2
media library: fix compatibility with mpd < 0.14
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
37c7acfd3c
get info about state of new connection after reconecting with idle mode active
16 years ago
Andrzej Rybczak
08e9b0ee3d
do not monitor mpdclient file descriptor with select() if idle is off
...
it doesn't do anything in such case.
16 years ago
Damien Leone
b113beed15
manpage, ncmpcpp: fix typos
16 years ago
Frank Blendinger
d139f2d8af
jump from browser to playlist editor with GoToContainingDir key
16 years ago
Frank Blendinger
6b5ed187a1
add new movement keys: {Up,Down}{Album,Artist}
16 years ago
Andrzej Rybczak
a24736475e
put configuration related functions into appropriate structs
16 years ago