415 Commits

Author SHA1 Message Date
Craig Drummond
b6bd94c236 Update (c) year 2022-01-08 21:24:07 +00:00
Craig Drummond
f4e4a6ed33 Add Grouping tag support to playlists and queue. 2021-12-27 19:58:47 +00:00
Craig Drummond
b65b182629 Misc fixes - taken from https://github.com/fenuks/cantata 2021-12-27 17:05:24 +00:00
Craig Drummond
630d3c5c6e When searching for lyrics, if fail and artist starts with "The " then try again without "The "
Closes #1752
2021-11-11 23:11:08 +00:00
Craig Drummond
5b3f494676 Hide spinner even when no cover 2021-11-11 22:49:47 +00:00
Craig Drummond
059aceb95d Fix build issues due to previous change. #1727 2021-07-29 12:13:42 +01:00
Craig Drummond
31b8a6d9b9 Revert "Revert "Merge pull request #1727 from jprjr/fix-deprecated-warnings""
This reverts commit be9c1e74e0.
2021-07-29 12:00:04 +01:00
Craig Drummond
be9c1e74e0 Revert "Merge pull request #1727 from jprjr/fix-deprecated-warnings"
This reverts commit cb18837d11, reversing
changes made to b296cf7113.
2021-07-28 19:44:57 +01:00
John Regan
d0d3304942 fix deprecation: delta obsolete, use angleDelta 2021-07-20 08:46:34 -04:00
John Regan
b2bb7b7ccd fix deprecation: endl is now Qt::endl 2021-07-20 08:15:36 -04:00
John Regan
cc0d116986 fix deprecation: QString::SkipEmptyParts is now Qt::SkipEmptyParts 2021-07-19 15:00:32 -04:00
CraigD
902709fcfc Merge pull request #1718 from remipp/refreshlyrics
Allow refreshing lyrics if the lyrics file doesn't exist
2021-06-01 22:57:11 +01:00
Philipp Rempe
f0a45ef6eb Allow refreshing lyrics if file doesn't exist 2021-06-01 19:49:14 +02:00
Philipp Rempe
c6b5ba8045 Fix genius and azlyrics for titles containing '?' 2021-06-01 13:24:28 +02:00
Craig Drummond
6b15303f17 HTML escape values before fixing new lines, not after!
Closes #1698
2021-03-19 17:50:02 +00:00
Philipp Rempe
6f2fe6ea51 Fix Album, Artist and Song overlap on sidebar resize 2021-03-01 13:59:53 +01:00
remipp
f6ce41f00e Replace — in wikipedia description 2021-02-27 15:38:35 +01: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
Thomas Uhle
4ca9943e1e Change SongView::update() to always update and show metadata
Also show metadata of the current track in the context view if 'title' or
'artist' are missing, but keep not to fetch information nor lyrics. Also
update metadata if other tags different from 'title' or 'artist' change.
2020-06-10 14:30:15 +02:00
Thomas Uhle
1abcac9a3e Center covers in context view by use of <div> container
Using <table> as a work-around to center the covers in the context view does
not work properly sometimes. But a <div> container does a rather good job.
2020-06-08 14:20:43 +02:00
Craig Drummond
bafb46be50 Add chartlyrics.com to list of lyrics providers.
Issue #1604
2020-05-23 07:41:06 +01:00
Craig Drummond
5a8fcd033f Correctly set 'storeLyricsInMpdDir' config item, UI was setting wrong config item.
Issue #1576
2020-03-01 14:17:52 +00:00
Craig Drummond
c08b48dda0 Remove Encyclopaedia Metallum from lyrics providers, as does not work.
Closes #1571
2020-02-17 16:10:42 +00:00
Craig Drummond
b8645d1358 Fix most, but not all, deprecation warnings. 2020-02-16 09:51:37 +00:00
Craig Drummond
d7b3965b9b Update (c) year 2020-01-01 11:51:13 +00:00
Craig Drummond
2d8566d743 - Show podcast coves in toolbar, queue, and info view.
- Show podcast description in info view.
- Only show cover in toolbar cover tooltip.
Issue #1556
2019-12-05 16:01:39 +00:00
Craig Drummond
69f687c162 Remove zooming from context view.
Closes #1545
2019-10-28 16:00:24 +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
55de8b7331 Apply songbiew patch, and replace "\n" (literal) with new-line so that
it is then replaced with "<br/>"
Closes #1461
2019-05-15 16:32:51 +01:00
Craig Drummond
aa4121a6ff Only add song info field if its not empty 2019-05-11 12:22:07 +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
a262225eef If no lyrics found, create initial file when asked to edit.
Closes #1480
2019-04-28 11:55:14 +01:00
Craig Drummond
138589aa0a When listing albums in context view, if can't find and for artist, try
composer.
Issue #1460
2019-03-04 20:08:37 +00: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
Martin Blumenstingl
10e3caa046 Update lyrics.com lyrics provider
* Fix "not found" detection.
* Also exclude footer.

From clementine-player/Clementine/commit/a82cc2f8a6bf99 - original
author: @di72nn
2019-02-23 21:39:51 +01:00
Martin Blumenstingl
4bb28ed94d Update letras lyrics site
From clementine-player/Clementine/commit/d8135a96d06653 - original
author: @hatstand
2019-02-23 21:38:39 +01:00
Martin Blumenstingl
da44fa0345 Update AZLyrics parsing rule
From clementine-player/Clementine/commit/7e9f9802b09f25 - original
author: @di72nn
2019-02-23 21:36:35 +01:00
Craig Drummond
ab02a93bdd Show Original Year in context view metadata.
Closes #1452
2019-02-21 17:44:41 +00:00
Craig Drummond
3e839b1d32 Re-add option to save lyrics in music folder.
Closes #1454
2019-02-21 17:42:33 +00:00
Craig Drummond
67225dfd71 HTML escape strings
Closes #1448
2019-02-10 17:12:35 +00:00
aqua36
bcf2d37675 lyrics_providers.xml: now handles colon correctly for genius 2019-01-24 10:36:36 +02:00
Craig Drummond
0aadefef3c Make 'Icon' a namespace not class 2018-05-24 19:05:54 +01:00
chm
c5bdc19d99 add comma+period to skipped chars when formatting url for genius.com 2018-05-20 18:55:00 +03:00
Craig Drummond
6fbf2b5be3 Replace & with and - for genius.com
Issue #1286
2018-05-20 16:22:44 +01:00
aqua36
aaeff7a517 fix typos in previous commits 2018-05-20 18:14:48 +03:00