Commit Graph

226 Commits

Author SHA1 Message Date
craig.p.drummond
5c989ff51c Refactor 2015-03-31 17:21:35 +00:00
craig.p.drummond
82a95ea06e Use treble clef icon in artists list if composer tag is being used for an artist. 2015-03-28 14:36:15 +00:00
craig.p.drummond
93b70ec240 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
179470039e Use correct stream icon in playqueue for streams with no song details. 2015-02-17 23:08:17 +00:00
craig.p.drummond
c4e37534b1 Fix setting of cover when existing cover is embedded in music file. 2014-11-02 15:37:10 +00:00
craig.p.drummond
73197114f3 Use regular artist icon for "Various Artists" 2014-10-31 21:35:45 +00:00
craig.p.drummond
cb1d5728f5 Fix compilation when online services disabled.
BUG: 573
2014-10-30 00:12:41 +00:00
craig.p.drummond
f338b2d811 Fix updating of toolbar coverwidget if cover is downloaded after song has started. 2014-10-29 18:12:18 +00:00
craig.p.drummond
0c9cf88a7c When emiting signal to say cover is loaded, need to adjust size by pixel ratio. 2014-10-29 13:46:58 +00:00
craig.p.drummond
8e9f625d05 Fix inconsistent default cover sizes. 2014-10-12 15:56:16 +00:00
craig.p.drummond
68a5ca749b More filename restrictions 2014-09-27 11:27:23 +00:00
craig.p.drummond
a61db29138 Replace any of (/ ? < > \ : * | ") with underscore when creating cover file cache names under windows.
BUG: 549
2014-09-27 11:11:29 +00:00
craig.p.drummond
cb448f74e1 Current window entry should be checked. 2014-09-20 16:07:13 +00:00
craig.p.drummond
42348816a7 Revert back to storing scaled covers as JPG. PNG is taking too much space, especially with retina displays. 2014-09-19 17:14:01 +00:00
craig.p.drummond
0e05af098b Retina support for covers in views. 2014-09-19 16:43:48 +00:00
craig.p.drummond
0c0cfdbbb1 When using Cache config page to clear disk cover/scaled-cover cache, also clear memory cache.
BUG: 540
2014-09-15 18:50:37 +00:00
craig.p.drummond
47eadc136d Cache and scale stream icon 2014-09-04 18:43:27 +00:00
craig.p.drummond
33a93f270c Only clear scaled cached covers if called from cover dialog 2014-08-17 15:04:41 +00:00
craig.p.drummond
aa7d62d5bf Fix saving of album covers in UI thread 2014-08-17 15:04:13 +00:00
craig.p.drummond
c6d445618d Fix podcast covers in view 2014-08-17 15:03:53 +00:00
craig.p.drummond
cb3c450324 In cover dialog, when checking if a cover exists, ignore the internal '{nocover}' and '{tag}' strings.
BUG: 515
2014-08-10 09:01:40 +00:00
craig.p.drummond
be8ec96e04 Fix Ubuntu build 2014-08-10 08:12:22 +00:00
craig.p.drummond
eb6d34f07f If we fail to download a cover, don't keep trying next time song is played. 2014-07-28 20:08:20 +00:00
craig.p.drummond
cbcb72b496 Remove unused var warning when compiling without online services. 2014-07-23 18:03:38 +00:00
craig.p.drummond
d7f7c9ca87 Fix podcast and soundcloud serice icon display 2014-07-17 16:11:28 +00:00
craig.p.drummond
68cc3c2410 - Remove cover size setting, set automtically.
- Artist images only shown in grid view.
- No images, or icons, shown in basic tree view.
2014-07-16 19:06:33 +00:00
craig.p.drummond
840999e7d3 Use Covers::self()->get() to retrieve all covers 2014-07-16 19:05:36 +00:00
craig.p.drummond
55184ff396 Place all XML files in config 2014-07-07 19:06:29 +00:00
craig.p.drummond
c7e5a83d9d Store musicbrainz-album-id in extra map 2014-06-16 19:12:17 +00:00
craig.p.drummond
152ceec2d6 Match Q_OS_WIN and Q_OS_MAC more 2014-06-10 19:46:18 +00:00
craig.p.drummond
afbca1000e Read tag-fixes.xml and scrobblers.xml from user config folder as well. 2014-05-23 21:42:16 +00:00
craig.p.drummond
eb3265f379 - install XML files to config folder
- unify usage of these folders
2014-05-20 18:18:00 +00:00
craig.p.drummond
984cfe5eb2 Last.fm scrobbling support.
BUG: 352
2014-05-17 09:45:10 +00:00
craig.p.drummond
64c06773ce Alter includes to have su-folder - e.g. utils.h -> support/utils.h 2014-05-13 18:37:52 +00:00
craig.p.drummond
0986033e16 Use musicbrainz album id for album key whenever possible. 2014-05-06 19:17:46 +00:00
craig.p.drummond
b6fd0973ce No need for settings class in touch builds 2014-04-16 17:48:51 +00:00
craig.p.drummond
69431c99f4 If a jpg has a png extension, or vice versa, then do not use the file for touch builds. As for these we pass the file to QImage, and this fails on these. 2014-04-15 19:23:03 +00:00
craig.p.drummond
7ceead0289 replace ?, :, and % with _ for touch builds 2014-04-11 18:00:23 +00:00
craig.p.drummond
f7181b534c Need to use albumArtist to load scaled cover! 2014-04-02 17:33:27 +00:00
craig.p.drummond
2f0b923b40 Remove unecessary include 2014-03-31 18:01:11 +00:00
craig.p.drummond
5edd006d74 Dont hard code artist name fixes 2014-03-31 17:57:01 +00:00
craig.p.drummond
001315c2df No real need for getting amarok/clementine covers. 2014-03-31 17:56:32 +00:00
craig.p.drummond
99692c0cb2 Dont look for "$trackFile.png/jpg" as a cover 2014-03-28 21:10:08 +00:00
craig.p.drummond
80c7d9e0fc Only add cover.png/jpg once to seach list, and add other standard ones too 2014-03-28 21:09:30 +00:00
craig.p.drummond
db0738fb0c Add more debug to locateImage, to detail each file being checked 2014-03-27 20:08:57 +00:00
craig.p.drummond
afdf3e00e3 Only look for other app cover in locate 2014-03-27 20:00:02 +00:00
craig.p.drummond
b5eaf59ccb Read file header to determine type 2014-03-27 07:40:14 +00:00
craig.p.drummond
41502ee86a When loading covers, if load fails, check to see if this is because of an incorrect extension. e.g. load a .jpg file with PNG type, and vice versa. 2014-03-26 19:41:36 +00:00
craig.p.drummond
bf363ec0d9 Load artist iamges in non-UI thread too. Should only be album images in artists view that are loaded in UI thread. Tried loading these in non_UI thread, but didnt like delay in showing covers. 2014-03-20 19:58:40 +00:00
craig.p.drummond
cc53edfb2b When emitting loaded signal, pass whole song not just artist+album 2014-03-19 19:50:46 +00:00