Commit Graph

138 Commits

Author SHA1 Message Date
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
ecd4c8cc17 get rid of C style casts 2009-05-21 23:51:56 +02:00
Andrzej Rybczak
7eb74a6da2 new feature: custom command execution on song change 2009-05-21 23:05:53 +02:00
Andrzej Rybczak
5682734840 make displaying hidden files in local browser optional 2009-05-07 15:17:59 +02:00
Andrzej Rybczak
00dcadcc8a add support for consume mode
info about this feature can be found in mpd docs.
2009-04-01 14:51:09 +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
49a13222a3 get proper user home dir on WIN32 and adjust folders in this case a bit 2009-03-26 20:23:47 +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
a6635322a8 improve handling backspace key 2009-03-26 12:26:22 +01:00
Andrzej Rybczak
65f52da949 make it compile under mingw32 --without-curl --without-taglib
ncmpcpp can be built for windows \o/
pdcurses and regex libraries are needed for this though.
2009-03-25 22:08:18 +01:00
Andrzej Rybczak
fd7ac3b3f5 new feature: move item(s) in playlist to given position 2009-03-11 20:27:55 +01:00
Andrzej Rybczak
29f49415dd add support for regular expressions (basic and extended)
it intruduces regex support in search engine
and filtering/searching in all screens
2009-03-08 22:16:18 +01:00
Andrzej Rybczak
a4599fffe7 speed up browsing media library
the way media library was searching for albums
was wrong and by the way totally inefficient.
2009-03-07 12:26:16 +01:00
Andrzej Rybczak
d8a6993ec2 add support for external console editor 2009-03-04 15:34:04 +01:00
Andrzej Rybczak
73f7980019 make blocking search constraints change after successful searching optional
it's still enabled by default though.
2009-03-03 21:13:02 +01:00
Andrzej Rybczak
b9cbacebff new function: stop playing after current song 2009-03-01 11:26:39 +01:00
Andrzej Rybczak
2856d5cd78 make playlist's stats scrollable, also display remaining time on demand 2009-02-20 15:30:30 +01:00
Andrzej Rybczak
f162a7b880 new feature: playlist sorting (Ctrl-V by default) 2009-02-18 20:08:50 +01:00
Andrzej Rybczak
70f48dd454 support for opening lyrics in external editor 2009-02-17 20:17:37 +01:00
Andrzej Rybczak
5d2daab416 new feature: apply filter to screen (Ctrl-F)
if one applies a filter, only items that contain this
filter will be displayed. works on all screens.
2009-02-17 17:57:55 +01:00
Andrzej Rybczak
c547fbe03b use generic Scroll method 2009-02-15 20:05:28 +01:00
Andrzej Rybczak
d82577e357 group various functions more logically 2009-02-10 15:51:55 +01:00
Andrzej Rybczak
f9f5149b76 includes cleaning 2009-02-10 12:19:59 +01:00
Andrzej Rybczak
e637d8f627 add optional 'ignore leading "The" word' function while sorting 2009-02-05 21:45:34 +01:00
Andrzej Rybczak
b1817a0bc9 support for switching between supported lyrics databases at runtime 2009-02-02 23:43:12 +01:00
Andrzej Rybczak
6217bf04c2 add support for lyricsplugin database 2009-02-02 12:00:19 +01:00
Andrzej Rybczak
6e2a6dfd27 replace ~ in mpd_music_dir with user's home directory 2009-02-01 20:49:07 +01:00
Andrzej Rybczak
966fd634a4 add support for columns view in browser and search engine 2009-02-01 17:55:28 +01:00
Andrzej Rybczak
542c121e0a add clock screen (ported from ncmpc) 2009-01-17 20:40:28 +01:00
Andrzej Rybczak
0c9e10091f update fsf address and copyright info 2009-01-17 00:52:08 +01:00
Andrzej Rybczak
c6a57511fe make displaying screens numbers at start optional 2008-12-16 16:22:11 +01:00
Andrzej Rybczak
55c75355f8 do not try to read keyconfig file if it's NOT open. 2008-12-13 11:28:43 +01:00
Andrzej Rybczak
943b9155ee update example configuration file and ReadConfiguration() function 2008-12-12 22:04:07 +01:00
Andrzej Rybczak
6f296e2419 update displaying playlist in column view 2008-12-12 21:14:22 +01:00
Andrzej Rybczak
6596d25c26 update settings 2008-12-11 19:18:21 +01:00
Andrzej Rybczak
da8feb885f handle colored empty tag marker 2008-12-11 18:29:56 +01:00
Andrzej Rybczak
284dd6a5be update Menu class and related stuff 2008-12-10 17:34:55 +01:00
Andrzej Rybczak
07c9fd6926 remove mpd_password variable, it should be defined within mpd_host 2008-11-28 21:58:55 +01:00
Andrzej Rybczak
ef7b8fd276 add config option for default place to search in (database/playlist) 2008-11-22 18:31:47 +01:00
Andrzej Rybczak
55c7777515 don't set default value for mpd_music_dir 2008-11-21 19:07:15 +01:00
Andrzej Rybczak
c64e3a9b3b use size_t instead of int where it's appropriate 2008-11-06 20:07:42 +01:00
unK
8bd081e964 move anonymous namespaces to the top 2008-10-28 12:52:30 +01:00
unK
db6eb9bc38 add support for user defined mpd host, password and port in config file 2008-10-27 20:50:02 +01:00
unK
beee0bc9d3 add support for browsing local filesystem 2008-10-27 20:35:02 +01:00
unK
48ba7cbcf2 another code clean-ups 2008-10-07 23:04:26 +02:00
unK
f8727b0a10 fix various compiler warnings and a few minor bugs 2008-10-05 00:26:02 +02:00
unK
109f49430e add tag type list switcher to media library 2008-10-04 20:20:21 +02:00
unK
d5bdec41f7 support for user defined tag type in left column of media library 2008-10-04 19:21:18 +02:00