This website requires JavaScript.
Explore
☕ Блог
Help
Register
Sign In
iiiypuk
/
cantata
Watch
1
Star
0
Fork
0
You've already forked cantata
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
42a6cccd7296148a77c4903c8d830d05e2ed1efe
cantata
/
mpd
History
craig.p.drummond
2224e3e7f7
Call 'status' *before* 'plchangesposid'. then ensure that the list of tracks we emit is filled with the amout status has returned. This fixes the case when we are playnig with streams, and mpd just updates the first track. Before we were only getting an update with 1 row, and thinking there was only 1 item in the play queue...
...
BUG:22
2012-06-10 20:03:28 +00:00
..
mpdconnection.cpp
Call 'status' *before* 'plchangesposid'. then ensure that the list of tracks we emit is filled with the amout status has returned. This fixes the case when we are playnig with streams, and mpd just updates the first track. Before we were only getting an update with 1 row, and thinking there was only 1 item in the play queue...
2012-06-10 20:03:28 +00:00
mpdconnection.h
If an MPD connection has more than 1 output, show an 'Outputs' sub menu in the settings menu.
2012-06-08 17:54:25 +00:00
mpdparseutils.cpp
Disable volume control if MPD returns a volume of -1 - as it does when the mixer is disabled.
2012-06-10 13:45:12 +00:00
mpdparseutils.h
Use 'plchangesposid' MPD command to get list of playqueue changes - means
2012-03-29 15:49:19 +00:00
mpdresult.h
Update copyright statements.
2012-01-04 19:15:55 +00:00
mpdstats.h
Reduce QMutex usage - have MPDStats/MPDStatus emitted as objects, and
2012-03-13 19:31:25 +00:00
mpdstatus.cpp
Reduce QMutex usage - have MPDStats/MPDStatus emitted as objects, and
2012-03-13 19:31:25 +00:00
mpdstatus.h
Disable volume control if MPD returns a volume of -1 - as it does when the mixer is disabled.
2012-06-10 13:45:12 +00:00
output.h
If an MPD connection has more than 1 output, show an 'Outputs' sub menu in the settings menu.
2012-06-08 17:54:25 +00:00
playlist.h
Cleanup
2012-01-04 19:19:13 +00:00
song.cpp
Remove double semi-colons...
2012-06-10 14:44:29 +00:00
song.h
For a song to be classified as a stream, its file *must* contain ://
2012-05-02 18:36:34 +00:00