unK
|
f8727b0a10
|
fix various compiler warnings and a few minor bugs
|
18 years ago |
unK
|
5c7b7a04e1
|
add some checks to prevent ncmpcpp from segfaulting with mpd from git
|
18 years ago |
unK
|
457452036b
|
fix displaying title of primary column in media library with tag editor disabled
|
18 years ago |
unK
|
109f49430e
|
add tag type list switcher to media library
|
18 years ago |
unK
|
d5bdec41f7
|
support for user defined tag type in left column of media library
|
18 years ago |
unK
|
7831d5fc52
|
don't reload lyrics if 'repeat one' mode is enabled
|
18 years ago |
unK
|
8133830af9
|
split data_ready to lyrics_ready and artist_info_ready to avoid main loop lockup
|
18 years ago |
unK
|
e6b7e22485
|
remove ToString() and ToWString() returning C strings as they aren't used anyway
|
18 years ago |
unK
|
aba3373da7
|
use wprintw instead of waddwstr to print wide strings
|
18 years ago |
unK
|
10e60880a5
|
reverse 0384b236 and fix saving ID3v2 frames
|
18 years ago |
unK
|
4adcdf8e23
|
close files after reading them
|
18 years ago |
unK
|
5147ea391c
|
store list of recent patterns in ~/.ncmpcpp/patterns.list file
|
18 years ago |
unK
|
0384b23670
|
raise taglib dependency to >= 1.5 version
|
18 years ago |
unK
|
0a210a8896
|
use ToLower() instead of calling std::transform explicitly all the time
|
18 years ago |
unK
|
dbe0480db5
|
store fetched artist's info in ~/.ncmpcpp/artists instead of ~/.lyrics
|
18 years ago |
unK
|
3291d2fe36
|
change place of storing config files to ~/.ncmpcpp folder
|
18 years ago |
unK
|
d0e521de98
|
fix for 9b65b39126 (funny bug)
|
18 years ago |
unK
|
0318da84ca
|
support for user defined base seek time
|
18 years ago |
unK
|
9b65b39126
|
put local functions into unnamed namespaces
|
18 years ago |
unK
|
d61cb54653
|
make fetching lyrics and artist's info work in background
|
18 years ago |
unK
|
de70c6ceff
|
support for setting composer, performer and disc tag from filename
|
18 years ago |
unK
|
34357c66cd
|
display information about file already being modified by taglib in tag editor
|
18 years ago |
unK
|
08303146be
|
in fact only mp3 supports ID3v2 tags so remove flac support for it
|
18 years ago |
unK
|
f49f7a50ab
|
fix highlighting song in 'go to containing dir' function if right align is used
|
18 years ago |
unK
|
d89f00136f
|
support for editing composer, performer and disc tag
|
18 years ago |
unK
|
4c7afc4fcd
|
fix displaying song in search engine if song_format uses right align
|
18 years ago |
unK
|
65eec99073
|
perform case insensitive searching by default
|
18 years ago |
unK
|
b8284ffe61
|
add support for renaming in tiny tag editor
|
18 years ago |
unK
|
0d0e5e2912
|
rename Song::GetShortFilename() to Song::GetName()
|
18 years ago |
unK
|
25719527e9
|
remove asserts from str_pool
|
18 years ago |
unK
|
0d5032c452
|
support for adding items like in ncmpc (disabled by default)
|
18 years ago |
unK
|
40abeaac2c
|
make use of std::make_pair
|
18 years ago |
unK
|
d992af15b0
|
update NEWS & version bump
|
18 years ago |
unK
|
aa80c13c2e
|
support for following lyrics of now playing song
|
18 years ago |
unK
|
f0a810cdc0
|
count proper tab length in Scrollpad::Add()
|
18 years ago |
unK
|
6ff6f6e258
|
support for dirs/playlists rename in browser
|
18 years ago |
unK
|
ce9fed322d
|
fix for non unicode locales
|
18 years ago |
unK
|
3bbe2c5054
|
add incremental seeking as an option (enabled by default)
|
18 years ago |
unK
|
022bf9781e
|
hadle streams in playlist properly
|
18 years ago |
unK
|
bcd977849c
|
count number of found songs properly
|
18 years ago |
unK
|
0ced9f5fc1
|
if playlist changed redraw header only if we are on playlist screen
|
18 years ago |
unK
|
82f4ee14ce
|
fix code causing segfault in Window::GetString()
|
18 years ago |
unK
|
5ec6e998ef
|
fix putting strings into a pool
|
18 years ago |
unK
|
89d4eb9f41
|
update only current dir in db if we are on tag editor with dirs view
|
18 years ago |
unK
|
fac14dface
|
change internal storing of Song info (much less memory consumption)
|
18 years ago |
unK
|
ded070c61b
|
allocate strings in a pool (taken from ncmpc)
|
18 years ago |
unK
|
77a01b6574
|
libmpdclient sync
|
18 years ago |
unK
|
da2086c9bd
|
fixes for parsing info from last.fm
|
18 years ago |
unK
|
e029c2cd09
|
minor fixes for moving and deleting items
|
18 years ago |
unK
|
90b975f04d
|
improve bolding songs added to playlist
|
18 years ago |