Commit Graph

1592 Commits

Author SHA1 Message Date
Eric Izoita
4ac2990baf lyrics fetcher: fix lyricwiki.com redirect issue 2015-09-02 13:42:28 +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
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
8a5a0078e9 help: correct a typo 2015-06-13 20:16:57 +02:00
Andrzej Rybczak
a40508179a configuration: add 'ignore-config-errors' switch 2015-05-02 21:16:11 +02:00
Andrzej Rybczak
5a3a2fbbf1 set SIGWINCH handler before initializing ncurses to avoid races 2015-05-02 20:49:20 +02:00
jgr
bb4c0a9d4c tag editor: fix leading separator issue (#32) 2015-05-02 16:14:01 +02:00
Andrzej Rybczak
b63d646e48 selected item adder: fix pop-up title when adding items to the current playlist 2015-04-12 16:20:57 +02:00
Andrzej Rybczak
9d90e0f7fb strbuffer: allow for duplicate properties 2015-02-12 18:38:27 +01:00
Benoit Pierre
e5e61842c5 window: don't add encrypted prompts to input history 2015-02-11 15:38:44 +01:00
Benoît Dardenne
af17e7eadf mpd: fix floating point exception when adding random tags/songs 2015-01-17 09:59:38 +01:00
Andrzej Rybczak
fcd670b657 actions: seek: fix incremental seeking so it doesn't reset aftet 30 seconds 2014-12-13 19:03:00 +01:00
Andrzej Rybczak
2ef83ff15f bindings: additionally bind delete to DeleteBrowserItems by default 2014-11-07 23:08:13 +01:00
Andrzej Rybczak
d958e94d75 lyrics: check if the song exists 2014-11-06 19:00:46 +01:00
Andrzej Rybczak
3e9d25ccea playlist editor: fix adding songs with fetch delay enabled 2014-11-06 18:54:45 +01:00
Andrzej Rybczak
08d17f9d0e media library: fix adding songs with fetch delay enabled 2014-11-06 18:53:31 +01:00
Andrzej Rybczak
60749ea4bd window: fix wheel scrolling if NCURSES_MOUSE_VERSION > 1 2014-11-06 16:57:08 +01:00
Andrzej Rybczak
0f254b164e tags: mp3: write IDv2.4 tags only 2014-11-04 11:06:05 +01:00
Andrzej Rybczak
6402b6f9c9 tags: writeID3v2Tags: write comment tag properly 2014-10-28 20:09:28 +01:00
Andrzej Rybczak
a7f83168ef settings: fix copypaste error that was overwriting regex_type 2014-10-25 17:07:34 +02:00
John Fresco
93977b8093 status: fix crossfade being shown in status when other options are being toggled 2014-10-25 13:15:55 +02:00
Andrzej Rybczak
951e9f0f26 actions: delete stored playlists: fix infinite loop after deletion of empty playlist 2014-10-20 19:58:55 +02:00
Andrzej Rybczak
38b2bcc690 actions: jump to playing song: enter run() even if there is no playing song 2014-10-20 19:34:27 +02:00
Andrzej Rybczak
683efb5a43 status: follow lyrics of proper song if consume mode is on
http://bugs.musicpd.org/view.php?id=4082
2014-10-18 14:01:43 +02:00
Andrzej Rybczak
d9cf50b946 visualizer: use fabs instead of abs 2014-10-18 13:09:31 +02:00
Andrzej Rybczak
030d8ccd26 actions: locate song: fix crash (hopefully for the last time) 2014-10-18 13:09:23 +02:00
Andrzej Rybczak
ea9d5940ff update NEWS and change version to 0.6_beta5 2014-10-04 17:57:05 +02:00
Andrzej Rybczak
9e11ffc351 browser: properly handle deletion of mpd playlists 2014-10-04 17:50:14 +02:00
Andrzej Rybczak
af3a666915 playlist editor: make playlist deletion work 2014-10-04 17:17:23 +02:00
Andrzej Rybczak
9418451a31 actions: fix actions that crash the program if invoked with empty playlist 2014-10-04 16:36:10 +02:00
Andrzej Rybczak
3e12f31399 browser: delete: exit immediately after deleting mpd playlist 2014-10-04 16:21:42 +02:00
Andrzej Rybczak
b37c24b94d main: limit connection attempts to one per second 2014-10-04 15:54:45 +02:00
Andrzej Rybczak
7dcf8f4f34 wide char: use std::move in To{W,}String 2014-09-29 12:21:10 +02:00
Andrzej Rybczak
7abbf279c5 wide char: remove assert in wideLength and count length all chars separately 2014-09-29 12:16:36 +02:00
Andrzej Rybczak
5b1634a7ef window: properly disable readline completion 2014-09-17 19:19:20 +02:00
Andrzej Rybczak
c2013fa710 actions: JumpingToPlayingSong: check if current song position is in correct range 2014-09-16 12:28:29 +02:00
Andrzej Rybczak
67f2903c42 settings: add option to disable data fetching delay in media library and playlist editor 2014-09-14 13:32:40 +02:00
Andrzej Rybczak
0efe79b475 statusbar: clear statusbar after message delay even if player is stopped 2014-09-12 13:41:05 +02:00
Andrzej Rybczak
d3c1f6fce5 status: playlist: do not try to draw now playing song if player is stopped 2014-09-12 13:39:15 +02:00
Andrzej Rybczak
858e3a094a status: always update window timeout 2014-09-12 13:22:15 +02:00
Andrzej Rybczak
4f95825fa8 actions: make JumpToPlayingSong work also if player is stopped 2014-09-12 13:12:25 +02:00
Andrzej Rybczak
68a316258c status: store status fields seperately 2014-09-12 13:10:47 +02:00
Andrzej Rybczak
27dc96bece media library: fix mouse event handler 2014-09-12 08:42:33 +02:00