Andrzej Rybczak
b68354a223
Update header information and my email
5 years ago
Andrzej Rybczak
86ec51624e
Update AUTHORS and copyright line
9 years ago
Andrzej Rybczak
5e2626ca0c
Make libcurl a hard dependency
9 years ago
Andrzej Rybczak
516ee31109
Update headers
9 years ago
Eric Izoita
4ac2990baf
lyrics fetcher: fix lyricwiki.com redirect issue
11 years ago
Andrzej Rybczak
85a2802361
update copyright message
12 years ago
Andrzej Rybczak
1710f892c5
lastfm: rework service architecture a bit and implement getting full artist info
13 years ago
Andrzej Rybczak
1d4e006986
update copyright info
13 years ago
Andrzej Rybczak
efe2a52382
fix header guards
14 years ago
Andrzej Rybczak
f8151904f5
update copyright dates
14 years ago
Andrzej Rybczak
ca956c3da3
update copyright dates
15 years ago
Andrzej Rybczak
b387d22663
lyrics: add support for lyricstime.com, metrolyrics.com and lyricsmania.com
16 years ago
Andrzej Rybczak
7f2ea9dc8f
remove optional pthread support - it's mandatory now
16 years ago
Andrzej Rybczak
daad444f3c
lyrics: redesigned plugins system
16 years ago
Andrzej Rybczak
d3cb0ea6f6
put CURL related functions into a separate file
16 years ago
Andrzej Rybczak
08daa61907
update copyright notices
16 years ago
Andrzej Rybczak
dd04406ee5
poll both stdin and mpd using one select()
...
this allows for immediate reading mpd events
17 years ago
Andrzej Rybczak
3e99bba5b8
use idle notifications instead of polling mpd all the time
17 years ago
Andrzej Rybczak
519a36872a
get proper path to "My Documents" folder in WIN32
17 years ago
Andrzej Rybczak
8ecd35051a
do not start additional thread if lyrics are available locally
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
344fc21d76
use pthread_t * handlers rather than pthread_t
...
pthread-win32 doesn't accept assigning zero to pthread_t type,
so we need to use pointers instead. this is more semantic anyway.
17 years ago
Andrzej Rybczak
f04472641b
make it compile under mingw32 --with-curl
17 years ago
Andrzej Rybczak
ffbcfb7e18
poll mpd once per second, no need to do it more often
17 years ago
Andrzej Rybczak
b21ede24f4
move searching to Menu class, also remember last constraint
...
this improvement also make that list of found items is not cleared
if one switches to another screen. it's remebered until the content
of screen changes (e.g. item is deleted from playlist)
17 years ago
Andrzej Rybczak
ea973b6b4a
put classes related to ncurses into NCurses namespace
17 years ago
Andrzej Rybczak
164dec3eed
unused defines cleaning / a few fixes for clock
17 years ago
Andrzej Rybczak
32bac776e7
cleaning
17 years ago
Andrzej Rybczak
e6bd98e0a7
general code cleaning
17 years ago
Andrzej Rybczak
8ba72bc78a
separate some code from ncmpcpp.cpp
17 years ago
Andrzej Rybczak
d82577e357
group various functions more logically
17 years ago
Andrzej Rybczak
f9f5149b76
includes cleaning
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
284dd6a5be
update Menu class and related stuff
18 years ago
unK
a980e77e0a
check whether getenv returns NULL or not
18 years ago
unK
fc00baa300
include and ifdef clean-up
18 years ago
unK
40abeaac2c
make use of std::make_pair
18 years ago
unK
2605b29dd9
filename parser for tag editor, renaming files support, minor fixes
18 years ago
unK
8b185e2967
suport for renaming directories in tag editor
18 years ago
unK
cb79ecdb2a
brand new song info screen
18 years ago
unK
e36bf0a3cc
use std::pair instead of two different containters
18 years ago
unK
0e1e3c6342
a lot of code clean-ups, remove song info screen
18 years ago
unK
ecdf23f06a
add albums' editor screen (quite experimental for now)
18 years ago
unK
e171b907e9
improve getting album's year in media library screen
18 years ago
unK
d7b635e276
support for columns view in playlist
18 years ago
unK
3e3f16540b
playlists management support and playlist editor screen added
18 years ago
unknown
f61847c46c
add custom keys configuration
18 years ago
unknown
1c2ef6fc6a
drop libmpd dependency in favor of its own libmpdclient wrapper
18 years ago
unknown
7a6bd17396
add switching between playlist and browser with tab key
18 years ago