Commit Graph

1397 Commits

Author SHA1 Message Date
Craig Drummond
c18e48a60b Album/artist sorting 2015-06-08 20:54:44 +01:00
Craig Drummond
087bffb08c 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 Drummond
3b2e6dddeb Fix OpenBSD build.
#666
2015-04-26 16:04:44 +01:00
Craig Drummond
31dbc7e2f9 Use mpd.cantata as DBus service name. 2015-04-25 15:23:28 +01:00
craig.p.drummond
906a1a73c3 Resolve TuneIn radio URL's before adding to favourites (if added via TuneIn search). 2015-04-25 11:15:43 +00:00
craig.p.drummond
9cc07d83b2 Show error message if parsing cache file fails. 2015-04-20 19:45:14 +00:00
craig.p.drummond
00fcfb8c8e When removing duplicates, take album into account as well as artist and title.
BUG: 664
2015-04-16 20:57:42 +00:00
craig.p.drummond
a7f884139a Dirble v2 API. 2015-04-15 21:58:06 +00:00
craig.p.drummond
58b90d497e Show composer images - see README for details. 2015-04-05 22:32:27 +00:00
craig.p.drummond
5d7f2ea2d6 CMake option to enabkle touch-friendly support. Disable by default (apart from in Windows) as it only really works under windows. 2015-04-05 20:09:16 +00:00
craig.p.drummond
9c959d930b Remove touch friendly setting from OSX builds - no touch screen Macs? 2015-04-05 09:55:11 +00:00
craig.p.drummond
d2bc804464 Correct entry 2015-04-04 12:17:28 +00:00
craig.p.drummond
5e3f7b3fd5 Ensure consistent order when adding albums as per adding artists. 2015-04-03 22:41:12 +00:00
craig.p.drummond
05d213abb7 Allow local socket path to start with ~ 2015-04-03 17:54:04 +00:00
craig.p.drummond
c7471aa64d Hide cover, HTTP stream, and top-level folder options under a 'Show All Options' button. 2015-04-03 17:44:39 +00:00
craig.p.drummond
1090d2ed94 For Linux builds, if system tray icon is null (becasue QIcon cannot find it) then add icon files manually.
BUG: 660
2015-04-03 09:13:55 +00:00
craig.p.drummond
d8d124b17b For Linux builds, add $install/share/icons to Qt's icon theme search path if it does not already contain it.
BUG: 660
2015-04-03 07:58:54 +00:00
craig.p.drummond
8ca8c4deea Use treble clef icon in artists list if composer tag is being used for an artist. 2015-03-28 14:36:15 +00:00
craig.p.drummond
c9872c11fd Fix build with proxy config and Qt5
BUG: 656
2015-03-28 10:39:24 +00:00
craig.p.drummond
976693b58f Update 2015-03-28 10:37:32 +00:00
craig.p.drummond
1693fe4ef8 Add option to provide a list of genres which should use composer, and not album-artist, to group albums. 2015-03-25 23:19:42 +00:00
craig.p.drummond
12b7bf0e83 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
8b180c8ae1 Bundle openSSL libs with windows builds.
BUG: 638
2015-03-03 21:30:47 +00:00
craig.p.drummond
e0437d7d54 Don't convert -ve track, disc, or years to unsigned - set to 0.
BUG: 643
2015-02-27 22:36:36 +00:00
craig.p.drummond
2d343f8b79 - Separate title and track number in search model table view.
- Show rating in search model table view.
2015-02-27 22:06:34 +00:00
craig.p.drummond
bfb2e9e8d8 Fix fetching of ratings in table style playqueue. 2015-02-27 18:23:57 +00:00
craig.p.drummond
e739223560 Fix display of rating in tag dialog when only 1 file is being edited. 2015-02-27 18:18:19 +00:00
craig.p.drummond
e8e6aa4ccd Fix cantata-remote script (used for Unity launcher integration) when this uses qdbus. 2015-02-26 23:09:03 +00:00
craig.p.drummond
d9e47c5da6 Add 'Collections' and 'Outputs' menus to system tray menu (Linux and Windows builds only)
BUG: 633
2015-02-26 22:53:28 +00:00
craig.p.drummond
6d6b8fa676 Enable 'save' button when reading ratings from multiple files.
BUG: 636
2015-02-26 20:08:02 +00:00
craig.p.drummond
d902485e8c Add 'setCollection' to Cantata's DBUS interface.
BUG: 634
2015-02-25 18:24:22 +00:00
craig.p.drummond
41b62c0a7d Fix replaygain calculation when ffmpeg is using planar formats.
BUG: 609
2015-02-24 14:39:48 +00:00
craig.p.drummond
1ad0e107ae Allow setting of column alignments in table views.
BUG: 632
2015-02-24 11:32:10 +00:00
craig.p.drummond
ecb59fad60 Use '#' for track number column title in table view. 2015-02-23 16:21:10 +00:00
craig.p.drummond
bc2b51e58e Re-add Gtk combo popup size hack - but for all styles that use this Gtk-like combo popup. 2015-02-23 13:37:14 +00:00
craig.p.drummond
3922e38b53 Respect carriage returns when displaying comments in context view.
BUG: 631
2015-02-20 22:33:36 +00:00
craig.p.drummond
3ce8573aa1 Fix FreeBSD build.
BUG: 629
2015-02-19 18:00:01 +00:00
craig.p.drummond
879e9bcf5d MPD 0.19.2 can handle m3u8, so pass stream URLs of this type straight to MPD. 2015-02-18 00:03:33 +00:00
craig.p.drummond
36f6d19d6a Use correct stream icon in playqueue for streams with no song details. 2015-02-17 23:08:17 +00:00
craig.p.drummond
ecdacb0479 Workaround build issues with SpeexDSP 1.2rc2
BUG: 627
2015-02-17 20:04:52 +00:00
craig.p.drummond
af062a8fd3 When playing a digitally imported (or JazzRadiom, etc) stream from the favourites section, then modify the URL if the user has a premium account (to match what existing behaviour is stream is played from the station list)
BUG: 623
2015-02-15 15:20:12 +00:00
craig.p.drummond
55d01ee5b3 Spelling 2015-02-13 18:32:15 +00:00
craig.p.drummond
939ba28e4c Be more flexible about helper lib sub-dir name. 2015-02-13 18:27:34 +00:00
craig.p.drummond
0d1c162607 Don't crash when detecting an audio CD with no tracks.
BUG: 624
2015-02-12 18:35:57 +00:00
craig.p.drummond
45469f828b Enable scrobble 'love' button even if scrobbling is disabled.
BUG: 625
2015-02-11 23:37:06 +00:00
craig.p.drummond
4f648896fc Do not reset current song when shuffling albums, or sorting playqueue.
BUG: 606
2015-02-07 23:45:23 +00:00
craig.p.drummond
90644422f9 Add 'Copy To Device' to playqueue.
BUG: 607
2015-02-07 07:55:20 +00:00
craig.p.drummond
9220de505c Also accept 'localhost' when checking for local MPD 0.19 connection. 2015-02-07 07:32:59 +00:00
craig.p.drummond
2b92fa941a For Linux non-KDE builds, use login1 interface to detect system resuming. 2015-02-04 21:59:29 +00:00
craig.p.drummond
d678a203bb Only use lib64 for non-KDE 64 bit linux builds if -DUSE_LIB64_FOR_HELPERS=ON is passed to cmake.
BUG: 618
2015-02-01 13:25:49 +00:00