Commit Graph

964 Commits

Author SHA1 Message Date
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
craig.p.drummond
2db5421be6 Fix non-device enabled builds 2014-07-17 16:17:04 +00:00
craig.p.drummond
cb90785a43 Podcast cover name 2014-07-16 19:10:56 +00:00
craig.p.drummond
0521527511 Enable podcast covers! 2014-07-16 19:09:13 +00:00
craig.p.drummond
d72c899dca - Remove GUI option to control saving of scaled covers. This is enabled by default, and can be toggled via the config file.
- Dont re-load view when sort changes.
2014-07-16 19:07:41 +00:00
craig.p.drummond
68cc3c2410 - Remove cover size setting, set automtically.
- Artist images only shown in grid view.
- No images, or icons, shown in basic tree view.
2014-07-16 19:06:33 +00:00
craig.p.drummond
840999e7d3 Use Covers::self()->get() to retrieve all covers 2014-07-16 19:05:36 +00:00
craig.p.drummond
21ab8aa7e1 Only enable playqueue actions if can play tracks from device 2014-07-16 19:01:59 +00:00
craig.p.drummond
479b124bb1 Use consistent song tooltip everywhere 2014-07-10 19:49:53 +00:00
craig.p.drummond
5479577d97 Better tooltip for songs 2014-07-10 19:49:12 +00:00
craig.p.drummond
4bebf916ed Use Qt5's own json parser fopr Qt5 builds. 2014-07-10 19:46:40 +00:00
craig.p.drummond
49f0e23111 Fix ubuntu touch build 2014-07-03 18:55:24 +00:00
craig.p.drummond
d9abad6da1 Remove old cache entries 2014-07-01 19:19:37 +00:00
craig.p.drummond
5c5860a178 Update currentRowNum if song is moved
BUG: 497
2014-06-30 18:43:20 +00:00
craig.p.drummond
a5587785b0 Use postFormData() 2014-06-17 16:57:32 +00:00
craig.p.drummond
2e7ba73c29 Fix Ubuntu Touch build 2014-06-17 16:55:33 +00:00
craig.p.drummond
0c46925adf Use QElapsedTimer to control frequency of updates 2014-06-17 16:54:22 +00:00
craig.p.drummond
5d39a638f0 Fix progress display when saving XML 2014-06-17 16:53:40 +00:00
craig.p.drummond
c5f972edb8 No need for m_itemData in MusicLibraryItemSong 2014-06-16 19:24:12 +00:00
craig.p.drummond
4e1d473692 Fix saving of album genres 2014-06-16 19:23:49 +00:00
craig.p.drummond
9163f6c4b0 Reduce memory usage - by only creating a set for genres if there is more than 1 2014-06-16 19:23:14 +00:00
craig.p.drummond
104599f079 Un-break cache! 2014-06-16 19:22:11 +00:00
craig.p.drummond
3e79c9eb94 No need for fix - version has been changed 2014-06-16 19:19:19 +00:00
craig.p.drummond
699bf12b27 Make constGenreSep available elsewhere 2014-06-16 19:17:34 +00:00
craig.p.drummond
0e4bfcea2a Store radio station 'name' field in extra map 2014-06-16 19:14:18 +00:00
craig.p.drummond
c7e5a83d9d Store musicbrainz-album-id in extra map 2014-06-16 19:12:17 +00:00
nikwen.developer@gmail.com
321712b0f8 Fix Ubuntu build error 2014-06-14 13:10:56 +00:00
craig.p.drummond
071be39b0d Add performer and composer to table-view for playqueue, playlists, and search 2014-06-11 18:27:13 +00:00
craig.p.drummond
e751c09364 Also read performer for display in context view 2014-06-11 18:25:29 +00:00
craig.p.drummond
6250bea4ad Use musicbrainz album id if present 2014-06-10 19:50:12 +00:00
craig.p.drummond
f333fd6399 If artist is different to album-artist, then show track title as "title - artist" 2014-06-09 18:43:00 +00:00
craig.p.drummond
519c72db7b Use column 0 only 2014-05-23 21:44:14 +00:00
craig.p.drummond
c07052cdfb Encode positons as integers in mimedata - no strings 2014-05-23 21:43:57 +00:00
craig.p.drummond
40131f2e98 No need to call save in destructor
BUG: 484??
2014-05-23 21:43:09 +00:00
craig.p.drummond
8445e705ae Fix playqueue shuffle/sort if we have albums of same name, but different mb id 2014-05-21 18:42:24 +00:00
craig.p.drummond
b8d8bd5a3e Dont use statics for search URLs. Having static QStrings in one class depend on static QStrings in another cuases windows builds to crash! 2014-05-19 18:38:23 +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
2e7d7762f3 Remove cache when remove provider 2014-05-09 19:38:39 +00:00