Craig Drummond
4fa77dbda1
Always use uncached MTP mode
2017-04-11 17:31:56 +01:00
Craig Drummond
0a73215867
Update (c) year
2017-04-02 18:45:30 +01:00
Craig Drummond
a517bf4f17
Remove KDE4 and Ubuntu Touch support
2017-04-01 22:55:27 +01:00
Craig Drummond
705648420a
Update (c) year
2016-01-08 18:55:13 +00:00
Craig Drummond
e0fb720678
Remove MusicModel and MultiMusicModel - no longer required
2015-12-23 15:20:41 +00:00
Craig Drummond
03c6376c33
Only use MTP device with BUSNUM and DEVNUM properties.
2015-12-20 10:15:12 +00:00
Craig Drummond
9533f12881
Update (c) year
2015-08-13 21:12:34 +01: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
840999e7d3
Use Covers::self()->get() to retrieve all covers
2014-07-16 19:05:36 +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
3929c0ee13
MtpConnection should not have pointer to MtpDevice
2014-04-01 18:00:19 +00:00
craig.p.drummond
cefa65db53
Disconnect thread signals
2014-03-31 17:57:39 +00:00
craig.p.drummond
cd686e8189
Allow setting of custom device name for UMS and MTP devices.
2014-02-17 20:09:49 +00:00
craig.p.drummond
5038bd4fb0
Try to detect if we are connected to Mopidy, and act accordingly
2014-01-22 19:23:26 +00:00
craig.p.drummond
addfca835a
Update (c) year
2014-01-06 19:32:05 +00:00
craig.p.drummond
340b341ac1
Open MTP devices in un-cached mode (faster)
2013-12-09 21:19:21 +00:00
craig.p.drummond
bfee543225
Show MTP track list progress in percentages.
2013-12-09 21:09:57 +00:00
craig.p.drummond
7b7f35aa95
Reduce code duplication slightly - by placing common code in MusicModel and MultiMusicModel
2013-07-17 18:16:50 +00:00
craig.p.drummond
807d63aec2
Update storage free/used when add/remove songs
2013-06-14 17:30:47 +00:00
craig.p.drummond
813ee2f784
- Fix deletion of threads.
...
- Enable online services for windows builds.
2013-05-04 10:35:06 +00:00
craig.p.drummond
de3055a6b9
Thread consistency
2013-03-06 16:36:38 +00:00
craig.p.drummond
65b4b8476f
Check if song exists on device before sending
2013-02-27 19:43:52 +00:00
craig.p.drummond
f8f48ec315
Only copy cover once!
2013-02-26 21:06:38 +00:00
craig.p.drummond
a976de857d
song.id not needed - as we encode ids in path
2013-02-26 20:04:44 +00:00
craig.p.drummond
2b27ad1bf0
Cleanup
2013-02-26 20:03:41 +00:00
craig.p.drummond
9562b5138c
MPT cover file support
2013-02-26 20:03:06 +00:00
craig.p.drummond
a6a5e5b8e1
Fix dir deletion - need to scan all files, and store which files are in which dir, so that we know when its empty
2013-02-26 20:02:25 +00:00
craig.p.drummond
714d73c39e
Fix MTP folder deletion
2013-02-25 18:58:03 +00:00
craig.p.drummond
5bb4363962
Attempt to work-around album-artist support
2013-02-25 18:55:55 +00:00
craig.p.drummond
d2684adf6d
- Handle multiple storage locations on MTP devices.
...
- Fix creation of music folder on MTP devices.
2013-02-24 22:50:53 +00:00
craig.p.drummond
ac3345c65c
Better thread termination
2013-01-30 19:16:03 +00:00
craig.p.drummond
fbe6f03408
Update copyright year
2013-01-17 16:57:20 +00:00
craig.p.drummond
1990f54926
Add option to embed covers when copying songs to devices. (ID3v2, mp4, vorbis comment tag types only)
2012-12-10 19:56:16 +00:00
craig.p.drummond
de823fa17c
Add option to specify max cover size when transfering to device.
2012-12-07 19:44:45 +00:00
craig.p.drummond
dde0f8ccbe
When copying covers to device, only try this once - not for each song...
2012-12-03 20:39:32 +00:00
craig.p.drummond
c57477376b
- Fix memleak when copying items to/from devices.
...
- When creating temp files, ensure these are in /tmp!
- If applying various artist workaround for a remote device, apply the workaround to a local temp file, and send this.
2012-12-03 20:02:02 +00:00
craig.p.drummond
c9d48a05b0
Use the MTP device as specified in solid properties
2012-11-09 19:59:23 +00:00
craig.p.drummond
efb39e12f3
More MTP work. For now, uploading of covers is disabled - this is not working 100% reliably. Cantata can see teh covers, bu the device not?
2012-11-09 19:58:26 +00:00
craig.p.drummond
3785c692e5
Improve MTP support
...
- Fetch covers from device
- Create albums on device, and set covers
- Attempt to remove folders when albums removed
(NOTE: This all needs to be tested...)
2012-11-08 22:44:59 +00:00
craig.p.drummond
41faa2e72d
Fix signal signiature
2012-11-08 19:23:25 +00:00
craig.p.drummond
92db5b55fe
Correct signal
2012-11-07 19:41:58 +00:00
craig.p.drummond
7ae0550aa3
Place cleanDirs into copy thread
2012-11-07 19:41:07 +00:00
craig.p.drummond
173712493c
Device sync support for Qt-only builds. To support this, a cut-down version of Solid is included.
2012-09-17 18:39:01 +00:00
craig.p.drummond
4aecafef4c
Add Track Organizer dialog to Qt-only build.
2012-05-31 19:48:31 +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
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
8e3e403263
Reduce memory usage - VERY slightly!!!!
2012-04-02 17:56:13 +00:00
craig
583a1f582e
Fix crash when quiting Cantata whilst devices are being scanned.
2012-03-21 19:20:48 +00:00
craig
68f3db0bf5
Show number of tracks read so far.
2012-02-22 20:21:24 +00:00
craig
d3dbf43377
SAve settings
2012-02-03 21:25:16 +00:00