Andrzej Rybczak
5b6736b543
Remove Lyricsmania fetcher as it doesn't work
5 years ago
Andrzej Rybczak
ecc2fefa7c
Fix Genius and Tekstowo fetchers
5 years ago
Andrzej Rybczak
60b8071eea
Remove lyricwiki fetcher as the site closed down
5 years ago
jaredforrest
aa9ca84cb2
Fix delete key in st ( #425 )
5 years ago
Andrzej Rybczak
7ee6de39a1
Merge pull request #375 from torstehu/master
...
doc/ncmpcc: fix typo
6 years ago
Andrzej Rybczak
cc6fbddb37
Merge pull request #385 from sbraz/gcc10
...
Fix build with GCC 10 by adding missing include
6 years ago
Louis Sautier
399e0f4700
Fix build with GCC 10 by adding missing include
...
Fixes the following error:
./mpdpp.h:438:15: error: ‘runtime_error’ is not a member of ‘std’
6 years ago
Torstein Husebø
95b688f9f0
doc/ncmpcc: fix typo
6 years ago
Andrzej Rybczak
bdec1eb009
Merge pull request #373 from wylfen/master
...
Stop using deprecated removeField method
6 years ago
Andrzej Rybczak
69ec9aef63
Merge pull request #370 from dankamongmen/master
...
Curses: don't iterate through unbound COLORS #369
6 years ago
nick black
302bcca99a
Curses: don't iterate through unbound COLORS #369
...
On DirectColor-capable terminals with the proper terminfo
database in use, COLORS is 2^24. Since the color map is
only 64k entries, this resulted in a segfault. I've
introduced NC::colorCount(), which bounds it by the
previously assumed maximum (and usable range) of 256.
6 years ago
Andrzej Rybczak
608c779a4d
Merge pull request #374 from arybczak/lyrics-fix
...
Fix lyrics fetchers
6 years ago
Andrzej Rybczak
d86c965143
Fix lyrics fetchers
6 years ago
Wynn Wolf Arbor
5e54cf2ca3
Stop using deprecated removeField method
...
taglib deprecated removeField internally in [1], but did not add the
deprecation warning until about four years later. The original bug
report [2] and pull request commit both mention not wanting to change
the original method's behaviour, but this was done anyway (perhaps by
mistake) in [3].
With that change, removeField(type) will not remove all tags of the
given type anymore, as the default for value has changed from
String::null to String().
This commit replaces explicit calls to removeField(type) with
removeFields(type), which has the correct behaviour. In writeXiph,
removeField is removed entirely, as addField(key, value) will replace
the tag by default.
[1] https://github.com/taglib/taglib/pull/681
[2] https://github.com/taglib/taglib/issues/651
[3] c05fa78406
6 years ago
Larson Carter
31ee76e8ee
Merge pull request #357 from redoste/no-connected-to-msg
...
Add ability to not display the "Connected to ..." message at startup
6 years ago
redoste
af512a9668
Add ability to not display the "Connected to ..." message at startup
6 years ago
Larson Carter
d6315ddcd7
Merge pull request #340 from sticken88/master
...
Changes API for directories creation.
7 years ago
Larson Carter
d07951cc6f
Merge pull request #319 from spk/add-random-exclude
...
Add random_exclude_pattern option for random songs
7 years ago
Laurent Arnoud
ee79bfd1d7
Move random_exclude_pattern settings to proper place
7 years ago
Laurent Arnoud
69f49d558d
Add random_exclude_pattern option for random songs
7 years ago
Larson Carter
20d660177d
Update issue templates
...
Created bug report template.
Also created a feature request template
7 years ago
Larson Carter
5432783074
Update AUTHORS
...
Added me as an AUTHOR or contributor.
7 years ago
Larson Carter
9f6286e6e6
Update README.md
...
Added links to Dependencies.
7 years ago
Larson Carter
0ed6609aa4
Merge pull request #184 from BlitzKraft/readme
...
Add a README, showing enable visualizer
7 years ago
Larson Carter
320d8d0ccb
Merge pull request #240 from Polochon-street/album-view
...
Added a fully working 'Album-only' view
7 years ago
Larson Carter
9f6862e627
Merge pull request #338 from mvrozanti/master
...
allow for message_delay_time = "0"
7 years ago
Larson Carter
94bfe04994
Merge pull request #327 from FeralHedgehog/expand_with_password
...
Expand '~' in mpd_host when preceded by a password.
7 years ago
Larson Carter
6001a639da
Merge pull request #269 from karlicoss/mpd-play
...
Add support for starting playback in stopped state
7 years ago
Larson Carter
3a27d15e8e
Merge pull request #312 from ata2001/lyrics-zeneszoveg
...
lyrics fetcher: add support for zeneszoveg.hu
7 years ago
Larson Carter
280adc1630
Merge pull request #346 from pvsr/safer-edit
...
Pass lyrics filename in single quotes
7 years ago
Peter Rice
e1e220c975
Escape single quotes in filenames
7 years ago
Peter Rice
2ff23ed719
Skip sh and pass filename in single quotes
7 years ago
Matteo Sticco
94c74e50bf
Changes API for directories creation.
7 years ago
Marcelo
444137696e
allow for message_delay_time = "0"
7 years ago
feral_hedgehog
8304cb8e4c
Properly expand '~' in mpd_host when preceded by a password.
7 years ago
Attila Szollosi
156be93d5a
lyrics fetcher: add support for zeneszoveg.hu
7 years ago
Jan Holthuis
81cb7a4f85
Restore curses after running external command
...
This allows running TUI tools like vim via run_external_command without
destroying the ncmpcpp curses output.
8 years ago
Andrzej Rybczak
1ef061a87c
Change version to 0.9_dev
8 years ago
Andrzej Rybczak
7bfefb2f80
Change version to 0.8.2
8 years ago
Andrzej Rybczak
1347b063c0
Set U_USING_ICU_NAMESPACE to 0 for compatibility with ICU >= 61
8 years ago
Andrzej Rybczak
e3e35dcbdd
Fix compilation with ICU >= 61, part 2
8 years ago
Andrzej Rybczak
7a75756ca3
Fix compilation with ICU >= 61
8 years ago
Andrzej Rybczak
e912a9d0c3
Lyrics: reset position of a window when fetching
8 years ago
Andrzej Rybczak
51fe8dc2c8
Statusbar: redraw separator after interface switch when MPD is stopped
8 years ago
Andrzej Rybczak
e6f5179b92
Fix warnings when compiling with GCC 7
8 years ago
Andrzej Rybczak
2f3588edf3
Search engine: properly interact with filtering
...
See https://github.com/arybczak/ncmpcpp/issues/260
8 years ago
Andrzej Rybczak
557720061d
Lyrics fetcher: fix metrolyrics.com fetchers
8 years ago
Andrzej Rybczak
1b98dd71e1
Lyrics fetcher: fix lyricsmania.com and sing365.com fetchers
8 years ago
Andrzej Rybczak
10ac22a70f
Update NEWS and bump version to 0.8.2_dev
8 years ago
Andrzej Rybczak
db619c6159
Make it impossible for MainHeight to overflow
8 years ago