Commit Graph

2135 Commits

Author SHA1 Message Date
Andrzej Rybczak
8d3cac277c change version to 0.6.6 2015-09-07 16:22:43 +02:00
Eric Izoita
4ac2990baf lyrics fetcher: fix lyricwiki.com redirect issue 2015-09-02 13:42:28 +02:00
Andrzej Rybczak
d2189aa0f4 visualizer: scale automatically if multiplier is 1 2015-09-01 21:43:58 +02:00
greenbagels
169c48b43d config: fix multiplier typo 2015-08-29 14:36:52 +02:00
Andrzej Rybczak
3ee2a856ae change version to 0.6.6_dev 2015-08-29 14:36:06 +02:00
Andrzej Rybczak
dbe655d159 regex filter: log the problematic strings so they can be identified 2015-08-15 17:02:48 +02:00
Andrzej Rybczak
51768b9f7a regex filter: if string is invalid utf-8, ignore it 2015-08-15 11:51:19 +02:00
Andrzej Rybczak
83c856773e config: adjust visualizer colors for 256color terminals 2015-08-13 11:38:05 +02:00
Andrzej Rybczak
b91bcc291f settings: restrict value of visualizer_sync_interval to be >= 10 2015-08-13 11:26:33 +02:00
Andrzej Rybczak
46960aaaea selected items adder: implement Searchable instance 2015-08-13 11:14:02 +02:00
Andrzej Rybczak
8f9a1a8fc0 media library: sort track numbers as integers, not strings 2015-08-13 10:46:12 +02:00
Andrzej Rybczak
c8ee598e0c update version to 0.6.5 2015-07-27 00:54:36 +02:00
Andrzej Rybczak
439cfac93c lyrics fetcher: use override keyword where appropriate 2015-07-27 00:47:31 +02:00
Andrzej Rybczak
756327492d lyrics fetcher: update regexes for a few sites 2015-07-27 00:47:31 +02:00
Andrzej Rybczak
b0a8ec1525 news: fix typo 2015-07-27 00:47:31 +02:00
Wieland Hoffmann
4dacd37946 ncmpcpp.1: Add album_artist to media_library_primary_tag
This is already mentioned in the example config file, but not in the
manpage. Add it there as well, because it's really useful.
2015-07-27 00:47:31 +02:00
Andrzej Rybczak
4546d54777 actions: explicitly include boost posix_time.hpp 2015-07-23 11:40:09 +02:00
Andrzej Rybczak
6da51b00b3 browser: scroll down after directory was added successfully 2015-07-15 20:42:43 +02:00
Andrzej Rybczak
c57967b45c update version to 0.6.5 2015-07-05 04:18:34 +02:00
Andrzej Rybczak
3dd623bd99 playlist: get rid of override warning when compiling with clang 2015-06-21 15:10:02 +02:00
Andrzej Rybczak
09c66e19bf lyrics fetcher: use override keyword where appropriate 2015-06-21 15:08:48 +02:00
Andrzej Rybczak
f66f7fa129 lyrics fetcher: update regexes for a few sites 2015-06-21 14:46:45 +02:00
Wieland Hoffmann
16d65ea36a ncmpcpp.1: Add album_artist to media_library_primary_tag
This is already mentioned in the example config file, but not in the
manpage. Add it there as well, because it's really useful.
2015-06-15 16:47:14 +02:00
Andrzej Rybczak
d5b4f1f8af status: always check if current song is not empty 2015-06-15 16:41:58 +02:00
Andrzej Rybczak
89d593799c Merge branch '0.6.x' 2015-06-13 21:14:41 +02:00
Andrzej Rybczak
310d280cef status: fix assertion failure on window resize without active mpd connection 2015-06-13 20:57:01 +02:00
Andrzej Rybczak
a3d536b422 song: show name if it's available 2015-06-13 20:45:18 +02:00
Andrzej Rybczak
20a4e486cc lastfm: use sink argument and fix possible usage of m_service after delete 2015-06-13 20:41:16 +02:00
Andrzej Rybczak
d54de65990 tags: remove xiph tag DESCRIPTION as it's parsed as COMMENT by MPD 2015-06-13 20:31:14 +02:00
Andrzej Rybczak
4d4b7c542f tag editor: when numbering tracks, discard other track tags if present 2015-06-13 20:29:39 +02:00
Andrzej Rybczak
aa8c47d578 actions: respect regular expression config when searching in text fields 2015-06-13 20:22:45 +02:00
Andrzej Rybczak
c06d6ac4a2 configure: require readline/readline.h and pthread.h headers 2015-06-13 20:19:22 +02:00
Andrzej Rybczak
8a5a0078e9 help: correct a typo 2015-06-13 20:16:57 +02:00
Andrzej Rybczak
011b543f52 bump version to 0.6.5_pre 2015-06-13 20:16:57 +02:00
Andrzej Rybczak
fac92e17aa charset: provide overloads for rvalue references 2015-06-13 16:51:22 +02:00
Andrzej Rybczak
2ea3679220 wide string: To{W,}String: provide overload for rvalue references 2015-06-13 16:50:51 +02:00
Andrzej Rybczak
b3c0c0798e helpers: restore old behavior when playing a song already in playlist 2015-06-13 16:10:26 +02:00
Andrzej Rybczak
bca788153d bindings: deprecate alt_/ctrl_/shift_ prefixes 2015-05-24 17:23:56 +02:00
Andrzej Rybczak
a5867405d2 actions: add support for selecting found items 2015-05-24 17:04:21 +02:00
Andrzej Rybczak
1b6cb65f3a actions: add support for range selection and make a few actions work on ranges 2015-05-23 22:57:40 +02:00
Andrzej Rybczak
274c075ffd bindings: bind sorting actions to ctrl-s 2015-05-23 20:49:27 +02:00
Andrzej Rybczak
583e79dc54 action: select item: don't go down after selection 2015-05-23 20:26:02 +02:00
Andrzej Rybczak
e33c5cda8e status: don't remove selection on playlist update 2015-05-23 20:24:54 +02:00
Andrzej Rybczak
52ff94d9c8 lastfm: use sink argument and fix possible usage of m_service after delete 2015-05-23 19:33:20 +02:00
Anton Simakov
746527f1ea configure: add empty action-if-not-found to PKG_CHECK_MODULES(icu) 2015-05-23 18:49:04 +02:00
Anton Simakov
6f466b7096 fix compilation with clang 2015-05-23 18:47:34 +02:00
Andrzej Rybczak
7c15dd954e stop using literal 500 as a window timeout 2015-05-19 19:15:09 +02:00
Andrzej Rybczak
125ae9b505 tags: remove xiph tag DESCRIPTION as it's parsed as COMMENT by MPD 2015-05-18 00:05:49 +02:00
Andrzej Rybczak
a800226cd4 status: always replace song, but deselect only when path changes 2015-05-18 00:04:53 +02:00
Andrzej Rybczak
a6c120037f tag editor: when numbering tracks, discard other track tags if present 2015-05-17 23:54:46 +02:00