Commit Graph

1219 Commits

Author SHA1 Message Date
Andrzej Rybczak 1415964f95 settings: provide a way to disable asking for locked screen's width 2011-11-12 20:40:55 +01:00
Andrzej Rybczak 0e883db375 settings: compare config option/key names properly 2011-11-12 20:28:00 +01:00
Andrzej Rybczak 56467eaac6 new feature: support for merging screens together 2011-11-12 19:47:47 +01:00
Andrzej Rybczak e31dec7005 visualizer: simplify computing number of read samples 2011-11-09 20:31:13 +01:00
Andrzej Rybczak 0e6306849c new feature: support for stereo visualization 2011-11-09 17:46:44 +01:00
Andrzej Rybczak 78cd46b756 fix going to wrong directory in tag editor 2011-11-09 16:11:14 +01:00
Andrzej Rybczak ca956c3da3 update copyright dates 2011-11-01 13:43:47 +01:00
Andrzej Rybczak d9bc1c0950 new feature: support for fetching lyrics for currently playing song in background 2011-10-18 23:15:32 +02:00
Andrzej Rybczak 1ccca56da3 bump version to 0.5.9_pre 2011-10-18 23:14:54 +02:00
Andrzej Rybczak a7bb07d9a1 update NEWS / version bump 2011-10-11 21:27:41 +02:00
Andrzej Rybczak 2896351376 Fix column title resize in search engine 2011-10-01 17:08:55 +02:00
Marc Jessome 01490db981 Fix column title resize on browser window. 2011-10-01 17:05:31 +02:00
Marc Jessome a259a67c16 Fix blank clock when switch interval < 1s. 2011-10-01 17:05:22 +02:00
Andrzej Rybczak 89e00e447a add support for asx/cue/m3u/pls/xspf playlists 2011-10-01 16:47:05 +02:00
David Coppa 8a094db8ed Outputs screen not present in the header window 2011-08-27 18:59:47 +02:00
Andrzej Rybczak 28a7e09234 fixes for previous patch (indentation/compilation) 2011-08-27 18:58:44 +02:00
Marc Jessome 438b866993 Add -s/--screen option to launch to a specific screen. 2011-08-27 18:44:25 +02:00
Andrzej Rybczak 3f064df95d clear filters before jumping to media library
fix for issue #3300.
2011-08-01 00:43:40 +02:00
Andrzej Rybczak 0c4c27ac6c adjust indentation of code from previous patches and make shift-tab customizable 2011-07-07 21:35:33 +02:00
Marc Jessome 4084796a37 feature: Shift-Tab cycles through windows. 2011-07-07 21:11:48 +02:00
Marc Jessome 4338008a34 Fix song info resize. 2011-07-07 20:27:46 +02:00
Andrzej Rybczak 1ea4d55aab supress warning 'variable may be used uninitialized' 2011-05-31 15:24:45 +02:00
Andrzej Rybczak d08b2e80fd workaround invalid mouse related ncurses behavior - part 2
bah, it also happens with right mouse button.
2011-05-31 15:22:09 +02:00
Andrzej Rybczak 45e5b1ef91 workaround invalid mouse related ncurses behavior 2011-05-26 18:06:19 +02:00
Andrzej Rybczak 7b5f98bb75 add support for fetching lyrics from justsomelyrics.com 2011-05-26 16:27:12 +02:00
Andrzej Rybczak 1eb4e3ec85 change version to 0.5.8_pre 2011-05-26 16:17:23 +02:00
Andrzej Rybczak 0b47c340b1 update NEWS / version bump 2011-04-21 02:31:02 +02:00
Andrzej Rybczak a9a40e77e7 extras: add program that copies Artist to AlbumArtist for mp3/ogg/flac files 2011-02-25 20:14:39 +01:00
Andrzej Rybczak dff99c4b0b lyrics fetcher: skip lyricwiki if there's licence restriction on lyrics 2011-02-25 15:51:31 +01:00
Andrzej Rybczak e323025a82 remove $? formatting from song format while converting to string
this fixes wrong results while searching for phrase
that contains dollar or one of dollar formatting.
2011-02-23 20:16:23 +01:00
Andrzej Rybczak f3e1ba1c26 ncmpcpp: convert input path to utf8 before calling 'add' command
this fixes the problem with adding files that contain non-ascii
characters while using different charset encoding than utf8.
2011-02-03 07:08:37 +01:00
Andrzej Rybczak e36f03f339 tag editor: do not convert filenames back to utf8 while reading files using taglib
it was assumed that filesystem encoding is utf8, but that's wrong.
now it's assumed that it matches system encoding.
2011-02-03 07:04:40 +01:00
Andrzej Rybczak fce3191d28 lyrics fetcher: add support for lyricsvip.com 2011-01-23 05:08:29 +01:00
Andrzej Rybczak cf4ffb2f7b bump version to 0.5.7_pre 2011-01-09 10:24:47 +01:00
Andrzej Rybczak 07c540e67e search engine: fix error occuring while trying to select first album in results 2011-01-09 10:22:34 +01:00
Andrzej Rybczak e42c1c1729 update NEWS / version bump 2011-01-03 00:24:11 +01:00
Yannick LM 163e0d576d StripHtmlTags: replace &nbsp; by space 2010-12-30 19:20:32 +01:00
Andrzej Rybczak 192a90a5be conv: prevent StripHtmlTags from falling into infinite loop
malformed tags could cause this, e.g. ../span><br>..,
position of < would be the same as >, nothing would be actually
removed and the operation would be performed ad infinitum.
2010-12-30 19:13:42 +01:00
Andrzej Rybczak 735faa75b9 lyrics fetcher: add a few comments and improve postprocessing of MetrolyricsFetcher 2010-12-30 19:12:10 +01:00
Andrzej Rybczak 2002d4dfc6 allow loading .pls playlists from mpd music dir, not only playlists dir 2010-12-22 17:43:04 +01:00
Andrzej Rybczak 2b645cadda clear search result after moving items in playlist/playlist editor
search results are remembered as positions and may
point to wrong ones after moving items around.
2010-12-21 18:59:54 +01:00
Andrzej Rybczak aee0361f35 add support for loading .pls playlists
only through "Add" prompt since listplaylists command doesn't
list .pls playlists present in mpd playlists directory.
2010-12-21 18:37:48 +01:00
Andrzej Rybczak bb4aa9e106 lyrics fetcher: if lyrics weren't found, attempt to search for them globally 2010-12-08 23:36:02 +01:00
Andrzej Rybczak 5a0317eaf3 check at startup if terminal window is big enough to display UI properly 2010-12-04 22:15:20 +01:00
Andrzej Rybczak 18a1210ccf settings: update default song_list_columns_format to match the one in example config file 2010-11-09 16:35:00 +01:00
Andrzej Rybczak 6af641a049 fix for bd64052f: restore scrolling less than whole page in lists with mouse 2010-10-06 21:48:29 +02:00
Andrzej Rybczak e8c8e6394e lyrics: fix segfault if song didn't have proper tags set 2010-09-30 05:15:25 +02:00
Frank Blendinger d2f8bb1e9d doc/manpage: mpd_host can be path to unix socket 2010-09-28 16:05:43 +02:00
Andrzej Rybczak ba577f9f8c fix mingw32 compilation 2010-09-20 17:43:29 +02:00
Andrzej Rybczak 06d5b81125 lyrics/lastfm: refetch data if file didn't exist before 2010-09-15 18:57:17 +02:00