Commit Graph

2377 Commits

Author SHA1 Message Date
Salastil
5e31b41f1f Update README with yt-dlp fork details
All checks were successful
CI / build ubuntu-22.04 (push) Successful in 16m17s
CI / build ubuntu-24.04 (push) Successful in 16m2s
Added information about yt-dlp fork and project status.
2025-11-30 22:18:53 -05:00
Salastil
b36a41d4e9 Align yt-dlp to the boost removal changes
Some checks failed
CI / build ubuntu-24.04 (push) Has been cancelled
CI / build ubuntu-22.04 (push) Has been cancelled
2025-11-30 22:13:06 -05:00
Salastil
900939f4ad Merge branch 'ncmpcpp:master' into master 2025-09-11 13:46:06 -04:00
Michael Cho
2b4bd89e2e Update boost.m4 to fix build with Boost >= 1.89 (#636) 2025-09-11 16:36:41 +02:00
Salastil
d885583d6e Merge branch 'ncmpcpp:master' into master 2025-04-21 18:56:55 -04:00
Andrzej Rybczak
e8f1c4bd48 Add support for hexadecimal HTML escape codes 2025-02-26 02:35:09 +01:00
Andrzej Rybczak
2f9a65e177 Update lyrics fetchers 2025-02-24 01:13:48 +01:00
Salastil
27b107ee37 Merge branch 'ncmpcpp:master' into master 2025-02-22 21:19:27 -05:00
Andrzej Rybczak
3e6d992b93 Release 0.10.1 (#617) 2024-10-24 14:28:08 +02:00
Andrzej Rybczak
4fdafc5320 Do not crash when trying to reverse an empty playlist
Fixes https://github.com/ncmpcpp/ncmpcpp/issues/616.
2024-10-24 01:18:16 +02:00
Andrzej Rybczak
440e9a5768 Remove autogen.sh in favour of autoreconf 2024-10-05 09:23:49 +02:00
Andrzej Rybczak
4ac9a0f0dd Add CI (#610)
Adaptation of 2148c716c7/.github/workflows/build.yml
2024-10-05 09:07:38 +02:00
Andrzej Rybczak
92b478ef31 Fix compilation with libc++ 2024-10-05 08:42:08 +02:00
fkobi
72d990fe25 fix stray + in LDFLAGS assignment (#608)
Signed-off-by: Filip Kobierski <fkobi@pm.me>
2024-09-12 21:02:27 +02:00
Andrzej Rybczak
f9d0fb608c Put project status in the README
Fixes https://github.com/ncmpcpp/ncmpcpp/issues/607.
2024-09-09 12:29:26 +02:00
Andrzej Rybczak
1d7d5152c6 Release 0.10 2024-09-03 03:34:57 +02:00
Andrzej Rybczak
9c27eec846 Add support for fetching lyrics from tags
Adaptation of https://github.com/ncmpcpp/ncmpcpp/pull/482.
2024-09-03 03:15:09 +02:00
Salastil
4b9eb741ea Merge branch 'ncmpcpp:master' into master 2024-08-25 21:35:43 -04:00
Andrzej Rybczak
510e28c65a Remove link to project page, it's deprecated 2024-08-21 19:18:21 +02:00
Andrzej Rybczak
37aea91be1 Don't throw when window doesn't fit, ncurses can deal with it 2024-08-21 19:13:21 +02:00
Andrzej Rybczak
377994daca Remove Larson from assignes in issue templates 2024-08-21 18:36:13 +02:00
Andrzej Rybczak
33145940c8 curl is not optional 2024-08-21 18:29:36 +02:00
Andrzej Rybczak
cd9ae93c3e Fix boost::regex ICU support 2024-08-21 18:19:02 +02:00
Andrzej Rybczak
ba484cff1e Use C++20 2024-08-21 18:09:24 +02:00
Andrzej Rybczak
603735d80e Clear warnings 2024-08-21 17:42:30 +02:00
o0nd7ots
5238d0f6ed Update README.md (#602)
updated links
2024-08-21 17:13:22 +02:00
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>
2024-08-21 17:12:45 +02:00
Andrzej Rybczak
f51968b98b Rename the new option, slightly reword the description, add changelog 2024-08-21 16:45:37 +02:00
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
2024-08-21 16:34:12 +02:00
Andrzej Rybczak
1c77138f51 Update changelog 2024-08-21 16:26:07 +02:00
Andrzej Rybczak
838f600b57 Fix compilation with taglib 1.11 2024-08-21 16:14:32 +02:00
Andrzej Rybczak
68daf44032 Don't treat unknown lyrics fetchers as errors 2024-07-24 21:39:11 +02:00
Andrzej Rybczak
985bc09b5c Update lyrics fetchers
Removes azlyrics, musixmatch, sing365/lyrics007 and metrolyrics.
2024-07-24 20:36:11 +02:00
Andrzej Rybczak
b2c8ca91c4 Don't treat empty strings as numbers 2024-07-24 19:38:30 +02:00
Andrzej Rybczak
6f8d12da8c If both strings are numbers, compare them as such 2024-07-24 19:18:00 +02:00
Andrzej Rybczak
af7550a69f Adjust the new regex to require 2 minute digits 2024-07-24 18:33:49 +02:00
djvs
8ecbb8b49b Expose filepath in columns view (#530)
* Expose filepath in columns view

* update
2024-07-24 18:15:02 +02:00
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.
2024-07-24 18:07:34 +02:00
gardockt
95bca25cb6 Tag editor: only write files with modified tags (#536) 2024-07-24 18:04:51 +02:00
George Abbott
8746ded880 Added hh:mm:ss to g command (#550)
* Added hh:mm:ss to g command

* Updated statusbar prompt with h:m:ss as well

* corrected spaces to tabs
2024-07-24 18:01:07 +02:00
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.
2024-07-24 17:57:38 +02:00
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
2024-07-24 17:56:14 +02:00
Andrzej Rybczak
afb150138d Change visibility of orig_termios 2024-07-24 17:55:35 +02:00
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.
2024-07-24 17:54:12 +02:00
Andrzej Rybczak
9c396d7ef0 Fix removal of XiphComments 2024-07-24 17:25:03 +02:00
Andrzej Rybczak
81e5cf58b4 extras: fix compilation with taglib 2.0 2024-05-30 14:58:44 +02:00
Andrzej Rybczak
dc46f7a49b Fix compilation with taglib 2.0 2024-02-07 14:29:09 +01:00
Salastil
c7593a2087 Missing quote fix 2023-09-21 21:41:43 -04:00
Salastil
73f5de7511 Merge branch 'lenerd/youtube-dl' 2023-08-27 03:25:28 -04:00
Salastil
9e6481ddd9 Playlist size trim 2023-08-27 03:24:01 -04:00