Commit Graph

50 Commits

Author SHA1 Message Date
craig.p.drummond
2f6deeb2ad Initialise some vars - probably not really required, but doesn't hurt!!! 2012-08-27 19:46:05 +00:00
craig.p.drummond@gmail.com
ef4c4a2b68 Store flag to indicate if device support album-artist tag. 2012-08-24 12:01:27 +00:00
craig.p.drummond
17a2efc29f Add Track Organizer dialog to Qt-only build. 2012-05-31 19:48:31 +00:00
craig.p.drummond
f9f1edcb6f Reduce KDE/Qt code duplication - by creating dummy Dialog, MessageBox, and InputDialog classes/namespaces for Qt. 2012-05-31 17:45:57 +00:00
craig.p.drummond@gmail.com
05ee81da0e Fix copying track from MTP devices. 2012-05-04 11:06:46 +00:00
craig.p.drummond@gmail.com
4cb460f41b 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
5551198c70 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
d95b7170f2 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
3b07a1897b OK, need musiclibrayitem to inherit of QObject, just having Device inherit seems to produce crashes :-( 2012-04-02 18:03:00 +00:00
craig
2d657b4007 Reduce memory usage - VERY slightly!!!! 2012-04-02 17:56:13 +00:00
craig
56d74261c7 Fix crash when quiting Cantata whilst devices are being scanned. 2012-03-21 19:20:48 +00:00
craig
1621faf8d6 Add option to group albums with multiple artists under Various Artists. 2012-03-20 21:11:02 +00:00
craig
4c7af103af Apply 'group single track albums' to devices. 2012-03-20 21:10:45 +00:00
craig
ae18d651b9 Confirm device is valid 2012-03-04 16:33:02 +00:00
craig
802dce94d4 Sleep 2012-02-29 18:11:06 +00:00
craig
3483711598 Show number of tracks read so far. 2012-02-22 20:21:24 +00:00
craig
afa552e51f Initial work on remote (sshfs) devices. 2012-02-21 17:01:43 +00:00
craig
2ba40221fc Set fileperms on cover files as well - so that these are owned by audio group 2012-02-19 12:20:41 +00:00
craig
afc3d89ea5 chwon all dirs 2012-02-15 19:08:17 +00:00
craig
87d86cf256 Set permissions on destination, not source! 2012-02-15 19:07:49 +00:00
craig
985288e484 Update dir model when add/remove songs 2012-02-10 20:33:54 +00:00
craig
06adf17c1e Fix transcoding - although this does nto work very well for libMTP. Looks as if MTP devices have problems with ogg :-( 2012-02-09 21:22:04 +00:00
craig
0265baad35 SAve settings 2012-02-03 21:25:16 +00:00
craig
856accf875 Fix UMS and MTP song durations. 2012-02-01 21:39:04 +00:00
craig
53551f19fb Read MTP serial number. 2012-01-28 22:00:19 +00:00
craig
daabe3ca84 Add option to only transcode if source is a different format. 2012-01-28 21:37:23 +00:00
craig
d4e055cba3 - Don't allow to change Music folder for UMS devices when properties dialog is shown from copy dialog.
- Reduce MPD connect/disconnect state changes
- Clean up when abort is requested
2012-01-28 11:28:43 +00:00
craig
725a08e013 Don't allow editing of device properties when device is busy. 2012-01-28 11:27:08 +00:00
craig
05e5324c3a Initial transcode support 2012-01-28 11:26:49 +00:00
craig
5aaa51ce6e Fix empty genres 2012-01-26 20:01:36 +00:00
craig
639c45c3a5 Speedup? 2012-01-24 19:31:17 +00:00
craig
56be315cab Use storageId 0 for music transfer - as opposed to determining via musicFolderId. This matches what amarok does. 2012-01-22 19:10:46 +00:00
craig
743e31fcf4 Allow to configure source and destination devices.
Add a label if device has not been configured before.
2012-01-21 22:51:02 +00:00
craig
37f3fc96ea Store Cantata settings in is_audio_player
Add animated action label
2012-01-21 22:27:27 +00:00
craig
4b37b764f8 - 'Fix Various Artists' setting belongs with device config
- Store Cantata specific UMS settings in separate file, as Amarok will completely replace the standard one!
2012-01-21 20:26:24 +00:00
craig
14da90083c Better progress steps 2012-01-20 20:20:54 +00:00
craig
138966aa1e Fix MTP various-artists workaround 2012-01-20 20:20:33 +00:00
craig
c300685349 Apply variosu artists fix.unfix depending on whether copying to or from device 2012-01-20 20:19:53 +00:00
craig
ae6ad0dc89 When disaplying songs of various artists albums, show as 'track number -
artist - song'
2012-01-20 20:18:55 +00:00
craig
23191ace62 Need to recreate properties dialog each time, as it could be child of either listview or action dialog!!! 2012-01-19 20:30:14 +00:00
craig
52441d2ea8 Set permissions 2012-01-19 20:04:51 +00:00
craig
992b9e73d9 Be consisten with dolphin, "free" not "Free" 2012-01-19 19:48:26 +00:00
craig
0c2349ee7a Remveo debug 2012-01-19 19:40:01 +00:00
craig
84e460fa72 Work-around lack of album-artist in mtp 2012-01-19 19:29:35 +00:00
craig
3892bca18a Update capacity when add/remove 2012-01-19 19:28:50 +00:00
craig
14ee2e62a6 Settings for MTP devices 2012-01-19 19:28:35 +00:00
craig
5aab08945c More MTP work... 2012-01-19 19:28:03 +00:00
craig
6252c17077 Fill in more details 2012-01-18 21:23:39 +00:00
craig
8e08770412 Start of MTP device support. Still todo: copy-to device, remove songs, covers??? 2012-01-18 21:08:19 +00:00
craig
74fed07cbc Start of MTP support. 2012-01-16 19:50:39 +00:00