Andrzej Rybczak
e8f1c4bd48
Add support for hexadecimal HTML escape codes
1 year ago
Andrzej Rybczak
2f9a65e177
Update lyrics fetchers
1 year ago
Andrzej Rybczak
3e6d992b93
Release 0.10.1 ( #617 )
1 year ago
Andrzej Rybczak
4fdafc5320
Do not crash when trying to reverse an empty playlist
...
Fixes https://github.com/ncmpcpp/ncmpcpp/issues/616 .
1 year ago
Andrzej Rybczak
440e9a5768
Remove autogen.sh in favour of autoreconf
1 year ago
Andrzej Rybczak
4ac9a0f0dd
Add CI ( #610 )
...
Adaptation of 2148c716c7/.github/workflows/build.yml
1 year ago
Andrzej Rybczak
92b478ef31
Fix compilation with libc++
1 year ago
fkobi
72d990fe25
fix stray + in LDFLAGS assignment ( #608 )
...
Signed-off-by: Filip Kobierski <fkobi@pm.me>
2 years ago
Andrzej Rybczak
f9d0fb608c
Put project status in the README
...
Fixes https://github.com/ncmpcpp/ncmpcpp/issues/607 .
2 years ago
Andrzej Rybczak
1d7d5152c6
Release 0.10
2 years ago
Andrzej Rybczak
9c27eec846
Add support for fetching lyrics from tags
...
Adaptation of https://github.com/ncmpcpp/ncmpcpp/pull/482 .
2 years ago
Andrzej Rybczak
510e28c65a
Remove link to project page, it's deprecated
2 years ago
Andrzej Rybczak
37aea91be1
Don't throw when window doesn't fit, ncurses can deal with it
2 years ago
Andrzej Rybczak
377994daca
Remove Larson from assignes in issue templates
2 years ago
Andrzej Rybczak
33145940c8
curl is not optional
2 years ago
Andrzej Rybczak
cd9ae93c3e
Fix boost::regex ICU support
2 years ago
Andrzej Rybczak
ba484cff1e
Use C++20
2 years ago
Andrzej Rybczak
603735d80e
Clear warnings
2 years ago
o0nd7ots
5238d0f6ed
Update README.md ( #602 )
...
updated links
2 years ago
Will Huie
7078ed7f55
Tweaks to frequency spectrum and sound ellipse in visualizer ( #464 )
...
* use visualizer_spectrum_log_scale_{x,y} to control log scaling
* change sound ellipse character to the circle instead of the bar
* oops, should be determined by x-axis scaling
* rebase to upstream
* use values from Config directly
* fix that weird first-column screen-wrapping issue when drawing
* rebase to upstream
---------
Co-authored-by: whooie <wchooie@gmail.com>
Co-authored-by: Andrzej Rybczak <arybczak@users.noreply.github.com>
2 years ago
Andrzej Rybczak
f51968b98b
Rename the new option, slightly reword the description, add changelog
2 years ago
TilCreator
f83428a665
Improve specrum visulaizer for transparent backgrounds ( #467 )
...
* Replace "hack" with hacky chars
* Remove unnecessary spaces
* Add config option visualizer_spectrum_use_legacy_chars
2 years ago
Andrzej Rybczak
1c77138f51
Update changelog
2 years ago
Andrzej Rybczak
838f600b57
Fix compilation with taglib 1.11
2 years ago
Andrzej Rybczak
68daf44032
Don't treat unknown lyrics fetchers as errors
2 years ago
Andrzej Rybczak
985bc09b5c
Update lyrics fetchers
...
Removes azlyrics, musixmatch, sing365/lyrics007 and metrolyrics.
2 years ago
Andrzej Rybczak
b2c8ca91c4
Don't treat empty strings as numbers
2 years ago
Andrzej Rybczak
6f8d12da8c
If both strings are numbers, compare them as such
2 years ago
Andrzej Rybczak
af7550a69f
Adjust the new regex to require 2 minute digits
2 years ago
djvs
8ecbb8b49b
Expose filepath in columns view ( #530 )
...
* Expose filepath in columns view
* update
2 years ago
James Le Cuirot
b218d90193
Check for taglib with pkg-config before trying taglib-config ( #558 )
...
Programs like taglib-config are not good when cross-compiling.
2 years ago
gardockt
95bca25cb6
Tag editor: only write files with modified tags ( #536 )
2 years ago
George Abbott
8746ded880
Added hh:mm:ss to g command ( #550 )
...
* Added hh:mm:ss to g command
* Updated statusbar prompt with hⓂ️ ss as well
* corrected spaces to tabs
2 years ago
Alex Balgavy
f76dd085b2
Fix crash when background-fetching lyrics for streams ( #561 )
...
When `fetch_lyrics_for_current_song_in_background` is set to `yes`, and
an HTTP(S) stream is loaded with a long URL, ncmpcpp crashes due to the
length of the filename generated to store lyrics. This commit makes the
background lyrics fetcher ignore such streams, preventing the crash.
Addresses issue #380 .
2 years ago
Denys Tynok
e87c104dd6
fix: update obsolete macros in autoconf ( #582 )
...
* fix: update obsolete macros in autoconf
* fix: update obsolete macro 'AC_PROG_LIBTOOL' in autoconf
2 years ago
Andrzej Rybczak
afb150138d
Change visibility of orig_termios
2 years ago
Drew Marino
51ebe9e52d
Fixed bug related to readline.h ( #592 )
...
Terminals that don't restore the terminal state when a program exits display stdin incorrectly after quitting. This is not a bug in readline.h as its examples use termios in the same way.
2 years ago
Andrzej Rybczak
9c396d7ef0
Fix removal of XiphComments
2 years ago
Andrzej Rybczak
81e5cf58b4
extras: fix compilation with taglib 2.0
2 years ago
Andrzej Rybczak
dc46f7a49b
Fix compilation with taglib 2.0
2 years ago
Larson Carter
9f44edf0b1
Merge pull request #560 from zaidhaan/fix-mpd-block
...
Fix unresponsive stall when server error occurs
3 years ago
Zaidhaan Hussain
d96e3e514d
Fix MPD blocking when server error occurs by handling directly without blocking further execution by throwing
3 years ago
Robert Kaspar
417d7172e5
Read Performer from TPE4, not TPE3 ( #497 )
4 years ago
leg7
727ca95ca5
Increase the framerate limit for the visualizer. ( #490 )
...
* Update settings.cpp
* Update settings.cpp
4 years ago
squigz
26ee24a938
Add italic text support ( #527 )
4 years ago
Jeffrey Paul
02754534fd
update homepage link to https ( #529 )
...
modern browsers don't support http
4 years ago
Andrzej Rybczak
40e4f98ee8
Support sockets without a socket inode
5 years ago
Andrzej Rybczak
b023c737e3
Remove options deprecated in 0.9
5 years ago
Andrzej Rybczak
70ca94f739
Curl: stop setting user agent to ncmpcpp
5 years ago
Andrzej Rybczak
df1c4d7d7d
Fix genius lyrics fetcher
5 years ago