Andrzej Rybczak
8b460d4635
fix MPD::Song::GetTrackNumber()
17 years ago
Andrzej Rybczak
183077d573
fix copy'n'paste bug
17 years ago
Andrzej Rybczak
b0943c28c2
fix adding songs to playlist (broken by d82498ea)
17 years ago
Andrzej Rybczak
c8c5aa079e
fix appending now playing song prefix/suffix if playlist is filtered
17 years ago
Andrzej Rybczak
6f7b77c84e
editing lyrics shouldn't require mpd_music_dir variable to be set
17 years ago
Andrzej Rybczak
d82498ea16
throw away isConnected variable and use itsConnection instead
17 years ago
Andrzej Rybczak
f61b4716a2
add support for multiple tags
17 years ago
Andrzej Rybczak
663aba02d2
allow for empty strings in MPD::Song::SetTag()
...
if they weren't allowed, clearing tag value in tag editor would be impossible.
17 years ago
Andrzej Rybczak
b0212a3779
fix MPD::Connection::GetDirectories()
...
they should return only dirs from main dir, not from all subdirs
17 years ago
Andrzej Rybczak
de6db568c1
fix broken compilation due to lack of setters for mpd_song
17 years ago
Andrzej Rybczak
b2aeb9f609
make --version|-v display info about encoding detection
17 years ago
Andrzej Rybczak
fcf3acb6dd
convert tags to wide strings in TagEditor::GetTagList()
...
This fixes writing tags that contain non-ascii
characters if non-unicode locale is used.
17 years ago
Andrzej Rybczak
14c601eebe
Revert "do not convert tag values to wide string, just mark it explicitely as utf8"
...
This breaks writing tags that contain non-ascii
characters if non-unicode locale is used.
This reverts commit 62e3c84728 .
17 years ago
Andrzej Rybczak
3b9f28f7ce
write TOPE frame as performer tag if <mpd-0.16 is used, TPE3 otherwise
17 years ago
Andrzej Rybczak
62e3c84728
do not convert tag values to wide string, just mark it explicitely as utf8
17 years ago
Andrzej Rybczak
b74aabfaa1
tag editor: performer, composer and disc tags support for ogg and flac files
17 years ago
Andrzej Rybczak
dfb651be62
do not open mp3 files twice while writing tags into them
17 years ago
Andrzej Rybczak
55173cb419
move local_browser variable from settings to Browser class
17 years ago
Andrzej Rybczak
35d776dfab
supress warnings about signedness if pdcurses is used
17 years ago
Andrzej Rybczak
1b2999ef8e
fix compilation under mingw32
17 years ago
Andrzej Rybczak
a4a05aa812
fix Trim() as it seems it doesn't work in some cases
17 years ago
Andrzej Rybczak
c019fc05d2
do some checks on data fetched from last.fm while parsing it
17 years ago
Andrzej Rybczak
884cb0b7fb
write both ID3v1 and ID3v2 tags to mp3 files
17 years ago
Andrzej Rybczak
e84a8ddf98
set max progressbar width to screen width
17 years ago
Andrzej Rybczak
45884e0895
fix a few bugs progressbar related (redrawing, colors)
17 years ago
Andrzej Rybczak
cada9f4355
bold expected keys while waiting for keypress
17 years ago
Andrzej Rybczak
9e20858977
do not show cursor while waiting for only one keypress
17 years ago
Andrzej Rybczak
048fd2ffce
refresh status window immediately after prompting user
...
this fixes #2537 .
17 years ago
Andrzej Rybczak
c7c6b2c321
lyrics: check if data returned by curl contains opening and closing tag
17 years ago
Andrzej Rybczak
4efaa18927
ignore special chars that occurs in tag values
...
ncmpcpp shouldn't treat '$' characters that
are part of a tag as special format chars.
17 years ago
Andrzej Rybczak
0d9f6fab7d
add MPD::Connection::Toggle() and throw away MPD::Connection::Execute()
17 years ago
Andrzej Rybczak
d2f516d15c
replace the last one mpd_song_get_uri with MyFilename()
17 years ago
Andrzej Rybczak
01c138e680
make sure null pointer won't be dereferenced
...
Song::Empty() does the check.
17 years ago
Andrzej Rybczak
08cb912424
fix Connection::AddSong()
17 years ago
Andrzej Rybczak
5866cd6343
if iconv conversion failed, restore input buffer to its initial state
17 years ago
Andrzej Rybczak
e99b1c63e9
fix very nasty bug that could cause billion of segfaults
17 years ago
Andrzej Rybczak
04f822b44a
fix very nasty bug that could cause billion of segfaults
17 years ago
Andrzej Rybczak
e304a6b7de
WIN32 compilation fix
17 years ago
Andrzej Rybczak
66d4883728
fix compilation --with-iconv
17 years ago
Andrzej Rybczak
24627d8493
fix compilation --with-taglib
17 years ago
Andrzej Rybczak
dec7bd9c0e
make ncmpcpp use external libmpdclient (--without-taglib and --without-iconv)
17 years ago
Andrzej Rybczak
aad9146397
make use of CaseInsensitiveStringComparison() instead of copying strings
17 years ago
Andrzej Rybczak
31a5363434
search engine: throw away SearchedPattern class and generalize the code
17 years ago
Andrzej Rybczak
dbc9b5a216
get rid of warnings about signed and unsigned integer comparison
17 years ago
Andrzej Rybczak
70910b77ed
make ncmpcpp compile with -fno-exceptions
17 years ago
Andrzej Rybczak
14a774b8a3
window: move some members from protected to private section
17 years ago
Andrzej Rybczak
1a3dcbfe17
set attributes in Menu::Refresh() by operators<<()
...
this also makes Window::{Bold,UnderLine,Reverse,Altcharset} private.
these should only be called by internals of Window class.
17 years ago
Andrzej Rybczak
ec18a34513
apply selected item prefix to menu before clearing the line
...
if selected item prefix turned on a color or other format flag
it should be appended to the whole line, not only the part that
is going to be drawn using item displayer.
17 years ago
Andrzej Rybczak
ead5255df1
new feature: support for custom prefix/suffix of now playing song
17 years ago
Andrzej Rybczak
5a887861d7
move code responsible for marking song as now playing to display functions
17 years ago