Commit Graph

284 Commits

Author SHA1 Message Date
Craig Drummond
8f7f4c8c9f Allow .jpeg as extension from cover dialog.
Closes #1368
2018-09-12 19:48:41 +01:00
Craig Drummond
af7a346435 s/AlbumArt/albumart 2018-06-08 16:56:05 +01:00
Craig Drummond
fca2efdd8c Store actual song path for local files (mainly affects windows
Issue #1304
2018-06-07 20:35:06 +01:00
Craig Drummond
45aace9d48 Fix saving of podcast images to JPG. 2018-05-26 19:24:13 +01:00
Craig Drummond
a82fba3e23 Fix usage of podcast cover in title widget. 2018-05-25 18:18:38 +01:00
Craig Drummond
74fb297167 Make 'Icon' a namespace not class 2018-05-24 19:05:54 +01:00
Craig Drummond
534ddb9181 Embed more files into cantata 2018-05-16 22:43:54 +01:00
Craig Drummond
b8ef7384f4 Revert #62537412bf66c023af3be969ec606c7f1fa4ab5f
Closes #1267
2018-05-05 12:04:46 +01:00
Craig Drummond
62537412bf Open text files with QIODevice::Text
Issue #1261
2018-05-02 21:41:08 +01:00
Craig Drummond
77822d870e Adjust cover cache maxCost based upon pixel ratio
Closes #1248
2018-04-25 16:34:57 +01:00
Craig Drummond
92335d6a0d If QFile::copy() fails, try read + write ?
Issue #1239
2018-04-02 16:39:16 +01:00
Craig Drummond
9aeb6c1e08 More debug, and check file types
Issue #1239
2018-04-02 15:47:51 +01:00
Craig Drummond
8a3368cc3b When copying covers to/from devices - also look for 1st image in source
folder
Issue #1239
2018-04-02 14:47:07 +01:00
Craig Drummond
4e1ba8e8e5 Add debug when copying covers 2018-04-02 14:36:02 +01:00
Craig Drummond
62316d3f46 Add settings page to configure API keys.
Issue #1234
2018-03-14 20:32:11 +00:00
Craig Drummond
c5e7fa9c0d Use AUTOMOC 2018-03-07 19:04:14 +00:00
Craig Drummond
37ba533c43 Fix reading of custom cover filename
Closes #1226
2018-03-01 17:04:34 +00:00
Craig Drummond
5a0b34f372 Fetch missing covers from iTunes.
Issue #988
2018-02-15 21:19:38 +00:00
Craig Drummond
71aaeb1736 Always fetch artist images - as these are only fetched if artist images
are enabled.
2018-02-15 20:35:03 +00:00
Craig Drummond
9b5ca00680 Cleanup some settings. No longer offer to save lyrics, artist images,
and backdrops in MPD folder, just save in cache dir. Move cover setting
into interface settings - in a new 'Covers' tab.
2018-02-15 20:18:08 +00:00
Craig Drummond
a20d712aca Fix loading of covers for Cantata streams
Closes #1191
2018-02-06 22:44:42 +00:00
Craig Drummond
37fa0b540a Only look in cache dir if it exists 2018-02-06 22:26:13 +00:00
Craig Drummond
f1d5e5f82d Use album artist for covers 2018-02-06 22:22:37 +00:00
padertux
d01f915b4a Refactor code to use C++11 nullptr 2018-01-08 23:01:25 +01:00
Craig Drummond
445d1497ac Update (c) year 2018-01-01 10:11:39 +00:00
Craig Drummond
8a7d7ffd02 Add some debug to itemview 2017-12-17 11:22:44 +00:00
Craig Drummond
10d753edec Add an extra line of verbose debug 2017-12-17 10:16:14 +00:00
Craig Drummond
09b47d7c10 Add verbose cover debug
Issue #1143
2017-12-16 23:10:10 +00:00
Craig Drummond
948026d73b Use for(var: list) and not foreach(var, list) 2017-11-27 22:36:53 +00:00
Craig Drummond
a8a837b5fd Always set cost when adding pixmap to cache
Issue #1128
2017-11-26 23:24:42 +00:00
Craig Drummond
6b94b0f4a9 Enable retina support for all builds. 2017-07-03 18:24:34 +01:00
Craig Drummond
4f7357c5bd Reduce number of advanced config items - there was just too many. 2017-04-08 19:27:18 +01:00
Craig Drummond
a2f007a2b7 Update (c) year 2017-04-02 18:45:30 +01:00
Craig Drummond
18e2fb6dcf Remove Qt4 support 2017-04-02 18:43:34 +01:00
Craig Drummond
e60bdafa11 Remove KDE4 and Ubuntu Touch support 2017-04-01 22:55:27 +01:00
Craig Drummond
766bce148b If Cantata's convigured cover file name contains a %, then when looking for artist images use basic-artist if album is Various Artists, album artist otherwise
Issue #985
2017-04-01 18:22:32 +01:00
Craig Drummond
9a329b2bab If file has embedded cover, save this to the cache folder - so that this file path can be used with MPRIS.
Issue #893
2016-10-16 22:51:47 +01:00
Craig Drummond
491474cd08 Fix incorrect AudioCD cover 2016-03-17 23:22:59 +00:00
Craig Drummond
034408c765 If we download a cover (from last.fm or http server) then clear scaled versions. 2016-01-08 22:54:14 +00:00
Craig Drummond
05647dca0f Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
e7ef5f6f39 Mono album icon - used in sync dialog. 2015-12-23 18:20:30 +00:00
Craig Drummond
20186cc0e6 For timers started in a thread, connect the thread's finished signal to the timer's stop slot, helps with:
QObject::killTimer: Timers cannot be stopped from another thread
2015-12-22 14:30:00 +00:00
Craig Drummond
0b415b21a9 Add a modified verison of Humanity CD icon. Previously icon from theme was chosen. 2015-12-09 18:23:49 +00:00
Craig Drummond
87586d3bdf When looking for covers, also check sub-folders and return first image. 2015-12-03 21:44:49 +00:00
Craig Drummond
73e9a2b7c6 Fix last.fm response parsing
#744
2015-10-07 18:05:32 +01:00
Craig Drummond
fda1533ed6 Save scaled covers as PNG, as the quality is much better.
#724
2015-08-20 19:44:15 +01:00
Craig Drummond
53f7789d5a Fix check for 'Unknown' album - title is never empty, as it would have
been set to filename!
#723
2015-08-19 20:32:37 +01:00
Craig Drummond
9eb1e1c7af No cover if song metadata is blank 2015-08-18 20:16:17 +01:00
Craig Drummond
2406289303 Update (c) year 2015-08-13 21:12:34 +01:00
Craig Drummond
96fe417741 Emit cover if its from CD 2015-07-29 19:18:04 +01:00