74 Commits

Author SHA1 Message Date
Craig Drummond
b6bd94c236 Update (c) year 2022-01-08 21:24:07 +00:00
Craig Drummond
5b3f494676 Hide spinner even when no cover 2021-11-11 22:49:47 +00:00
Craig Drummond
11bb7571c9 Update (c) year 2021-01-01 10:06:43 +00:00
Christian Friedrich Coors
1f2f5300e4 Limit number of songs queried by AlbumView 2020-11-06 19:06:48 +01: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
7e0dfe8ef8 Fic current track not highlighting if from cue file
Closes #1495
2019-05-23 17:45:15 +01:00
Craig Drummond
a58d837f8f Use FanArt.tv for artist images
Closes #1485
2019-05-19 10:06:54 +01:00
Craig Drummond
914a59b3a4 ...again albumArtistOrComposer
Issue #1489
2019-05-18 16:50:17 +01:00
Craig Drummond
29fc0d93bc Use albumArtistOrComposer to albumArtist
Issue #1489
2019-05-18 08:46:43 +01:00
Craig Drummond
0f6c4d1b10 Due to Last.fm changes, artist images are no longer supported. See ARTIST_IMAGE_SUPPORT sections for removed code.
Issue #1485
2019-05-06 10:14:45 +01:00
Craig Drummond
80276b0292 Revert #62537412bf66c023af3be969ec606c7f1fa4ab5f
Closes #1267
2018-05-05 12:04:46 +01:00
Craig Drummond
122fa5641b Fix creation of refresh action under windows 2018-05-03 19:31:53 +01:00
Craig Drummond
ea2efb04e2 Open text files with QIODevice::Text
Issue #1261
2018-05-02 21:41:08 +01:00
Craig Drummond
32f54ae3bd Stretching albums covers not working under Windows, so just remove option.
Closes #1252
2018-04-30 22:23:56 +01:00
Craig Drummond
eff0e66d39 Use AUTOMOC 2018-03-07 19:04:14 +00:00
Craig Drummond
5f41652afc As well as miking covers take full width, also shrink images if not
enough space
2018-02-14 17:39:57 +00:00
Craig Drummond
151d2bbc61 Fix context view for local files
Closes #1207
2018-02-13 18:54:25 +00:00
Craig Drummond
56cece560f Add option to scale album cover in information view.
Closes #1205
2018-02-13 18:24:33 +00:00
Craig Drummond
211ef07cb7 Make track links in context view work with CUE files.
Closes #1179
2018-01-31 18:42:21 +00:00
Craig Drummond
6f737d596c Disable track links in contect view for cue tracks. There's no reliable
way to know if track is in playqueue or not.
Closes #1179
2018-01-29 20:12:30 +00:00
Craig Drummond
2139d3dbb8 Update (c) year 2018-01-01 10:11:39 +00:00
Craig Drummond
6e100a5ef5 Use for(var: list) and not foreach(var, list) 2017-11-27 22:36:53 +00: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
alex
ff5cd93f21 right align track numbers in album view 2016-08-05 19:52:57 +02:00
Craig Drummond
94f26acfe0 Use FontAwesome icons for all action icons. 2016-07-19 19:44:51 +01:00
Craig Drummond
705648420a Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
9533f12881 Update (c) year 2015-08-13 21:12:34 +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
0e4bfcea2a Store radio station 'name' field in extra map 2014-06-16 19:14:18 +00:00
craig.p.drummond
2308642c5c Use QDesktopServices to start browser / file-manager 2014-06-10 19:48:00 +00:00
craig.p.drummond
27bc161f39 Fix wikpedia/last.fm link in track view 2014-06-10 19:45:08 +00:00
craig.p.drummond
110ca299c1 Show track info in context-view as well as artist and album info. Track info is stacked behind lyrics. 2014-06-09 18:43:49 +00:00
craig.p.drummond
62da2fa44e Use systemDir() 2014-06-03 15:47:45 +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
549cd48898 Update context-view when artist, or album, image is updated. 2014-03-21 20:06:07 +00:00
craig.p.drummond
d66042fe8c When song is updated in context view, abort any current network jobs.
BUG: 442
2014-03-17 19:48:11 +00:00
craig.p.drummond
d07a3c718a Dont auto-switch to context view if playing a radio stream 2014-02-25 19:25:00 +00:00
craig.p.drummond
addfca835a Update (c) year 2014-01-06 19:32:05 +00:00
craig.p.drummond
9c474c8875 Add action to cancel context jobs 2013-11-20 22:11:34 +00:00
craig.p.drummond
f2fa313ee4 - Allow some cover requests to be 'urgent' - these will be loaded in UI thread, if cover exists.
- Keep track of current cover queries, so that we dont attempt to acces the same one twice
2013-09-30 18:20:26 +00:00
craig.p.drummond
556071c2a7 Use NetworkJob to automatically, and consistently, handle re-directs 2013-09-18 18:11:49 +00:00
craig.p.drummond
e653e06281 Embed stream icons too 2013-08-12 18:32:58 +00:00
craig.p.drummond
31c6e50503 Better handling of streams in context view 2013-08-08 19:15:45 +00:00
craig.p.drummond
8eb5ec0abb Check if song is empty 2013-08-08 19:14:29 +00:00
craig.p.drummond@gmail.com
cd83ac16c7 Compare filename's to detect current track 2013-07-04 11:13:08 +00:00
craig.p.drummond
17b72b8469 File parameter is used! 2013-06-17 18:33:48 +00:00
craig.p.drummond
ed22d7dbee Dont wait for artist bio before displaying album info - artistview may be hidden, in which case it wont update! 2013-06-10 16:35:17 +00:00
craig.p.drummond
bd20ec0b73 Strip 'featuring' from artist names 2013-06-04 18:32:23 +00:00