Commit Graph

5920 Commits

Author SHA1 Message Date
Craig Drummond
b1020a155b ...and add missing files! 2015-10-18 14:10:36 +01:00
Craig Drummond
3ab3e059f5 Fix mac build 2015-10-18 13:55:54 +01:00
Craig Drummond
9896cd2864 Use SVG icons from papirus, and prerenderd media-optical from oxygen for
windows and mac builds
2015-10-18 13:55:44 +01:00
Craig Drummond
85d1eaf852 Use font awesome icon for cancel 2015-10-17 14:37:30 +01:00
Craig Drummond
8f1bbd1c1e Only support Qt5 for windows 2015-10-17 14:26:40 +01:00
Craig Drummond
648ca49def Oops... 2015-10-17 14:00:28 +01:00
Craig Drummond
005d4f9d8f Move shortcuts icon to pref dialog 2015-10-17 13:59:17 +01:00
Craig Drummond
3a38463e8e Use chevron, not arrow 2015-10-17 13:35:36 +01:00
Craig Drummond
6733188cdc Use font-awesome icons for left/right/up/down and folder button 2015-10-17 13:32:50 +01:00
Craig Drummond
2181773dea If "list genre" returns empty, then also check "list artist". If both
are empty, then we can assume backend is upnp
2015-10-16 22:41:55 +01:00
Craig Drummond
f16ecf48f8 No time? No subtext 2015-10-11 20:23:37 +01:00
Craig Drummond
afd6c70a1f Remove 'Show advanced' button - not realley enough extra settings to
justify this.
2015-10-11 20:06:14 +01:00
Craig Drummond
7242297fa3 Remove 'Use library' setting. Instead, check for return of "list genre".
If this is empty, then assume we cannot populate library via "lsinfo"
2015-10-11 19:59:14 +01:00
Craig Drummond
9d08c2984b Implemente titlewidget button actions for folders 2015-10-09 22:01:52 +01:00
Craig Drummond
d07fc7532b If no sub text, then place main text in center 2015-10-09 21:53:58 +01:00
Craig Drummond
7a48379c61 Fix insert-after current, and drag'n'drop of folders
- NEed to expand list of files before adding
2015-10-09 21:33:22 +01:00
Craig Drummond
2d97b3bdc0 Fix insert after current for playlists 2015-10-09 20:54:47 +01:00
Craig Drummond
1232615c92 Show filename for playlists 2015-10-09 19:52:32 +01:00
Craig Drummond
b0c8061d6d Update 2015-10-09 19:50:19 +01:00
Craig Drummond
2df45a2044 Pass empty string ("") to get all stickers 2015-10-08 22:40:48 +01:00
Craig Drummond
7d5982ea84 No nosingle-tracks handling for folders page 2015-10-08 22:38:05 +01:00
Craig Drummond
12df353bdf Show non-top-level playlists in folders page 2015-10-08 22:34:45 +01:00
Craig Drummond
69020f3d94 Instead of setting MPD top level folder, add option to disable library
page population for an MPD server. This is required in the case where a
UPnP backend is used - in this case there could be duplicated tracks.
This is what the top-level setting was designed to work-around, however
there could be multiple UPnP servers - in which case this would break.
2015-10-08 22:22:54 +01:00
Craig Drummond
ae1f33ac3a Folders model is dynamically populated, so search wont really work - so
redirect to search page.
2015-10-08 21:53:22 +01:00
Craig Drummond
f6d30399df Show folder view by default 2015-10-08 21:46:03 +01:00
Craig Drummond
d0befa5b6b ...and add the models!!! 2015-10-08 21:45:50 +01:00
Craig Drummond
a04307d8e1 Dynamically load folder view. (No nonger use listall :-) ) 2015-10-08 21:42:35 +01:00
Craig Drummond
67a7a49dad Fix last.fm response parsing
#744
2015-10-07 18:05:32 +01:00
Craig Drummond
75ad5cec46 When removing duplicates, take track number into account. 2015-10-02 23:09:59 +01:00
Craig Drummond
6cb312c939 Update 2015-09-20 16:31:06 +01:00
Craig Drummond
5005bf31b1 Remove AudioCD songs from queue when device remove 2015-09-19 19:47:29 +01:00
Craig Drummond
df24d43fd5 No need to decode Cantata stream again - it's decoded inMPDParseUtils
- Plus thie extra decoding was messing up the playqueue id!!!
2015-09-19 18:01:03 +01:00
Craig Drummond
78a181af5c Return DisplayRole for TitleText 2015-09-19 15:39:30 +01:00
Craig Drummond
8572de8465 Call ActionMode::data for unhandled roles 2015-09-19 15:39:14 +01:00
Craig Drummond
d4ffb15811 Send songs in batches of 500 2015-09-19 15:29:13 +01:00
Craig Drummond
b95de46e46 Clear DB before update - will be replacing all rows, so no need to delete each row, etc. 2015-09-19 15:28:26 +01:00
Craig Drummond
cd2a952219 Check alidity of 'db' in startUpdate 2015-09-19 15:26:39 +01:00
Craig Drummond
623ccc83a2 Enable a little more debug 2015-09-19 15:26:08 +01:00
Craig Drummond
3970b62bd7 Add more debug 2015-09-18 23:47:43 +01:00
Craig Drummond
bffaf49783 Send songs grouped by artist not album 2015-09-18 23:47:20 +01:00
Craig Drummond
2b7d82332d Send songs in batches of 100 2015-09-18 23:46:52 +01:00
Craig Drummond
2d2c810352 Delete parser when finished 2015-09-18 23:35:30 +01:00
Craig Drummond
bb02d428fd Use album genre? Not sure about this, but some albums get split if use song genre... 2015-09-18 23:27:59 +01:00
Craig Drummond
afde673013 Fix searching for artists, etc, with hyphen - e.g. AC-DC 2015-09-18 22:57:13 +01:00
Craig Drummond
effebc3abd Don't use KWallet for MPD password - it's overkill, as MPD password is sent in plain text! 2015-09-18 21:27:35 +01:00
Craig Drummond
225169b54d Allow adding of random albums when grouped via album 2015-09-13 22:30:03 +01:00
Craig Drummond
f4784f6b93 If grouping by genre and all genres selected, or grouping by arist and
all artists selected - then just select random album from all albums
2015-09-13 18:03:00 +01:00
Craig Drummond
bd7750b3a4 Add 'Append Random Album' option to library, jamendo, and magnatune
pages.
#732
2015-09-13 12:54:50 +01:00
Craig Drummond
0900312685 Update 2015-09-10 18:06:49 +01:00
Craig Drummond
d65d34ab0d Add entry for downloads 2015-09-10 18:05:44 +01:00