Commit Graph

15 Commits

Author SHA1 Message Date
Craig Drummond
c5e7fa9c0d Use AUTOMOC 2018-03-07 19:04:14 +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
a2f007a2b7 Update (c) year 2017-04-02 18:45:30 +01:00
Craig Drummond
21733047c7 Add return statement
Issue #957
2017-02-04 15:03:54 +00:00
Craig Drummond
77b0df9677 If can't load SQLite db, then show error and terminate. 2016-07-12 20:18:14 +01:00
Craig Drummond
39186dd87f Fix Jamendo and Magnatune covers. 2016-06-17 22:43:49 +01:00
Craig Drummond
ef023addd8 Delay creation of Jamendo and Magnatune DBs until required. 2016-01-29 21:27:15 +00:00
Craig Drummond
05647dca0f Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
3d0aaf40d6 Check alidity of 'db' in startUpdate 2015-09-19 15:26:39 +01:00
Craig Drummond
af33673d03 Use text for string rows - otherwise '+44' is converted to '44'
#717
2015-08-02 15:10:13 +01:00
Craig Drummond
ef47c09b26 Sledgehammer. If schema version changes, delete SQL file to force
re-load.
2015-07-30 21:02:41 +01:00
Craig Drummond
26b922c174 - 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
9b13de6c2f 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
a8709610ab Oops forgot to add these!!! 2015-06-19 23:05:58 +01:00