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
Andrzej Rybczak
35f9262a6e
Fix compilation
5 years ago
Jinwoo Park
f47cf7f37c
Configurable Column Widths ( #360 )
...
* add configurable column widths
* reorder to match config file
* fix possibly misleading documentation
* fix crash when integer out of bounds
* parse config string during initial processing
* use std::bind with length of list
* fix division by zero error
* use list_of
* change escaped_list_separator variable names
5 years ago
Jonathan Neidel
22fd919ce4
Fix separator between albums with the same name, to check for album artist instead of artist ( #472 )
5 years ago
John Ferguson
71970fa73c
Fix overflow errors and allow small terminal sizes ( #473 )
...
* In #259 users request the ability to have ncmpcpp remain open when the
terminal has a small size. Previously ncmpcpp would exit when there
were less than 30 columns or 5 rows.
* After removing this constraint, ncmpcpp would freeze when terminal
sizes went below those thresholds.
* Upon debugging, it became clear that ncmpcpp wasn't frozen, it was
stuck in a very long for loop because it thought the display was
unreasonably large (resulting from integer overflow).
* Preventing that overflow allows ncmpcpp to handle small sizes
gracefully. No other changes to the rendering code were necessary.
Fixes #259
5 years ago
John Ferguson
295663fc1c
update .gitignore to ignore more build artifacts ( #475 )
5 years ago
tibequadorian
231c0970c9
Fix vorbis comment and add support for Opus ( #463 )
...
* fix multiple values for vorbis comment
* add vorbis comment support for opus
5 years ago
Andrzej Rybczak
689771c2f7
Separate chunks of lyrics with a double newline
5 years ago
V
d9c55771bb
configuration: add mpd_password option ( #407 )
...
Although this can already be set via mpd_host, having a separate option
is cleaner, and doesn't require setting the host when ncmpcpp already
detects it correctly.
5 years ago
Andrzej Rybczak
5dfbd3f23a
Bump version to 0.10_dev
5 years ago
Andrzej Rybczak
2d96361862
Fix release year
5 years ago
Andrzej Rybczak
38a3084487
Bump version to 0.9.2
5 years ago
Andrzej Rybczak
541b8d7aab
Gracefully handle failures when asking for a password
...
Fix for #446 and #447 .
5 years ago
Andrzej Rybczak
07cc7aa4f3
SampleBuffer: rename move to get
5 years ago
Andrzej Rybczak
b902a2a6bf
Don't block when executing external commands
5 years ago
Andrzej Rybczak
dd0eac69f8
Revert suppression of output of all external commands
5 years ago
Andrzej Rybczak
94198a79fe
Release 0.9.1
5 years ago
Andrzej Rybczak
75f1ffaf1a
Revert change from previous commit
5 years ago
Andrzej Rybczak
901542ee8e
Tiny visualizer improvements
5 years ago
Andrzej Rybczak
11e3ba562a
Fix fetching information about artists from last.fm
5 years ago
Andrzej Rybczak
7e4f3b1917
Bind Play to Backspace by default
5 years ago