49 Commits

Author SHA1 Message Date
Craig Drummond
b6bd94c236 Update (c) year 2022-01-08 21:24:07 +00:00
Craig Drummond
b65b182629 Misc fixes - taken from https://github.com/fenuks/cantata 2021-12-27 17:05:24 +00:00
Craig Drummond
11bb7571c9 Update (c) year 2021-01-01 10:06:43 +00:00
Craig Drummond
d7b3965b9b Update (c) year 2020-01-01 11:51:13 +00:00
Craig Drummond
cb9efe205f Update (c) year 2019-09-15 15:56:58 +01:00
Craig Drummond
ddd46cde1a For genres listed in "Composer Support" tweak, shown composer instead of
artist in context view and toolbar.
Issue #1460
2019-03-01 21:36:57 +00:00
Craig Drummond
e4624964e2 Use more mono icons 2018-05-23 21:14:42 +01:00
Craig Drummond
8123d334db Don't overwrite genre with file type for Jamendo. 2018-05-08 22:43:14 +01:00
Craig Drummond
eff0e66d39 Use AUTOMOC 2018-03-07 19:04:14 +00:00
Craig Drummond
2139d3dbb8 Update (c) year 2018-01-01 10:11:39 +00:00
Craig Drummond
07bf16b45f Fix some member initialisations
Issue #1066
2017-08-16 16:59:37 +01:00
Craig Drummond
f4c48915d4 Always use external helper for tags 2017-04-09 00:31:44 +01:00
Craig Drummond
b63c6fbe26 Use Qt5's translation framework - ts files, not po files. 2017-04-08 10:35:31 +01:00
Craig Drummond
0a73215867 Update (c) year 2017-04-02 18:45:30 +01:00
Craig Drummond
eaca1f34f3 When listing albums where composer is used for artist grouping, place album artist name after album name if different from composer.
Issue #896
2016-10-16 22:33:41 +01:00
Craig Drummond
705648420a Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
d4ffb15811 Send songs in batches of 500 2015-09-19 15:29:13 +01:00
Craig Drummond
bffaf49783 Send songs grouped by artist not album 2015-09-18 23:47:20 +01:00
Craig Drummond
bb02d428fd Use album genre? Not sure about this, but some albums get split if use song genre... 2015-09-18 23:27:59 +01:00
Craig Drummond
25ff471d3b - Speed up album loading and searching. Use single query to get track
details - and use this to build listing.
- Reduce space of db slightly - by not storing album and albumId if
these are the same.
- Remove indexes, as these were incorrect anyway.
#702
2015-07-21 21:58:41 +01:00
Craig Drummond
e89b4ca413 Artist index for Jamendo 2015-07-16 22:08:08 +01:00
Craig Drummond
487fd0f3c0 Move view settings into menu button for each view 2015-06-27 17:06:14 +01:00
Craig Drummond
ecc3321f30 Add genre/artistId index for Jamendo/Magnatune slows ingest down a
little, but speeds up loading
2015-06-21 11:17:16 +01:00
Craig Drummond
54f615cc77 Re-work online services so that Jamendo and Magantune use SQL backend.
This is NO WHERE NEAR COMPLETE! There are *lots* of missing features,
etc.
2015-06-19 21:39:56 +01:00
Craig Drummond
4a713c7ec9 Initial work on using SQL for MPD cache. Not 100% functional. Eventually
will also use SQL for Jamendo and Magantune...
2015-06-07 22:18:19 +01: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
c05f755bb4 Online service covers 2014-07-16 19:09:39 +00:00
craig.p.drummond
9163f6c4b0 Reduce memory usage - by only creating a set for genres if there is more than 1 2014-06-16 19:23:14 +00:00
craig.p.drummond
ae04018bf5 Include tags/tags.h 2014-06-01 09:02:35 +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
2a28a7d3f8 Multiple genre support. 2014-05-01 19:26:57 +00:00
craig.p.drummond
d4fdb05ea0 Use a class to hide KConfig/QSettings differences - as opposed to using #defines 2014-03-25 19:47:36 +00:00
craig.p.drummond
5aebaeb256 Use new location of Jamendo DB listing.
BUG: 445
2014-03-21 20:05:28 +00:00
craig.p.drummond
809951681a Remove support for artist images in online services. 2014-03-19 19:51:29 +00:00
craig.p.drummond
bcabc3b9aa Improve external tags helper 2014-03-14 19:14:03 +00:00
craig.p.drummond
addfca835a Update (c) year 2014-01-06 19:32:05 +00:00
craig.p.drummond
5d63ab1d78 Only use taglib in tags.cpp/filetyperesolver.cpp 2013-11-26 19:59:15 +00:00
craig.p.drummond
23a0161275 Album genres 2013-10-10 20:28:39 +00:00
craig.p.drummond
d09d45b421 Read album genres too 2013-10-10 20:26:51 +00:00
craig.p.drummond
99eadf6f0a Fix covers of online services (Jamendo/Magnatune) 2013-10-10 20:25:37 +00:00
craig.p.drummond
7b7f35aa95 Reduce code duplication slightly - by placing common code in MusicModel and MultiMusicModel 2013-07-17 18:16:50 +00:00
craig.p.drummond
045bf0d5ac Encode song details into URL for all services 2013-07-16 18:31:19 +00:00
craig.p.drummond
79bf0dcf80 Fake track numbers 2013-07-11 18:33:44 +00:00
craig.p.drummond
6ad47dda3a Fix Jamendo Tock & Roll genre 2013-07-11 18:33:29 +00:00
craig.p.drummond
c60604502f Remove Qt module prefix from includes - will make Qt5 port a little easier! 2013-01-28 19:33:42 +00:00
craig.p.drummond
0ded0e0934 Artist and album images for online services 2013-01-21 19:45:30 +00:00
craig.p.drummond
afdba928ec Add support for downloading from Jamendo 2013-01-17 17:03:42 +00:00
craig.p.drummond
177c4bb539 Fix saving of settings - plus use strings to save enums 2013-01-16 19:37:15 +00:00
craig.p.drummond
fefd0caebd Intial support for Jamendo and Magnatune. 2013-01-14 20:02:22 +00:00