Andrzej Rybczak
e96c8d5f58
display songs from root directory in tag editor
2008-11-21 19:29:01 +01:00
Andrzej Rybczak
e5fbf6bea8
do not display keybinding for tag editor if taglib support is disabled
2008-11-21 19:13:13 +01:00
Andrzej Rybczak
55c7777515
don't set default value for mpd_music_dir
2008-11-21 19:07:15 +01:00
Andrzej Rybczak
20a49f38cb
do not create various redundant temp strings in Song class
2008-11-21 18:57:51 +01:00
Andrzej Rybczak
ab4159c1d6
block setting volume with primary keybinding in playlist editor
2008-11-15 16:29:28 +01:00
Andrzej Rybczak
51e7f56123
fix adding items to playlist
2008-11-07 21:41:16 +01:00
Andrzej Rybczak
c64e3a9b3b
use size_t instead of int where it's appropriate
2008-11-06 20:07:42 +01:00
Andrzej Rybczak
2fcd43dd3b
update write_data function
2008-11-06 19:43:13 +01:00
Andrzej Rybczak
f5fd4fb37e
if item is stream, check if name is set and if it is, display it instead of url
2008-11-04 17:39:37 +01:00
Andrzej Rybczak
e5e4734b0e
use macro instead of calling clearing find history routines explicitly
2008-11-04 17:26:22 +01:00
Andrzej Rybczak
e227d53296
improve refreshing macros
2008-11-04 16:51:21 +01:00
Andrzej Rybczak
df430dc30e
disable switching screens when we are in tiny tag editor
2008-11-04 16:37:58 +01:00
Andrzej Rybczak
d9c1cd4bd3
make check if file is from music db while getting song info
2008-11-04 16:17:58 +01:00
Andrzej Rybczak
5b1dbf2aed
improve parsing argv a bit
2008-11-04 16:10:02 +01:00
Andrzej Rybczak
80aba9295a
redraw whole window after enumerating tracks
2008-11-04 14:47:06 +01:00
Andrzej Rybczak
11982bc1e4
consider disc number while sorting tracks in media library
2008-10-31 20:25:17 +01:00
unK
8bd081e964
move anonymous namespaces to the top
2008-10-28 12:52:30 +01:00
unK
6b2356318f
do not delete invalid pointer
2008-10-28 12:43:02 +01:00
unK
e18e6ef3a8
read id3v2 tags from local files if possible
2008-10-28 12:39:23 +01:00
unK
6f3276dffa
fix renaming local files in browser
2008-10-27 21:15:36 +01:00
unK
db6eb9bc38
add support for user defined mpd host, password and port in config file
2008-10-27 20:50:02 +01:00
unK
beee0bc9d3
add support for browsing local filesystem
2008-10-27 20:35:02 +01:00
unK
e1202f2dfe
check if wHeader is NULL or not (thx to Thomas Adam)
2008-10-26 00:44:42 +02:00
unK
5775eaf039
allow searching in current playlist
2008-10-19 23:00:46 +02:00
unK
f7e56300cf
check whether info entity returned by mpd is NULL or not
2008-10-19 18:48:57 +02:00
unK
ae0a665504
add 'stop' to list of supported mpc commands
2008-10-18 22:44:04 +02:00
unK
93b8a7dfff
support for editing tag of local files (outside mpd music dir)
2008-10-18 22:39:56 +02:00
unK
884a88effa
fix window title update
2008-10-18 16:26:20 +02:00
unK
58fcccc68b
ignore SIGPIPE
2008-10-18 16:10:07 +02:00
unK
a980e77e0a
check whether getenv returns NULL or not
2008-10-18 16:07:56 +02:00
Max Kellermann
336ad46c12
added support for unix domain sockets
...
If a host name starts with a slash, it is assumed to be a unix domain
socket path. The port is ignored. This code is disabled on WIN32,
until someone tests it.
2008-10-16 14:37:24 +02:00
unK
6a0edcfbd7
link with pthread explicitly
2008-10-15 21:37:30 +02:00
unK
c672e87655
change default songid to -1 to let us know when the first song starts playing
2008-10-14 23:46:33 +02:00
unK
d732c85537
fix typo, update NEWS & version bump
2008-10-12 18:16:03 +02:00
unK
48ba7cbcf2
another code clean-ups
2008-10-07 23:04:26 +02:00
unK
fc00baa300
include and ifdef clean-up
2008-10-07 16:03:09 +02:00
unK
c6fea611bf
improve utf8 related stuff
2008-10-07 15:40:06 +02:00
unK
a85cfcd8eb
several code clean-ups and corrections
2008-10-07 10:14:21 +02:00
unK
5b724f2a83
fix compilation issue without taglib support and replace printf by std::cout
2008-10-06 12:08:34 +02:00
unK
4ab4e72c97
implement argv handler and basic mpc commands
2008-10-05 22:41:29 +02:00
unK
9fd373625d
add to libmpdclient support for getting list of any tag type
2008-10-05 19:30:42 +02:00
unK
f8727b0a10
fix various compiler warnings and a few minor bugs
2008-10-05 00:26:02 +02:00
unK
5c7b7a04e1
add some checks to prevent ncmpcpp from segfaulting with mpd from git
2008-10-04 23:18:50 +02:00
unK
457452036b
fix displaying title of primary column in media library with tag editor disabled
2008-10-04 20:30:53 +02:00
unK
109f49430e
add tag type list switcher to media library
2008-10-04 20:20:21 +02:00
unK
d5bdec41f7
support for user defined tag type in left column of media library
2008-10-04 19:21:18 +02:00
unK
7831d5fc52
don't reload lyrics if 'repeat one' mode is enabled
2008-10-02 20:34:42 +02:00
unK
8133830af9
split data_ready to lyrics_ready and artist_info_ready to avoid main loop lockup
2008-10-02 15:23:33 +02:00
unK
e6b7e22485
remove ToString() and ToWString() returning C strings as they aren't used anyway
2008-10-01 18:46:56 +02:00
unK
aba3373da7
use wprintw instead of waddwstr to print wide strings
2008-09-30 21:15:30 +02:00