216 Commits (e96c8d5f58aa462d9f2b1ff984274ac85f543b58)
 

Author SHA1 Message Date
Andrzej Rybczak e96c8d5f58 display songs from root directory in tag editor 18 years ago
Andrzej Rybczak e5fbf6bea8 do not display keybinding for tag editor if taglib support is disabled 18 years ago
Andrzej Rybczak 55c7777515 don't set default value for mpd_music_dir 18 years ago
Andrzej Rybczak 20a49f38cb do not create various redundant temp strings in Song class 18 years ago
Andrzej Rybczak ab4159c1d6 block setting volume with primary keybinding in playlist editor 18 years ago
Andrzej Rybczak 51e7f56123 fix adding items to playlist 18 years ago
Andrzej Rybczak c64e3a9b3b use size_t instead of int where it's appropriate 18 years ago
Andrzej Rybczak 2fcd43dd3b update write_data function 18 years ago
Andrzej Rybczak f5fd4fb37e if item is stream, check if name is set and if it is, display it instead of url 18 years ago
Andrzej Rybczak e5e4734b0e use macro instead of calling clearing find history routines explicitly 18 years ago
Andrzej Rybczak e227d53296 improve refreshing macros 18 years ago
Andrzej Rybczak df430dc30e disable switching screens when we are in tiny tag editor 18 years ago
Andrzej Rybczak d9c1cd4bd3 make check if file is from music db while getting song info 18 years ago
Andrzej Rybczak 5b1dbf2aed improve parsing argv a bit 18 years ago
Andrzej Rybczak 80aba9295a redraw whole window after enumerating tracks 18 years ago
Andrzej Rybczak 11982bc1e4 consider disc number while sorting tracks in media library 18 years ago
unK 8bd081e964 move anonymous namespaces to the top 18 years ago
unK 6b2356318f do not delete invalid pointer 18 years ago
unK e18e6ef3a8 read id3v2 tags from local files if possible 18 years ago
unK 6f3276dffa fix renaming local files in browser 18 years ago
unK db6eb9bc38 add support for user defined mpd host, password and port in config file 18 years ago
unK beee0bc9d3 add support for browsing local filesystem 18 years ago
unK e1202f2dfe check if wHeader is NULL or not (thx to Thomas Adam) 18 years ago
unK 5775eaf039 allow searching in current playlist 18 years ago
unK f7e56300cf check whether info entity returned by mpd is NULL or not 18 years ago
unK ae0a665504 add 'stop' to list of supported mpc commands 18 years ago
unK 93b8a7dfff support for editing tag of local files (outside mpd music dir) 18 years ago
unK 884a88effa fix window title update 18 years ago
unK 58fcccc68b ignore SIGPIPE 18 years ago
unK a980e77e0a check whether getenv returns NULL or not 18 years ago
Max Kellermann 336ad46c12 added support for unix domain sockets 18 years ago
unK 6a0edcfbd7 link with pthread explicitly 18 years ago
unK c672e87655 change default songid to -1 to let us know when the first song starts playing 18 years ago
unK d732c85537 fix typo, update NEWS & version bump 18 years ago
unK 48ba7cbcf2 another code clean-ups 18 years ago
unK fc00baa300 include and ifdef clean-up 18 years ago
unK c6fea611bf improve utf8 related stuff 18 years ago
unK a85cfcd8eb several code clean-ups and corrections 18 years ago
unK 5b724f2a83 fix compilation issue without taglib support and replace printf by std::cout 18 years ago
unK 4ab4e72c97 implement argv handler and basic mpc commands 18 years ago
unK 9fd373625d add to libmpdclient support for getting list of any tag type 18 years ago
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