Commit Graph

1001 Commits

Author SHA1 Message Date
craig.p.drummond
4e7705ceae Show composer images - see README for details. 2015-04-05 22:32:27 +00:00
craig.p.drummond
82a95ea06e 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
b33e7fae50 Fix composer support when loading from cache 2015-03-26 22:55:32 +00:00
craig.p.drummond
0cf86b417e 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
93b70ec240 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
8a315200c6 - 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
5eb4c67062 Fix header context menu items
BUG: 640
2015-02-27 18:05:39 +00:00
craig.p.drummond
3c880d8707 Allow setting of column alignments in table views.
BUG: 632
2015-02-24 11:32:10 +00:00
craig.p.drummond
5995c4825d Use '#' for track number column title in table view. 2015-02-23 16:21:10 +00:00
craig.p.drummond
2eae88e3a9 Oops! Remove left over debug line... 2015-02-15 15:29:16 +00:00
craig.p.drummond
b726ef6e7a 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
0de7adb4e2 Do not reset current song when shuffling albums, or sorting playqueue.
BUG: 606
2015-02-07 23:45:23 +00:00
craig.p.drummond
ba6d330485 - (both) don't allow to set shorcut for actions that are menus (set prio, copy to dev)
- (trunk) reduce number of actions that can have shortcuts defined, list was way tooooo large!
2014-12-15 13:21:11 +00:00
craig.p.drummond
1ba2a2c2ff - Fix potential crashes on refresh. Need to ensure consistent string is used for album index. Also, when getting albums and artists via index, ensure correct item is returned.
BUG: 596
2014-11-26 12:24:51 +00:00
craig.p.drummond
73197114f3 Use regular artist icon for "Various Artists" 2014-10-31 21:35:45 +00:00
craig.p.drummond
88cc717a0b In Artists view, place "Various Artists" in alphabetical position - this is consistent with albums view.
BUG: 579
2014-10-31 21:24:25 +00:00
craig.p.drummond
257ae31f39 Ignore "The" when sorting albums.
BUG: 578
2014-10-31 21:16:38 +00:00
craig.p.drummond
f9797a977b Fix Ubuntu Touch builds.
BUG: 577
2014-10-31 20:30:56 +00:00
craig.p.drummond
276c8607db Re-add option to show artist images in tree and list views.
BUG: 575
2014-10-30 17:21:11 +00:00
craig.p.drummond
ae2a05dc4a If connected to MPD>=0.19 using address 127.0.01 and MPD supports 'file' URL handler, then pass local files as 'file://' URLS.
BUG: 574
2014-10-30 08:39:11 +00:00
craig.p.drummond
6abfb60bea Keep rating values when update 2014-10-07 11:05:18 +00:00
craig.p.drummond
ac6335a433 Only request ratings when needed 2014-10-07 07:01:10 +00:00
craig.p.drummond
6a33460581 Use correct #define! 2014-10-01 17:00:05 +00:00
craig.p.drummond
a17f20138c - Fix missing toolbar icon under OSX
- Menubar icon hack is only applicable when running under Unity for Linux/Qt builds.
2014-10-01 16:03:08 +00:00
craig.p.drummond
c0d3ac81db - Add control buttons for windows thumbnail toolbutton.
- Add prev/play/pause/etc to OSX dock menu
- As part of this connect to correct triggered signal!
2014-10-01 15:50:29 +00:00
craig.p.drummond
488761cad8 More broken libdbusmenu-qt workarounds. Really wish it would repect the dont show icons in menu setting!!! 2014-09-30 20:36:20 +00:00
craig.p.drummond
3844edfb34 Ignore empty station names in shoutcast and dirble. 2014-09-26 18:02:36 +00:00
craig.p.drummond
55cafd92f3 Podcast fixes/improvements
- Add actions to mark podcast as episode as listened or new.
- Add action to cancel podcast downloads.
- Download podcasts sequentially.
- Fix display of unplayed podcast episode counts.
BUG: 547
2014-09-25 18:18:26 +00:00
craig.p.drummond
d381243cd0 Set default for update arg 2014-09-23 22:27:01 +00:00
craig.p.drummond
a188a41b39 Full refresh action. Needed to recognise changes to ArtistSort, etc. 2014-09-23 20:28:23 +00:00
craig.p.drummond
3b1be0f698 Fix OSX paste error! 2014-09-22 18:42:07 +00:00
craig.p.drummond
ccc46f4fe8 ...and the actual changed files!!!!
BUG: 539
2014-09-22 12:45:41 +00:00
craig.p.drummond
2190ba242b Add option to disable song info tooltips. 2014-09-14 08:01:19 +00:00
craig.p.drummond
a11ac21525 Allow all bar title and artist columns to be hidden in playqueue. 2014-09-14 07:23:26 +00:00
craig.p.drummond
39a80ba9de Display multiple genres as separate entries in playlists page genre combo. 2014-09-03 18:27:53 +00:00
craig.p.drummond
46d43eb58e Use Song::genres() to split genre 2014-09-03 18:27:32 +00:00
craig.p.drummond
33b032ebf0 m_coverRequested is only for Ubuntu builds 2014-09-03 18:26:15 +00:00
craig.p.drummond
1252c2f7e1 Show covers in playlists views 2014-08-21 16:38:35 +00:00
nikwen.developer@gmail.com
78636b4be3 Real fix for the bug 2014-08-21 13:50:07 +00:00
nikwen.developer@gmail.com
0d3707b90d Fixed a bug where covers would not be reloaded when changing the fetch covers option 2014-08-21 11:39:37 +00:00
nikwen.developer@gmail.com
2e05fe0564 Fix Ubuntu build and increase version number 2014-08-18 11:09:43 +00:00
craig.p.drummond
0ee187bb01 Simplify 2014-08-17 15:03:19 +00:00
craig.p.drummond
37e1ca0e21 Split genres by comma in table views 2014-08-17 14:59:37 +00:00
craig.p.drummond
09eeacd309 Show covers in search response 2014-08-17 14:58:45 +00:00
craig.p.drummond
be8ec96e04 Fix Ubuntu build 2014-08-10 08:12:22 +00:00
craig.p.drummond
934bd46354 Use 0..10 for ratings. 1=0.5 star, 2=1 star, 3=1.5 stars, etc. 2014-07-31 19:29:38 +00:00
craig.p.drummond
968adf7c62 Cleanup 2014-07-30 19:01:34 +00:00
craig.p.drummond
df7604c302 Remove some moc/QObject warnings in KDE builds without streams or http server.
BUG: 507
2014-07-23 20:56:09 +00:00
craig.p.drummond
3538ff6578 Semi colon not needed after Q_UNUSED 2014-07-23 18:04:26 +00:00
craig.p.drummond
75cc63ea16 Initial support for ratings - stored in MPD's sticker DB. This is NOT complete - support in dynamic playlists is still TODO... 2014-07-21 19:01:56 +00:00