Andrzej Rybczak
310b6c0ecd
new feature: cyclic scrolling
17 years ago
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
17 years ago
Andrzej Rybczak
49a13222a3
get proper user home dir on WIN32 and adjust folders in this case a bit
17 years ago
Andrzej Rybczak
343f778256
disable detecting currently used encoding as it's extremely ugly
17 years ago
Andrzej Rybczak
fd7ac3b3f5
new feature: move item(s) in playlist to given position
17 years ago
Andrzej Rybczak
29f49415dd
add support for regular expressions (basic and extended)
...
it intruduces regex support in search engine
and filtering/searching in all screens
17 years ago
Andrzej Rybczak
a4599fffe7
speed up browsing media library
...
the way media library was searching for albums
was wrong and by the way totally inefficient.
17 years ago
Andrzej Rybczak
d8a6993ec2
add support for external console editor
17 years ago
Andrzej Rybczak
73f7980019
make blocking search constraints change after successful searching optional
...
it's still enabled by default though.
17 years ago
Andrzej Rybczak
b9cbacebff
new function: stop playing after current song
17 years ago
Andrzej Rybczak
2856d5cd78
make playlist's stats scrollable, also display remaining time on demand
17 years ago
Andrzej Rybczak
f162a7b880
new feature: playlist sorting (Ctrl-V by default)
17 years ago
Andrzej Rybczak
70f48dd454
support for opening lyrics in external editor
17 years ago
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.
17 years ago
Andrzej Rybczak
32bac776e7
cleaning
17 years ago
Andrzej Rybczak
c547fbe03b
use generic Scroll method
17 years ago
Andrzej Rybczak
29301aefd5
move all externs to global.h
17 years ago
Andrzej Rybczak
d82577e357
group various functions more logically
17 years ago
Andrzej Rybczak
f9f5149b76
includes cleaning
17 years ago
Andrzej Rybczak
e637d8f627
add optional 'ignore leading "The" word' function while sorting
17 years ago
Andrzej Rybczak
b1817a0bc9
support for switching between supported lyrics databases at runtime
17 years ago
Andrzej Rybczak
6217bf04c2
add support for lyricsplugin database
17 years ago
Andrzej Rybczak
966fd634a4
add support for columns view in browser and search engine
17 years ago
Andrzej Rybczak
542c121e0a
add clock screen (ported from ncmpc)
17 years ago
Andrzej Rybczak
0c9e10091f
update fsf address and copyright info
17 years ago
Andrzej Rybczak
c6a57511fe
make displaying screens numbers at start optional
17 years ago
Andrzej Rybczak
6f296e2419
update displaying playlist in column view
18 years ago
Andrzej Rybczak
6596d25c26
update settings
18 years ago
Andrzej Rybczak
da8feb885f
handle colored empty tag marker
18 years ago
Andrzej Rybczak
284dd6a5be
update Menu class and related stuff
18 years ago
Andrzej Rybczak
51e59b04b9
remove several redunant externs and use static variables
18 years ago
Andrzej Rybczak
07c9fd6926
remove mpd_password variable, it should be defined within mpd_host
18 years ago
Andrzej Rybczak
ef7b8fd276
add config option for default place to search in (database/playlist)
18 years ago
unK
db6eb9bc38
add support for user defined mpd host, password and port in config file
18 years ago
unK
beee0bc9d3
add support for browsing local filesystem
18 years ago
unK
48ba7cbcf2
another code clean-ups
18 years ago
unK
109f49430e
add tag type list switcher to media library
18 years ago
unK
d5bdec41f7
support for user defined tag type in left column of media library
18 years ago
unK
dbe0480db5
store fetched artist's info in ~/.ncmpcpp/artists instead of ~/.lyrics
18 years ago
unK
d0e521de98
fix for 9b65b39126 (funny bug)
18 years ago
unK
0318da84ca
support for user defined base seek time
18 years ago
unK
9b65b39126
put local functions into unnamed namespaces
18 years ago
unK
0d5032c452
support for adding items like in ncmpc (disabled by default)
18 years ago
unK
aa80c13c2e
support for following lyrics of now playing song
18 years ago
unK
3bbe2c5054
add incremental seeking as an option (enabled by default)
18 years ago
unK
9795fc4488
support for fetching artist's info from last.fm
18 years ago
unK
2b8d90a264
extend configuration
18 years ago
unK
fb04687fef
introduce switch for 'fancy scrolling'
18 years ago
unK
2605b29dd9
filename parser for tag editor, renaming files support, minor fixes
18 years ago
unK
51b913d611
directories view for tag editor
18 years ago