Commit Graph

1140 Commits

Author SHA1 Message Date
craig.p.drummond@gmail.com
38bdaaeb4e Fix loading of songs via commandline if we are set to use HTTP server. 2012-05-08 11:04:03 +00:00
craig.p.drummond@gmail.com
5992069084 Only call 'showNormal' if current instance is not visible. 2012-05-08 11:03:39 +00:00
craig.p.drummond@gmail.com
ddad7c9c69 When determining indexes to add to 'selectedIndexes' for a collapsed album (in grouped style play queue/lists), ensure each index is only added once. 2012-05-07 18:47:07 +00:00
craig.p.drummond@gmail.com
26744121e3 When adding items to playqueue, only start to play if playqueue was previously empty. 2012-05-07 17:04:37 +00:00
craig.p.drummond@gmail.com
33b44c849f Spelling 2012-05-07 12:59:03 +00:00
craig.p.drummond@gmail.com
3c30af690f Update 2012-05-07 12:55:31 +00:00
craig.p.drummond@gmail.com
70d90290f8 Ensure song filenames do not contain audio-folder path. 2012-05-07 12:26:28 +00:00
craig.p.drummond@gmail.com
02652427fc Connect autoScan signal 2012-05-06 07:21:42 +00:00
craig.p.drummond@gmail.com
eebebac4c2 Spelling 2012-05-04 11:59:18 +00:00
craig.p.drummond@gmail.com
618b55055a When performing a custom lytics seatch, and we have no current song, dont attempt to save the file to MPDs music folder (there is no valid filename). 2012-05-04 11:11:27 +00:00
craig.p.drummond@gmail.com
8594783c02 Better error text. 2012-05-04 11:07:45 +00:00
craig.p.drummond@gmail.com
e01b0759f6 Remove KIO devices from changelog, nowhere near ready! 2012-05-04 11:07:24 +00:00
craig.p.drummond@gmail.com
3b6a820bb8 Fix copying track from MTP devices. 2012-05-04 11:06:46 +00:00
craig.p.drummond@gmail.com
2170b85c5f Fix qt build 2012-05-04 11:06:17 +00:00
craig.p.drummond@gmail.com
ba4d83fc31 More missing KIO stuff 2012-05-03 20:55:18 +00:00
craig.p.drummond@gmail.com
f98b20f5e9 - Mention that KIO device support is not complete
- Update TODO entries
2012-05-03 20:52:23 +00:00
craig.p.drummond@gmail.com
e458e66be9 Fix margins... 2012-05-03 20:47:13 +00:00
craig.p.drummond@gmail.com
596d66d3d8 When refreshing lyrics, instead of startnig at first provider and iterating them all again (which will result in the same hit again), start at the next provider. This allows all providers to be checked. Thanks to Martin Blumenstingl for the patch. 2012-05-03 20:15:39 +00:00
craig.p.drummond@gmail.com
2ca27e0d4b Dont mention webdav, etc, in the UI - KIO support has been disabled as its extremely slow. 2012-05-03 20:11:41 +00:00
craig.p.drummond@gmail.com
f7ae678282 Add support for using KIO to access music collections. This is currently disabled as it is VERY slow. For example, accessing my android phone (via wifi) with 17 albums took ~60 seconds with webdav, and only ~10 when using sshfs!!!! 2012-05-03 20:07:28 +00:00
craig.p.drummond@gmail.com
168bd92744 s/RemoteDevice/RemoteFsDevice/g 2012-05-02 19:42:19 +00:00
craig.p.drummond@gmail.com
a06d1d3aef Re-arrange some minor details... 2012-05-02 19:29:38 +00:00
craig.p.drummond@gmail.com
9679b78490 Use KDirRequester (via sftp://) to allow selection of SSHFS folder. 2012-05-02 18:38:04 +00:00
craig.p.drummond@gmail.com
c379fce0ed No need to store full path in each song file. 2012-05-02 18:37:45 +00:00
craig.p.drummond@gmail.com
bb86526990 For a song to be classified as a stream, its file *must* contain :// 2012-05-02 18:36:34 +00:00
craig.p.drummond@gmail.com
397ecb56c7 Fix crashes when deivce is removed - we need to check if the Solid device is valid before looking at the particular device type. 2012-05-02 11:24:39 +00:00
craig.p.drummond@gmail.com
56557014b7 When updating a non-MTP device, prompt the user as to whether to perform a parial scan (only new songs are scanned), or a full scan (where all songs are rescanned). 2012-05-02 11:22:14 +00:00
craig.p.drummond@gmail.com
2a5c60287a Remove ffmpeg deprecated API usage. 2012-05-02 11:17:19 +00:00
craig.p.drummond@gmail.com
a76a23b02b Dont update 'curent song' details when playqueue is updated - the current
song is updated by other means. As we now use 'plchangesposid' to speed
updates, we dont always have the full song info when playqueue is updated.
BUG:9
2012-05-01 20:52:12 +00:00
craig.p.drummond@gmail.com
99c564acf7 Limit downloaded covers to a max of 600x600 pixels.
When showing cover-widget tooltip, scale image if it is greater than 600x600.
BUG:8
2012-05-01 20:39:00 +00:00
craig.p.drummond@gmail.com
9debcf7f20 Slightly nicer way of making QThread::msleep visible. 2012-04-30 15:01:28 +00:00
craig.p.drummond@gmail.com
425e7d29db Make albums view (if set to sort artist before album) more consistent with library view. i.e. Place 'Various Artists' albums first, and place 'Single Tracks' as first 'Various Artists' album. 2012-04-30 11:41:49 +00:00
craig.p.drummond@gmail.com
82866f4d0c When looking for albums covers, if we have grouped an album under 'Various Artists', but the albumArtist tas is not 'Various Artists', then we need to use the real albumArtist tag in the query. 2012-04-30 11:25:17 +00:00
craig.p.drummond@gmail.com
d757b59f8a Remove 'Single Tracks' cover creation. 2012-04-30 11:11:40 +00:00
craig.p.drummond@gmail.com
8b24d760a4 When grouping songs into albums, take into account song year. Its possible for an artist to release two albums with the same name in different years!
BUG:6
2012-04-30 11:07:58 +00:00
craig.p.drummond@gmail.com
6372ac6fbe Only act on mouse-clicks if 'buddy' is enabled 2012-04-30 11:01:26 +00:00
craig.p.drummond@gmail.com
236b6778ed A few translations for GenericName
BUG:7
2012-04-30 11:00:37 +00:00
craig.p.drummond@gmail.com
f9e98531b6 Dont use Ciphers=arcfour, seems like SSHDroid does not like this? 2012-04-28 09:24:45 +00:00
craig.p.drummond@gmail.com
bafd1289da Fix logic for detecting when image needs to be cleared.
Call update() on the viewport - as this is where the image is drawn.
BUG:5
2012-04-27 19:49:46 +00:00
craig.p.drummond@gmail.com
761a5850fa Create a 'BuddyLabel' class. When this receives a mouse-release event, it passes focus to its buddy - and if the buddy is a checkbox, it toggles the setting.
BUG:4
2012-04-27 11:09:51 +00:00
craig.p.drummond@gmail.com
fd9c4dc9e4 If we already hava a running instance and 'cantata' is called, then show the previous instance.
BUG:3
2012-04-27 11:06:32 +00:00
craig.p.drummond@gmail.com
020ea8807d If we remove the currently playing dynamic rules, then stop cantata-dynamic
Before linking new rules file, always remove the previous - even if QFile::exists() is false (as seems to be the case for dangling symlinks)
BUG:2
2012-04-27 11:06:18 +00:00
craig.p.drummond@gmail.com
bd8c9fee03 Fix usage of rules that only contain dates. Thanks to bug reporter for patch.
BUG:1
2012-04-27 11:03:11 +00:00
craig.p.drummond@gmail.com
fb4b13cf82 Oops! Forgot to add... 2012-04-26 22:23:11 +00:00
craig.p.drummond@gmail.com
63ff2b6c2b Add option to draw (15% opacity) tiled cover as background to lyrics page. 2012-04-26 20:47:51 +00:00
craig.p.drummond@gmail.com
56e3292473 Draw icon *behind* items, and at 15% opacity 2012-04-26 18:48:17 +00:00
craig.p.drummond@gmail.com
46aa209232 Fix albums view position when going back from album contents. 2012-04-26 17:17:15 +00:00
craig.p.drummond@gmail.com
085c36aa53 Draw 10% opacity icon behind view, so as to give a better hint as to which list is which. 2012-04-26 16:11:11 +00:00
craig.p.drummond@gmail.com
03375c229b Dont enable 'sync' unless connected. 2012-04-26 15:59:22 +00:00
craig.p.drummond@gmail.com
dc90f344a2 Add "-o Ciphers=arcfour" to sshfs options - weaker encryption, so faster transfers? 2012-04-26 15:58:07 +00:00