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
92b478ef31
Fix compilation with libc++
2024-10-05 08:42:08 +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
Andrzej Rybczak
f51968b98b
Rename the new option, slightly reword the description, add changelog
2024-08-21 16:45:37 +02:00
Andrzej Rybczak
1c77138f51
Update changelog
2024-08-21 16:26:07 +02:00
Jonathan Neidel
22fd919ce4
Fix separator between albums with the same name, to check for album artist instead of artist ( #472 )
2021-04-25 19:41:07 +02:00
Andrzej Rybczak
689771c2f7
Separate chunks of lyrics with a double newline
2021-01-26 19:06:55 +01:00
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.
2021-01-24 19:15:59 +01:00
Andrzej Rybczak
5dfbd3f23a
Bump version to 0.10_dev
2021-01-24 17:11:27 +01:00
Andrzej Rybczak
2d96361862
Fix release year
2021-01-24 17:06:17 +01:00
Andrzej Rybczak
38a3084487
Bump version to 0.9.2
2021-01-24 16:50:24 +01:00
Andrzej Rybczak
541b8d7aab
Gracefully handle failures when asking for a password
...
Fix for #446 and #447 .
2021-01-24 16:39:55 +01:00
Andrzej Rybczak
dd0eac69f8
Revert suppression of output of all external commands
2021-01-03 17:53:39 +01:00
Andrzej Rybczak
94198a79fe
Release 0.9.1
2020-12-23 16:10:45 +01:00
Andrzej Rybczak
11e3ba562a
Fix fetching information about artists from last.fm
2020-12-23 01:11:14 +01:00
Andrzej Rybczak
7e4f3b1917
Bind Play to Backspace by default
2020-12-23 00:17:50 +01:00
Andrzej Rybczak
e0fe49e3e3
Enable full sorting of items in the local browser if it's not
2020-12-22 23:50:29 +01:00
Andrzej Rybczak
628f7ee1c4
Enable Link Time Optimization by default
2020-12-22 20:26:11 +01:00
Andrzej Rybczak
d402df8eeb
Reduce CPU usage of the frequency spectrum visualizer
2020-12-22 19:35:51 +01:00
Andrzej Rybczak
def7ea42f6
Consider mouse support when pausing and unpausing curses interface
2020-12-21 19:49:02 +01:00
Andrzej Rybczak
f3fe45f3ff
Suppress output of all external commands
2020-12-21 19:43:40 +01:00
Andrzej Rybczak
89ebfbf73d
Draw a separator between albums with the same name, but a different artist
2020-12-21 18:58:48 +01:00
Andrzej Rybczak
679cc7a2cb
Show the Visualizer immediately if it's the initial screen
2020-12-21 13:46:34 +01:00
Andrzej Rybczak
40c40d8c7f
Fix crash on startup with Browser as the initial screen
2020-12-21 11:14:26 +01:00
Andrzej Rybczak
3d5d1f4d54
Fix crash on startup with Visualizer as the initial screen
2020-12-21 10:55:46 +01:00
Andrzej Rybczak
37af7d8052
Fix intermittent failures of the Genius fetcher
2020-12-21 01:04:57 +01:00
Andrzej Rybczak
d08e76c7ed
Add support for fetching lyrics from musixmatch.com
2020-12-21 01:04:52 +01:00
Andrzej Rybczak
c021e09350
Release 0.9
2020-12-20 19:59:43 +01:00
Andrzej Rybczak
480be457fd
Update CHANGELOG
2020-12-20 18:25:38 +01:00
Andrzej Rybczak
31798fd1c7
Prefer $XDG_CONFIG_HOME/ncmpcpp as a folder with configuration
2020-12-20 17:28:00 +01:00
Andrzej Rybczak
451856afd3
Remove redundant item about visualizer_sync_interval from the changelog
2020-12-20 17:16:57 +01:00
Andrzej Rybczak
0458c98bae
Add run_external_console_command action for running terminal applications
2020-12-20 17:11:01 +01:00
Andrzej Rybczak
d724e06262
Add type value of browser_sort_mode (set by default)
2020-12-19 16:33:02 +01:00
Andrzej Rybczak
3c7ce95aaa
Deprecate 'noop' value of browser_sort_mode in favor of 'none'.
2020-12-19 16:17:45 +01:00
Andrzej Rybczak
4709cc6b6d
Deprecate visualizer_sync_interval
2020-12-18 15:15:05 +01:00
Andrzej Rybczak
c51b27d401
Do not loop after sending a database update command to Mopidy
2020-12-18 14:34:42 +01:00
Andrzej Rybczak
fa2bca9311
Don't run volume changing actions if there is no mixer
2020-12-17 22:48:48 +01:00
Andrzej Rybczak
fb886f6870
Deprecate visualizer_fifo_path in favor of visualizer_data_source
2020-12-17 22:29:37 +01:00
Andrzej Rybczak
b602b198cd
Make fps of the visualizer configurable and set it to 60 by default
2020-12-14 14:19:19 +01:00
Andrzej Rybczak
261b23266d
Add visualizer_spectrum_gain option to a configuration file
2020-12-13 18:04:32 +01:00
Andrzej Rybczak
ecdc77b960
Fix typo
2020-12-13 16:47:52 +01:00
Andrzej Rybczak
8575a9132c
Disable hacky attempt to sync visualization with audio by default
2020-12-13 16:16:34 +01:00
Andrzej Rybczak
3b06b7e90e
Allow for editing multiple titles in the tag editor
2020-12-13 15:33:27 +01:00
Andrzej Rybczak
4873bde0ab
More markdown
2020-12-13 14:38:04 +01:00
Andrzej Rybczak
e18903c400
Update CHANGELOG with visualizer changes
2020-12-13 14:28:18 +01:00
Andrzej Rybczak
b2ffa001a1
Update CHANGELOG
2020-12-13 14:14:11 +01:00
Andrzej Rybczak
d549df3e69
Update CHANGELOG
2020-12-13 09:26:16 +01:00