Commit Graph

45 Commits

Author SHA1 Message Date
Craig Drummond
05647dca0f Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
35d3aed0e7 Add spacer to right of scrobble button 2015-09-06 15:20:28 +01:00
Craig Drummond
8b20fce05a Use last.fm icon from font awesome 2015-08-30 18:56:47 +01:00
Craig Drummond
32b6696549 Use more font-awesome icons 2015-08-30 18:46:51 +01:00
Craig Drummond
2406289303 Update (c) year 2015-08-13 21:12:34 +01:00
craig.p.drummond
12b7bf0e83 Rename mpd source folder to mpd-interface to help build errors when libmpdclient(?) is also installed.
BUG: 650
2015-03-16 19:18:52 +00:00
craig.p.drummond
e984c10c52 If scrobbling is disabled, its the 'inactive' song that needs to be 'loved'
BUG: 625
2015-02-27 17:57:51 +00:00
craig.p.drummond
45469f828b Enable scrobble 'love' button even if scrobbling is disabled.
BUG: 625
2015-02-11 23:37:06 +00:00
craig.p.drummond
31dd2bddbf Resize config dialog when page changes 2014-10-08 14:39:08 +00:00
craig.p.drummond
cca50a5aeb Put Login button under status 2014-10-03 16:23:53 +00:00
craig.p.drummond
4e3e072642 Expanding fields grow. 2014-09-24 18:23:02 +00:00
craig.p.drummond
f87f1131b6 Use note label class 2014-08-21 16:41:57 +00:00
craig.p.drummond
e16a6898b8 Remove note widget if not required 2014-08-11 19:32:43 +00:00
craig.p.drummond
3ed6bb21fb Re-scrobble and resend now-playing if track is repeated 2014-07-31 19:36:58 +00:00
craig.p.drummond
d4e30f49c4 Detect state change 2014-07-31 19:31:47 +00:00
craig.p.drummond
0b42caed75 If now playing has been sent, track has not been scrobbled, then when track is played after beeing paused for more than 5 seconds resend now playing. 2014-07-31 19:28:42 +00:00
craig.p.drummond
fe1cb3b05a Don't URL encode scrobble keys, just values. 2014-07-31 19:28:12 +00:00
craig.p.drummond
8012337e18 Length already checked 2014-07-31 19:27:49 +00:00
craig.p.drummond
9186225b3b toLower not toUpper!!! 2014-07-29 19:18:48 +00:00
craig.p.drummond
85298cdc8a Don't log scrobbler session key to debug file. 2014-07-29 19:04:06 +00:00
craig.p.drummond
a27909a123 Use correct string in debug 2014-07-29 19:02:41 +00:00
craig.p.drummond
4047999aea Store inactive song separately 2014-07-29 19:02:02 +00:00
craig.p.drummond
d07ef22ae1 Last.fm replies are XML, so decode these properly!
BUG: 510
2014-07-29 19:01:33 +00:00
craig.p.drummond
15f6782e74 'fake' scrobbler 2014-07-28 20:07:25 +00:00
craig.p.drummond
efdf2bf989 Hide scrobbler combo if only 1 scrobbler 2014-07-26 17:40:35 +00:00
craig.p.drummond
4a60f9f4d6 Seems like MPDSribble itself is broken with regards to sening "love" status, so remove MPDScribble from list of scrobblers.
BUG: 511
2014-07-26 17:39:32 +00:00
craig.p.drummond
f06cec7b7e Update current song to scrobble, even if disabled, so that when enabled we can scrobble.
BUG: 510
2014-07-24 19:22:14 +00:00
craig.p.drummond
38df88841a Use QSslSocket to determine if https is available 2014-07-07 19:07:19 +00:00
craig.p.drummond
1ebb8ed111 Song is a struct 2014-07-06 19:26:20 +00:00
craig.p.drummond
cc64e48c1c Remove 'TextLabel' string 2014-07-03 18:59:12 +00:00
craig.p.drummond
d1adb05efe Libre.fm does not support auth.getMobileSession - therefore, can't scrobble there :-( 2014-06-15 13:36:24 +00:00
craig.p.drummond
aea7172439 Disable scrobble love button when playqueue is empty. 2014-06-02 19:49:40 +00:00
craig.p.drummond
c4b709ab70 Read tag-fixes.xml and scrobblers.xml from user config folder as well. 2014-05-23 21:42:16 +00:00
craig.p.drummond
6851f89ee1 'love' button is not checkable! 2014-05-21 18:44:49 +00:00
craig.p.drummond
c93020a00a Re-enable 'love' button if action fails 2014-05-21 18:44:32 +00:00
craig.p.drummond
e5b5a72a2f Fix scrobble 'love' via mpdscribble 2014-05-21 18:44:09 +00:00
craig.p.drummond
4d4d892477 Settings are not instant-apply 2014-05-21 18:43:44 +00:00
craig.p.drummond
6a39d8af5f - 'Love' tracks
- 'Love' via MPDScribble
2014-05-20 18:40:21 +00:00
craig.p.drummond
824d16eb57 Add support for libre.fm - untested, as I dont have an account yet... 2014-05-20 18:18:54 +00:00
craig.p.drummond
c423723b72 More scrobbling fixes 2014-05-19 18:32:31 +00:00
craig.p.drummond
209a985a6f No need to mention last.fm 2014-05-19 18:29:20 +00:00
craig.p.drummond
921d65cf16 No need to store password - after we have sessionKey, it is not needed. 2014-05-19 18:28:33 +00:00
craig.p.drummond
aee0dfa88c Use a toolbutton to indicate scrobbling status 2014-05-19 18:25:32 +00:00
craig.p.drummond
e4cbb089f1 Fix scrobble time 2014-05-19 18:22:11 +00:00
craig.p.drummond
9f45d6237f Last.fm scrobbling support.
BUG: 352
2014-05-17 09:45:10 +00:00