Commit Graph

498 Commits

Author SHA1 Message Date
craig.p.drummond
c253c4e223 Fix duplicate notification when Cantata is started whilst playing, or when 'Replace Play Queue' is used. 2014-11-27 21:01:41 +00:00
craig.p.drummond
cc7105c1e4 Add config item to set music root folder 2014-11-21 18:12:21 +00:00
craig.p.drummond
1fac959903 - Hide ratings widgets, etc, in tag editor for devices and Mopidy, etc.
- If MPD does not support 'sticker' command, then inform user that ratings cannot be stored. (trunk only)
2014-11-12 11:18:35 +00:00
craig.p.drummond
5049e8321f Use file:// for local files with MPD 0.19 if connected to 127.0.0.1 2014-10-30 14:59:25 +00:00
craig.p.drummond
3190cf0e9f If connected to MPD>=0.19 using address 127.0.01 and MPD supports 'file' URL handler, then pass local files as 'file://' URLS.
BUG: 574
2014-10-30 08:39:11 +00:00
craig.p.drummond
dd11c15c32 Fix incorrectly named function! 2014-10-26 21:22:31 +00:00
craig.p.drummond
04fe80c927 If seeking backwards, and we are less than 'seekStep' seconds from start then just set pos to start
BUG: 566
2014-10-18 08:27:24 +00:00
craig.p.drummond
342b65dee0 Seeking past end of track will go to next. Seek to start will NOT go to previous. This is consistent at least with Amarok.
BUG: 566
2014-10-18 08:24:23 +00:00
craig.p.drummond
88d04aea0d Seeking should not change stop-after state 2014-10-18 07:36:13 +00:00
craig.p.drummond
0908970798 Seek current track when Control+Arrow key pressed.
BUG: 566
2014-10-17 22:18:39 +00:00
craig.p.drummond
fefbaace2e Combine performers with ", "
BUG: 565
2014-10-17 16:07:26 +00:00
craig.p.drummond
012644f1f1 Send a message (default to 'status') at least once every 30 seconds to keep command connection alive. 2014-10-12 12:07:02 +00:00
craig.p.drummond
7ab7765e01 When disconnecting, and reconnecting, only reconnect command socket.
BUG: 561
2014-10-12 10:49:45 +00:00
craig.p.drummond
4ef5c3349c Ensure rating is in correct range.
BUG: 559
2014-10-09 19:17:31 +00:00
craig.p.drummond
8bc190701c Send 'play 0' to play first track. Looks like just 'play' can start at a random track!!! 2014-10-08 15:51:11 +00:00
craig.p.drummond
bd7f39fc3a Typo fixes: Uknown -> Unknown, ReplyGain -> ReplayGain 2014-10-07 18:47:35 +00:00
craig.p.drummond
bc77091b47 Need to remove stop-after, and stop volume fade, if we issue a playcommand 2014-10-07 11:14:47 +00:00
craig.p.drummond
ccde6b138c If playlist is loaded and replaces playqueue, then start playback of first track. 2014-10-07 11:09:24 +00:00
craig.p.drummond
1fc6cd1697 - Be more consistent with eanbling/disabling idle socket signals
- Don't report on MPD errors from status - as we can get lots due to stickers.
2014-10-07 11:05:35 +00:00
craig.p.drummond
32e427a99b Use constant 2014-10-06 21:56:16 +00:00
craig.p.drummond
75c305e23d Detect if local file is actually a podcast 2014-10-05 08:10:59 +00:00
craig.p.drummond
07684c713d If a command fails to be sent to MPD, and the socket is in an error state, then completely disconnect and reconnect.
BUG: 550
2014-10-04 21:26:47 +00:00
craig.p.drummond
a732e10219 If connection fails, refresh playqueue and status 2014-10-04 19:17:23 +00:00
craig.p.drummond
5f6bf689a2 Fix playback of local files by inbuilt HTTP server.
BUG 554
2014-10-03 18:10:11 +00:00
craig.p.drummond
db1f9e9cec - Add control buttons for windows thumbnail toolbutton.
- Add prev/play/pause/etc to OSX dock menu
- As part of this connect to correct triggered signal!
2014-10-01 15:50:29 +00:00
craig.p.drummond
b85137a95c Show notification when outputs changed.
BUG: 552
2014-10-01 11:02:19 +00:00
craig.p.drummond
ff56aa17df Remove stream name, etc, from MPD errors. 2014-09-29 16:09:29 +00:00
craig.p.drummond
99acdbd3dc Fix potential crash when parsing cue files.
BUG: 548
2014-09-27 11:00:02 +00:00
craig.p.drummond
bbe957306d Fix setting of played state for podcasts.
BUG: 547
2014-09-25 11:07:18 +00:00
craig.p.drummond
0e2e15e512 Fix setting of extraFields
BUG: 546
2014-09-23 21:53:07 +00:00
craig.p.drummond
f6c8ab9f56 Use hasExtraField and not extras.contains 2014-09-23 21:52:44 +00:00
craig.p.drummond
0d59bf41d6 Full refresh action. Needed to recognise changes to ArtistSort, etc. 2014-09-23 20:28:23 +00:00
craig.p.drummond
ceedf3697f - add inhibit suspend whilst playing for Mac
- add detection of resume from suspend for Mac
2014-09-22 19:45:48 +00:00
craig.p.drummond
5867ae68b8 ...and the actual changed files!!!!
BUG: 539
2014-09-22 12:45:41 +00:00
craig.p.drummond
1b9e589582 When guessing song details from filename (due to missing tags), remove any extension - not just three letter extensions!
BUG: 529
2014-08-29 21:33:54 +00:00
craig.p.drummond
8580178e8a Capitalise composer, if appropriate, too 2014-08-22 15:49:55 +00:00
craig.p.drummond
ba84d5d13e ...and the rest! 2014-08-21 17:12:56 +00:00
craig.p.drummond
c15b528735 #ifdef for VLC not #if 2014-08-21 17:12:13 +00:00
craig.p.drummond
63408da862 Disable volume fade on stop by default - this is really something MPD itself should implement 2014-08-18 19:06:28 +00:00
craig.p.drummond
58982bc321 Fix fade range 2014-08-18 19:05:52 +00:00
craig.p.drummond
8646daf255 Remove unused call 2014-08-18 19:05:37 +00:00
craig.p.drummond
fb5132f3d8 Use CANTATA_MAKE_VERSION not MPD_MAKE_VERSION 2014-08-18 19:04:31 +00:00
craig.p.drummond
a3abf118f8 ReplayGain settings only valid for MPD v0.16 onwards. 2014-08-18 19:04:08 +00:00
craig.p.drummond
3473a018b0 ..and for trunk! 2014-08-17 15:44:44 +00:00
craig.p.drummond
aec0fc4a02 Add support for modified-since MPD find command (MPD>=0.19)
UNTESTED!
2014-08-17 14:58:06 +00:00
craig.p.drummond
78db33c222 Show extra audio properties from MPD in context/track/tags 2014-08-10 10:00:10 +00:00
craig.p.drummond
ec2c98802b Stop volume fade if stopping after 2014-08-01 20:34:09 +00:00
craig.p.drummond
75d27d8ff6 turn null key constant into enum constant 2014-07-31 19:31:14 +00:00
craig.p.drummond
da0587a523 Use 0..10 for ratings. 1=0.5 star, 2=1 star, 3=1.5 stars, etc. 2014-07-31 19:29:38 +00:00
craig.p.drummond
13e65f1d62 Use comma to split multiple genres in tooltip. 2014-07-31 19:27:24 +00:00