Commit Graph

389 Commits

Author SHA1 Message Date
Andrzej Rybczak
1d27b8629d improve ShowMessage() 2008-12-09 10:05:26 +01:00
Andrzej Rybczak
07c9fd6926 remove mpd_password variable, it should be defined within mpd_host 2008-11-28 21:58:55 +01:00
Andrzej Rybczak
0fef77da81 check if we are browsing local filesystem while renaming dirs 2008-11-25 15:54:39 +01:00
Andrzej Rybczak
e05b249c73 do not print new line character at exit 2008-11-25 15:44:35 +01:00
Andrzej Rybczak
ef7b8fd276 add config option for default place to search in (database/playlist) 2008-11-22 18:31:47 +01:00
Andrzej Rybczak
e96c8d5f58 display songs from root directory in tag editor 2008-11-21 19:29:01 +01:00
Andrzej Rybczak
55c7777515 don't set default value for mpd_music_dir 2008-11-21 19:07:15 +01:00
Andrzej Rybczak
ab4159c1d6 block setting volume with primary keybinding in playlist editor 2008-11-15 16:29:28 +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
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
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
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
93b8a7dfff support for editing tag of local files (outside mpd music dir) 2008-10-18 22:39:56 +02:00
unK
58fcccc68b ignore SIGPIPE 2008-10-18 16:10:07 +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
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
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
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
0a210a8896 use ToLower() instead of calling std::transform explicitly all the time 2008-09-29 00:11:00 +02:00
unK
dbe0480db5 store fetched artist's info in ~/.ncmpcpp/artists instead of ~/.lyrics 2008-09-28 23:58:27 +02:00
unK
0318da84ca support for user defined base seek time 2008-09-27 23:08:03 +02:00
unK
d61cb54653 make fetching lyrics and artist's info work in background 2008-09-27 20:33:30 +02:00
unK
34357c66cd display information about file already being modified by taglib in tag editor 2008-09-27 12:48:12 +02:00
unK
f49f7a50ab fix highlighting song in 'go to containing dir' function if right align is used 2008-09-26 23:59:06 +02:00
unK
d89f00136f support for editing composer, performer and disc tag 2008-09-26 23:57:15 +02:00
unK
b8284ffe61 add support for renaming in tiny tag editor 2008-09-25 20:46:53 +02:00
unK
0d0e5e2912 rename Song::GetShortFilename() to Song::GetName() 2008-09-25 20:18:16 +02:00
unK
0d5032c452 support for adding items like in ncmpc (disabled by default) 2008-09-25 20:08:47 +02:00
unK
40abeaac2c make use of std::make_pair 2008-09-21 23:53:22 +02:00
unK
aa80c13c2e support for following lyrics of now playing song 2008-09-20 20:06:14 +02:00
unK
6ff6f6e258 support for dirs/playlists rename in browser 2008-09-19 23:29:32 +02:00
unK
3bbe2c5054 add incremental seeking as an option (enabled by default) 2008-09-17 20:30:11 +02:00
unK
022bf9781e hadle streams in playlist properly 2008-09-17 19:42:00 +02:00
unK
bcd977849c count number of found songs properly 2008-09-17 17:54:42 +02:00
unK
89d4eb9f41 update only current dir in db if we are on tag editor with dirs view 2008-09-17 00:20:29 +02:00
unK
fac14dface change internal storing of Song info (much less memory consumption) 2008-09-17 00:07:56 +02:00
unK
e029c2cd09 minor fixes for moving and deleting items 2008-09-15 20:52:25 +02:00