Andrzej Rybczak
d92d7779e2
make progressbar look customizable
17 years ago
Andrzej Rybczak
8c3760111d
new feature: display remaining time of song instead of elapsed time
17 years ago
Andrzej Rybczak
e89d2492bf
write ID3v2 frames to mp3 files / do not limit track and date fields
17 years ago
Andrzej Rybczak
8787c19666
fix Playlist::SongInColumnsToString() which was broken since cbbabee0
17 years ago
Andrzej Rybczak
0e73a24bb9
fix typo in man page
17 years ago
Andrzej Rybczak
8a9eebda26
narrow tolerance for very small screen
17 years ago
Andrzej Rybczak
7a85a15ff2
simplify code responsible for adding items with 'a' more
17 years ago
Andrzej Rybczak
68b724d9de
remove duplicated (and by the way quite broken) code
17 years ago
Andrzej Rybczak
cef5433d5f
do not block elapsed time counter update if message is displayed
17 years ago
Andrzej Rybczak
d8648d2f33
always restore old cerr buffer at exit
17 years ago
Andrzej Rybczak
b6278b631a
remove redundant braces
17 years ago
Andrzej Rybczak
2d9d22281a
new config option: jump_to_now_playing_song_at_start (enabled by default)
17 years ago
Andrzej Rybczak
3998cb80f2
new attribute for a columns view: do not display empty tag marker
17 years ago
Andrzej Rybczak
c961ab411c
add song_status_format_no_colors to display it in a message
17 years ago
Andrzej Rybczak
8d7a9d39cd
change default song_status_format to better one
17 years ago
Andrzej Rybczak
8c60ff1493
fix a few glitches in ParseArgv()
17 years ago
Andrzej Rybczak
08c1cee724
tag editor: put current pattern in extra braces (requred by cbbabee0)
17 years ago
Andrzej Rybczak
216b0b6af6
new feature: display bitrate in statusbar (optional, disabled by default)
17 years ago
Andrzej Rybczak
deaa456383
redraw white line after message is gone if alternative ui is active
17 years ago
Andrzej Rybczak
195d8b4e34
ask if one really wants to clear main playlist (disabled by default)
17 years ago
Andrzej Rybczak
f1389103c2
fix displaying songs if window's width is smaller than screen's width
17 years ago
Andrzej Rybczak
b885c4f3a2
new feature: command line switch for displaying now playing song
17 years ago
Andrzej Rybczak
56fd7bd7fc
do not support song format for command that is executed on song change
17 years ago
Andrzej Rybczak
f5ea4634b1
support full command line switches for custom --host and --port
17 years ago
Andrzej Rybczak
ecf3d20995
enclose song format in braces in Playlist::SongInColumnsToString
17 years ago
Andrzej Rybczak
80e2476852
fix song format in lyrics screen
17 years ago
Andrzej Rybczak
d2ffdc2bb5
remove redundant check in MPD::Song::SetHashAndSlash()
...
http is already filtered out with isStream() function
17 years ago
Andrzej Rybczak
25deec013c
validate correctness of song formats at start
17 years ago
Andrzej Rybczak
cbbabee0e7
simplify code responsible for parsing song formats
...
functions MPD::Song::toString() and Display::Songs were
almost identical. for now the latter uses MPD::Song::toString()
implementation, which also has been simplified.
17 years ago
Andrzej Rybczak
0f53677eb6
count braces while passing format in the loop to omit nested ones
17 years ago
Andrzej Rybczak
e68306c8c0
throw away full path from song format in favor of directory
17 years ago
Andrzej Rybczak
8ad1a04b68
song format: support for nested braces
17 years ago
Andrzej Rybczak
42fee12eb0
allow for colors in song_status_format
17 years ago
Andrzej Rybczak
5a9369b585
convert alternative header text to proper locale if needed
17 years ago
Andrzej Rybczak
829a7a8d98
another fix for 450bf1b6 (hopefully the last one)
17 years ago
Andrzej Rybczak
8bc5d73b06
accept percentage values 0-100 for seeking instead of 1-99
17 years ago
Andrzej Rybczak
499492cd0e
prepend std to all members from this namespace, part 2
...
why the hell one of taglib headers has 'using namespace std;' in it?
17 years ago
Andrzej Rybczak
abdc042b04
fix possible issues with additinal windows due to too small screen size
17 years ago
Andrzej Rybczak
a6f3fa0c0c
new feature: right aligned columns
17 years ago
Andrzej Rybczak
c30fec4ee6
redraw volume state after header update only if classic interface is active
17 years ago
Andrzej Rybczak
b51975e6bf
fix displaying screen numbers at start if alternative UI is enabled
17 years ago
Andrzej Rybczak
101f01941d
new feature: alternative user interface
17 years ago
Andrzej Rybczak
dbca4a80ee
make number of lines scrolled with mouse wheel configurable
17 years ago
Andrzej Rybczak
ea1edd4d4a
use common interface for adding item(s) to playlist
...
this also removes a few code duplications.
17 years ago
Andrzej Rybczak
f5fc2dbe8a
fix displaying messages in search engine
17 years ago
Andrzej Rybczak
c9e08df9a5
always show whole address when dealing with links
17 years ago
Andrzej Rybczak
853164575f
adjust mouse bindings a bit and document them in help screen
17 years ago
Andrzej Rybczak
27ede67685
remove lyricswiki support as it doesn't allow fetching lyrics anymore
17 years ago
Andrzej Rybczak
e5e8261c40
a few more "postfix to prefix" operator++ changes
17 years ago
Andrzej Rybczak
d9b844fce2
one more fix for 450bf1b6
17 years ago