Andrzej Rybczak
fbe1c1fdb2
lyrics fetcher: metrolyrics: remove code not needed anymore
12 years ago
Andrzej Rybczak
10ceacea7c
lyrics fetcher: update lyricsmania fetcher
12 years ago
Andrzej Rybczak
3bd7571407
lyrics fetcher: update sing365 fetcher
12 years ago
Andrzej Rybczak
48320176a0
lyrics fetcher: update lyricwiki fetcher
12 years ago
Andrzej Rybczak
85a2802361
update copyright message
12 years ago
Andrzej Rybczak
59430f640b
statusbar: use boost::format instead of c-style printf
12 years ago
Andrzej Rybczak
d28dcf6781
lyrics fetcher: fix a typo
12 years ago
Andrzej Rybczak
54d11a464c
lyrics fetcher: fix shadow warnings
13 years ago
Andrzej Rybczak
d8a838a3f7
lyrics fetcher: add fetcher for azlyrics.com
13 years ago
Andrzej Rybczak
6d6110a52b
lyrics fetcher: throw away broken fetchers and fix/improve existing ones
13 years ago
Andrzej Rybczak
1d4e006986
update copyright info
13 years ago
Andrzej Rybczak
8db773cfec
replace a few string algorithms with boost utilities
14 years ago
Andrzej Rybczak
e40edade0e
use boost.locale for charset conversions instead of iconv
14 years ago
Andrzej Rybczak
a9bee35cca
charset: put functions into namespace and change naming convention
14 years ago
Andrzej Rybczak
b06e620913
more cleanup and grouping functions logically together
14 years ago
Andrzej Rybczak
b1c301dc1c
split majority of helpers and rewrite a few heinous functions
14 years ago
Andrzej Rybczak
5e83aade22
lyrics fetcher: remove ad from lyricsvip lyrics
14 years ago
Andrzej Rybczak
f8151904f5
update copyright dates
14 years ago
Andrzej Rybczak
fa298428d9
lyrics fetcher: add support for lololyrics.com
15 years ago
Andrzej Rybczak
ca956c3da3
update copyright dates
15 years ago
Andrzej Rybczak
7b5f98bb75
add support for fetching lyrics from justsomelyrics.com
15 years ago
Andrzej Rybczak
dff99c4b0b
lyrics fetcher: skip lyricwiki if there's licence restriction on lyrics
15 years ago
Andrzej Rybczak
fce3191d28
lyrics fetcher: add support for lyricsvip.com
15 years ago
Andrzej Rybczak
735faa75b9
lyrics fetcher: add a few comments and improve postprocessing of MetrolyricsFetcher
15 years ago
Andrzej Rybczak
bb4aa9e106
lyrics fetcher: if lyrics weren't found, attempt to search for them globally
15 years ago
Andrzej Rybczak
de084e70bf
lyrics fetcher: remove lyricsfly.com support
...
I'll take not answering for a week my e-mail with
request for permanent userid key as "no".
16 years ago
Andrzej Rybczak
d4a5574146
lyrics fetcher: add sing365.com db support + a few corrections
16 years ago
Andrzej Rybczak
2a79184108
lyrics fetcher: strip html tags from lyrics from lyricsfly.com
16 years ago
Andrzej Rybczak
68a7d11c0e
lyrics fetcher: add songlyrics.com and lyriczz.com support
16 years ago
Andrzej Rybczak
87298907e1
lyrics fetcher: do not apply quotation marks to google keywords
16 years ago
Andrzej Rybczak
923eaef466
lyrics fetcher: convert lyrics from lyricsmania.com to utf8
16 years ago
Andrzej Rybczak
b387d22663
lyrics: add support for lyricstime.com, metrolyrics.com and lyricsmania.com
16 years ago
Andrzej Rybczak
50581938e7
lyrics fetcher: do not add notice about error to curl error messages
...
there is boolean variable for the success or failure so
if it's false it's already known that an error occured.
16 years ago
Andrzej Rybczak
a93096fbda
lyrics fetcher: change if -> else if
16 years ago
Andrzej Rybczak
331ffccd0e
lyricwiki fetcher: trim and strip output from html tags
16 years ago
Andrzej Rybczak
3b92484755
conv: give function EscapeHtml much more appropriate name (StripHtmlTags)
16 years ago
Andrzej Rybczak
2eddb37497
lyricwiki fetcher: deal with utf8 characters properly
16 years ago
Andrzej Rybczak
26b7218f8e
lyrics fetcher: add lyricwiki.com database support
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
70910b77ed
make ncmpcpp compile with -fno-exceptions
17 years ago
Andrzej Rybczak
3bdb798852
clean NCurse::List class a bit and remove a few redundant functions
17 years ago
Andrzej Rybczak
d73230cdb2
if GetStringHelper is set in Menu<std::string>, invoke it
...
previously it always returned raw string and ignored this
helper function, but there might be cases when one would
want to use its own function e.g. to parse the string somehow.
17 years ago
Andrzej Rybczak
9dab25e02c
use prefix ++ instead of postfix where available
17 years ago
Andrzej Rybczak
ea973b6b4a
put classes related to ncurses into NCurses namespace
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
43a8e2284e
provide generic interface for dealing with selected items
17 years ago
Andrzej Rybczak
e6bd98e0a7
general code cleaning
17 years ago
Andrzej Rybczak
6f09d3b592
change namespace Help into class
17 years ago