Commit Graph

7227 Commits

Author SHA1 Message Date
Craig Drummond
4ce3bd72d2 If hostname starts with a at (@) treat as local socket.
Issue #1486
2019-05-15 16:47:34 +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
aaa3c87e8e Apply CueFile changes
Issue #1461
2019-05-12 10:18:19 +01:00
Craig Drummond
aa4121a6ff Only add song info field if its not empty 2019-05-11 12:22:07 +01:00
Craig Drummond
44b8952dce When adding tracks via commandline, only play if queue is currently empty, otherwise just append new tracks.
Closes #1484
2019-05-06 10:40:12 +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
1de35af55b Revert some changes
Issue #1461
2019-04-27 09:26:18 +01:00
Craig Drummond
1333da73c6 Load Various Artist image, if found.
Closes #1478
2019-04-27 09:00:27 +01:00
Craig Drummond
51ae1ca4f0 Merge branch 'master' of ssh://github.com/CDrummond/cantata 2019-04-26 18:34:00 +01:00
Craig Drummond
9c5fcf0cbd Fix image requests when using composers.
Closes #1477
2019-04-26 18:33:29 +01:00
CraigD
d8c60f0760 Merge pull request #1475 from kbroulik/improved-notifications
Improved notifications
2019-04-17 17:06:58 +01:00
Kai Uwe Broulik
781f724ead Set low urgency for track change notification 2019-04-17 12:44:13 +02:00
Kai Uwe Broulik
139e0b8713 Set low urgency hint for notifications and send along desktop entry
Allows the notification server to better identify where the notification comes from and that
it is a non-important notification that shouldn't e.g. clutter up the notification backlog.
Moreover, according to freedesktop Notifications spec the "appName" is a user-visible
name, so use applicationDisplayName for it.
2019-04-17 12:36:22 +02:00
Kai Uwe Broulik
10016d7bd5 Set correct desktop file name and application display name
According to Qt docs, desktopFileName is the *base* name, i.e. without ".desktop" suffix
2019-04-17 12:31:54 +02:00
Craig Drummond
22de6a05b3 Fix compile
Issue #1461
2019-03-29 17:58:33 +00:00
Craig Drummond
001f434905 Parse more fields from CUE files.
Issue #1461
2019-03-29 17:52:23 +00:00
Craig Drummond
48fd4942d7 Apply 'Single Tracks' tweak to play queue items
Issue #1471
2019-03-20 17:01:18 +00:00
Craig Drummond
1ed064c67f When subscribing to a podcast, check if there are any downloaded episodes from a previous subscription.
Closes #1468
2019-03-15 22:48:32 +00:00
Craig Drummond
097614a788 When downloading podcasts, use whole path for filename.
Closes #1467
2019-03-14 21:45:05 +00:00
CraigD
b8847cdb89 Merge pull request #1464 from cpitclaudel/patch-1
Disable zeroconf for local MPD instances
2019-03-07 21:20:54 +00:00
Clément Pit-Claudel
e1e15a1d2d Disable zeroconf for local MPD instances
Instances of MPD started by Cantata do not need to register with Avahi, but
zeroconf_enabled defaults to "yes".
2019-03-07 15:34:56 -05: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
0690393854 In toolbar, disaply "Composer - Artist - Album" (for composer genres)
Issue #1460
2019-03-01 21:50:45 +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
CraigD
9af36342dc Merge pull request #1455 from xdarklight/lyrics-provider-changes-20190223
Lyrics provider fixes
2019-02-23 22:44:54 +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
2be74efbde Add --fullscreen command-line option to start fullscreen.
Closes #1450
2019-02-21 17:50:01 +00: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
CraigD
0e68e8d3d7 Merge pull request #1453 from a17r/solid-lite-static
Fix solid-lite static linking
2019-02-21 17:16:26 +00:00
Andreas Sturmlechner
b85979284e Fix solid-lite static linking
If BUILD_SHARED_LIBS is part of standard system cmake args:

  cantata: error while loading shared libraries: libsolidlite.so:
  cannot open shared object file: No such file or directory
2019-02-21 11:52:38 +01:00
Craig Drummond
67225dfd71 HTML escape strings
Closes #1448
2019-02-10 17:12:35 +00:00
Craig Drummond
69dff6319c Fix deprecation warning 2019-02-06 18:34:56 +00:00
Craig Drummond
087d5a1223 Fix greyscale images in notifications.
Issue #1447
2019-02-06 18:30:37 +00:00
Craig Drummond
d7b379b75b Fix crash when double-clicking outside of table-view (when this is set to not stretch columns).
Closes #1445
2019-01-31 21:38:00 +00:00
Craig Drummond
d1ffba1dc9 When checking for http:/ also check for https:/
Issue #1444
2019-01-30 17:52:59 +00:00
Craig Drummond
09df75d3bd Fix saving, and reading back, https:// as MPD music folder.
Closes #1444
2019-01-30 17:47:42 +00:00
Craig Drummond
ed947e2052 Encode ampersands
Closes #1439
2019-01-24 21:32:40 +00:00
CraigD
1ec75b76c2 Merge pull request #1442 from aqua36/master
lyrics_providers.xml: now handles colon correctly for genius
2019-01-24 11:52:52 +00:00
aqua36
bcf2d37675 lyrics_providers.xml: now handles colon correctly for genius 2019-01-24 10:36:36 +02:00
CraigD
5c0911ece1 Mention than only Linux actively supported 2019-01-22 08:35:42 +00:00
Craig Drummond
364807b266 Fix saving, and loading, of custom API keys.
Closes #1438
2019-01-09 22:17:06 +00:00
Craig Drummond
2295f594d3 Show bits in technical info.
Closes #1435
2019-01-05 23:45:17 +00:00
Craig Drummond
5a0260cbd7 Add missing else
Issue #1433
2019-01-05 14:14:49 +00:00
Craig Drummond
b0f767d50f Use correct key
Closes #134
2019-01-05 14:10:21 +00:00
CraigD
8da35f3aee Merge pull request #1430 from shlyakpavel/patch-2
Update librarydb.cpp
2019-01-05 14:04:27 +00:00
CraigD
3165a25d26 Merge pull request #1429 from shlyakpavel/patch-1
Update coverdialog.cpp
2019-01-05 14:04:02 +00:00