Andrzej Rybczak
|
b058fdce30
|
browser: display message only when loading playlist failed
|
14 years ago |
Wieland Hoffmann
|
3661b37896
|
browser: Do not modify the items name if we're loading a playlist
item.name does already contain the complete path, there's no need to add
it again.
|
14 years ago |
Andrzej Rybczak
|
91477e034d
|
lyrics fetcher: limit number of worker threads downloading lyrics in background
|
14 years ago |
Andrzej Rybczak
|
e8f08ea884
|
fix bug 3409 (there was no '$' char escaping in statusbar for current song)
|
14 years ago |
Andrzej Rybczak
|
12cdede049
|
settings: make characters used in visualizer customizable
|
14 years ago |
Andrzej Rybczak
|
955e23c270
|
narrow scope of MEVENTs and replace old_mouse_event properly
previously it wasn't replaced if we hit the first 'if' that uses 'continue'.
|
15 years ago |
Andrzej Rybczak
|
f6bc65bbd1
|
fall back to Volume{Up,Down} if {Prev,Next}Column would do nothing
|
15 years ago |
Andrzej Rybczak
|
fa298428d9
|
lyrics fetcher: add support for lololyrics.com
|
15 years ago |
Andrzej Rybczak
|
8e3b0620f0
|
tag editor: fix going to right column when filename is highlighted in middle one
|
15 years ago |
Andrzej Rybczak
|
4a8cfcb187
|
fixes for overwriting not mergable screen displayed on top of merged ones
|
15 years ago |
Andrzej Rybczak
|
df62a28c72
|
fix issues with setting myInactiveScreen to improper value
like playlist (run as subwindow) overwriting song info screen
after 5 seconds when its highlighting was disabled.
|
15 years ago |
Andrzej Rybczak
|
a88bc90d58
|
fix autoconf warnings
|
15 years ago |
Andrzej Rybczak
|
a98a1800a7
|
settings: provide a way to use alternative location for configuration file
..and whole data folder.
|
15 years ago |
Andrzej Rybczak
|
62157909d5
|
display more detailed info if connection to MPD couldn't be estabilished
|
15 years ago |
Andrzej Rybczak
|
00a7743a34
|
playlist editor: add support for columns display mode
|
15 years ago |
Andrzej Rybczak
|
4cd95d6c8d
|
playlist: disable highlighting if screen is visible (and not necessarily active)
|
15 years ago |
Andrzej Rybczak
|
1415964f95
|
settings: provide a way to disable asking for locked screen's width
|
15 years ago |
Andrzej Rybczak
|
0e883db375
|
settings: compare config option/key names properly
|
15 years ago |
Andrzej Rybczak
|
56467eaac6
|
new feature: support for merging screens together
|
15 years ago |
Andrzej Rybczak
|
e31dec7005
|
visualizer: simplify computing number of read samples
|
15 years ago |
Andrzej Rybczak
|
0e6306849c
|
new feature: support for stereo visualization
|
15 years ago |
Andrzej Rybczak
|
78cd46b756
|
fix going to wrong directory in tag editor
|
15 years ago |
Andrzej Rybczak
|
ca956c3da3
|
update copyright dates
|
15 years ago |
Andrzej Rybczak
|
d9bc1c0950
|
new feature: support for fetching lyrics for currently playing song in background
|
15 years ago |
Andrzej Rybczak
|
1ccca56da3
|
bump version to 0.5.9_pre
|
15 years ago |
Andrzej Rybczak
|
a7bb07d9a1
|
update NEWS / version bump
|
15 years ago |
Andrzej Rybczak
|
2896351376
|
Fix column title resize in search engine
|
15 years ago |
Marc Jessome
|
01490db981
|
Fix column title resize on browser window.
|
15 years ago |
Marc Jessome
|
a259a67c16
|
Fix blank clock when switch interval < 1s.
|
15 years ago |
Andrzej Rybczak
|
89e00e447a
|
add support for asx/cue/m3u/pls/xspf playlists
|
15 years ago |
David Coppa
|
8a094db8ed
|
Outputs screen not present in the header window
|
15 years ago |
Andrzej Rybczak
|
28a7e09234
|
fixes for previous patch (indentation/compilation)
|
15 years ago |
Marc Jessome
|
438b866993
|
Add -s/--screen option to launch to a specific screen.
|
15 years ago |
Andrzej Rybczak
|
3f064df95d
|
clear filters before jumping to media library
fix for issue #3300.
|
15 years ago |
Andrzej Rybczak
|
0c4c27ac6c
|
adjust indentation of code from previous patches and make shift-tab customizable
|
15 years ago |
Marc Jessome
|
4084796a37
|
feature: Shift-Tab cycles through windows.
|
15 years ago |
Marc Jessome
|
4338008a34
|
Fix song info resize.
|
15 years ago |
Andrzej Rybczak
|
1ea4d55aab
|
supress warning 'variable may be used uninitialized'
|
15 years ago |
Andrzej Rybczak
|
d08b2e80fd
|
workaround invalid mouse related ncurses behavior - part 2
bah, it also happens with right mouse button.
|
15 years ago |
Andrzej Rybczak
|
45e5b1ef91
|
workaround invalid mouse related ncurses behavior
|
15 years ago |
Andrzej Rybczak
|
7b5f98bb75
|
add support for fetching lyrics from justsomelyrics.com
|
15 years ago |
Andrzej Rybczak
|
1eb4e3ec85
|
change version to 0.5.8_pre
|
15 years ago |
Andrzej Rybczak
|
0b47c340b1
|
update NEWS / version bump
|
15 years ago |
Andrzej Rybczak
|
a9a40e77e7
|
extras: add program that copies Artist to AlbumArtist for mp3/ogg/flac files
|
15 years ago |
Andrzej Rybczak
|
dff99c4b0b
|
lyrics fetcher: skip lyricwiki if there's licence restriction on lyrics
|
15 years ago |
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.
|
15 years ago |
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.
|
15 years ago |
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.
|
15 years ago |
Andrzej Rybczak
|
fce3191d28
|
lyrics fetcher: add support for lyricsvip.com
|
15 years ago |
Andrzej Rybczak
|
cf4ffb2f7b
|
bump version to 0.5.7_pre
|
15 years ago |