Andrzej Rybczak
4db97e5502
mpd: make Status/Statistics accessors inlineable
13 years ago
Andrzej Rybczak
7deeecee20
get rid of Playlist::PlayNewlyAddedSongs / correct adding songs in Media Library
13 years ago
Andrzej Rybczak
2f9ab8f267
mpdpp: make all consumers take values, not rvalue references
13 years ago
Andrzej Rybczak
d0b0f1f57c
mpdpp: fix compilation with gcc-4.6
13 years ago
Andrzej Rybczak
2184fb7c73
get rid of global mpd status object
13 years ago
Andrzej Rybczak
1d4e006986
update copyright info
13 years ago
Andrzej Rybczak
6a3eb73a49
rewrite communication system with mpd
13 years ago
Andrzej Rybczak
a0a2f6db1b
mpdpp: remove unused member variable
13 years ago
Andrzej Rybczak
ead12406e3
actions: new action: set_volume
13 years ago
Andrzej Rybczak
efe2a52382
fix header guards
14 years ago
Andrzej Rybczak
1e335fae02
media library: optimize update
14 years ago
Andrzej Rybczak
9a292ca20d
mpd: make functions take item consumer instead of returning vector of items
14 years ago
Matthew Hague
b487f10f10
media library: add support for sorting by mtime
14 years ago
Andrzej Rybczak
b57428db90
mdp: remove GetCurrentlyPlayingSongPos
14 years ago
Andrzej Rybczak
fcf9ffe668
mpd: separate statistics
14 years ago
Andrzej Rybczak
0147a24add
mpd: adjust indentation
14 years ago
Andrzej Rybczak
a351d07eff
actions: get deleting/cropping/clearing playlists right
14 years ago
Andrzej Rybczak
bb121fbe01
make playlist and playlist editor share code responsible for moving items
14 years ago
Andrzej Rybczak
d47cad1d50
get rid of 'using namespace NCurses' directive
14 years ago
Andrzej Rybczak
6f59a175ec
implement HasSongs interface
14 years ago
Andrzej Rybczak
b77466cc38
browser: read tags from local songs
14 years ago
Andrzej Rybczak
a20a195225
mpd: use lambda closures instead of passing vectors to functions
14 years ago
Andrzej Rybczak
397783d701
reduce usage of pointers / replace std::pair in SearchEngine
14 years ago
Andrzej Rybczak
2096181eb1
playlist editor: disallow cropping/clearing filtered playlists
14 years ago
Andrzej Rybczak
77a3c73d9c
make displayed messages more consistent
14 years ago
Andrzej Rybczak
dad2bba13e
optimize a bit adding playlists/directories to playlist
14 years ago
Andrzej Rybczak
bab756c579
add support for priorities (queueing)
14 years ago
Andrzej Rybczak
2d57f15cad
remove some hacky shit
14 years ago
Andrzej Rybczak
181224b837
keybinding system rewrite
14 years ago
Andrzej Rybczak
a14b77338d
jump to current song at startup even if it's not currently played
14 years ago
Andrzej Rybczak
f8151904f5
update copyright dates
14 years ago
Andrzej Rybczak
57511bb941
local browser: properly check if file extension is supported
14 years ago
Andrzej Rybczak
ca956c3da3
update copyright dates
15 years ago
Andrzej Rybczak
c63780e6e6
support adding last.fm streams to playlist
16 years ago
Andrzej Rybczak
1735a8c7db
handle possible errors while saving playlist properly
16 years ago
Andrzej Rybczak
9c02bbf596
media library/tag editor: block idle while doing hierarchical searches
...
idle should be blocked in such cases since it would be enabled and
disabled a few times by each mpd command, which makes no sense and
slows down the whole process.
16 years ago
Andrzej Rybczak
230b6ae3e3
make MPD::Connection::Version() return integer instead of float
...
full version is always 0.xx.0, where xx is current
version of protocol, so why bother with zeros...
16 years ago
Andrzej Rybczak
08daa61907
update copyright notices
16 years ago
Andrzej Rybczak
df15fe2bf4
add support for adding random artists/albums to playlist
16 years ago
Andrzej Rybczak
153081158d
add support for built-in mpd searching in search engine
16 years ago
Andrzej Rybczak
ef6719f5bb
make media library show more songs (with incomplete tags etc.)
16 years ago
Andrzej Rybczak
2fb20fd572
add config options for communication mode with mpd (polling for default)
...
idle support in ncmpcpp is marked experimental since its support
in mpd is not ready for general use in full featured clients
(see bug 2612)
16 years ago
Andrzej Rybczak
5b2dbe026c
do not delete items from playlist if sending command delete failed
17 years ago
Andrzej Rybczak
0a95aebd7c
improve elapsed time handling
...
this also throws away hack that was used to count elapsed
time locally while polling mpd, it's not needed anymore.
17 years ago
Andrzej Rybczak
95ce4065ae
add event handler for MPD_IDLE_OUTPUT notification
17 years ago
Andrzej Rybczak
dd04406ee5
poll both stdin and mpd using one select()
...
this allows for immediate reading mpd events
17 years ago
Andrzej Rybczak
e112e0d975
use select() instead of poll() as it's portable
17 years ago
Andrzej Rybczak
3e99bba5b8
use idle notifications instead of polling mpd all the time
17 years ago
Andrzej Rybczak
1a3e10dab7
new feature: toggle replay gain mode (requires >=mpd-0.16)
17 years ago
Andrzej Rybczak
03f6fd904f
new screen: mpd server info
17 years ago