David Sansome
|
bacef04405
|
Refactoring: remove a couple of the AlbumCoverLoader instances and instead use a shared CurrentArtLoader.
|
2012-02-26 14:40:51 +00:00 |
David Sansome
|
48f15c9fc7
|
Refactoring: instead of passing individual pointers to useful core classes (like TaskManager or LibraryBackend) to each class that uses them, pass one singleton-like Application instance everywhere.
|
2012-02-26 14:40:51 +00:00 |
David Sansome
|
ccb9f8cf94
|
Use URLs everywhere instead of filenames. Move the URL parsing and song loading code out of individual playlist parsers and into the base class. Fix the playlist parser unit tests.
|
2011-04-28 12:27:53 +00:00 |
David Sansome
|
3eedc916ad
|
Add a new logging system
|
2011-04-22 16:50:29 +00:00 |
David Sansome
|
ed1a25693c
|
Add missing licenses to debian/copyright, and add copyright information to each source file
|
2010-11-20 13:27:10 +00:00 |
John Maguire
|
902e4906e2
|
Some more Mac MTP work.
Reminder: Ship libusb-compat, not legacy libusb as it is fucked.
|
2010-09-02 22:35:00 +00:00 |
John Maguire
|
75a576a5c2
|
MTP support for Mac... Currently crashes the entire USB bus so I wouldn't use it.
|
2010-09-02 21:20:27 +00:00 |
David Sansome
|
0ed30857db
|
Fix free space reporting for WMDM and MTP
|
2010-08-30 12:28:03 +00:00 |
David Sansome
|
e4f5e97b17
|
Allow GetSupportedFiletypes to return an error, and make it possible to request a list of supported filetypes at the same time as opening the device for copying - making things much faster on MTP devices.
|
2010-08-30 12:22:15 +00:00 |
David Sansome
|
4b381e00fd
|
Transcode files when copying them to devices
|
2010-08-29 19:22:21 +00:00 |
David Sansome
|
2f505aeb02
|
Lock access to MTP devices - if two threads try to connect at once it causes a crash
|
2010-08-29 13:49:24 +00:00 |
David Sansome
|
5001a5b3d1
|
Get a list of file formats supported by an MTP device
|
2010-08-29 00:08:39 +00:00 |
David Sansome
|
04e7e26088
|
Allow devices to report progress information about individual songs back to the Organise object. Implement this for MTP
|
2010-08-28 21:55:30 +00:00 |
David Sansome
|
ff19d31403
|
Support removing files from MTP devices
|
2010-08-14 17:06:38 +00:00 |
David Sansome
|
9fda03aa60
|
Support copying files to MTP devices
|
2010-08-14 16:39:45 +00:00 |
David Sansome
|
3f5e188045
|
Initial support for MTP devices
|
2010-08-14 15:57:05 +00:00 |