blob: 5a0a581b92a32b85b5fc554c6bf283da51d3ecf0 [file] [log] [blame]
Linus Walleije8c54642006-03-28 09:45:00 +00001TODO file:
2----------
3
Linus Walleijd6a49972006-05-02 08:24:54 +00004* Add logic to transfer very large files in chunks, like 1 MB at the
Linus Walleij0dd71e92006-05-04 18:47:07 +00005 time, or we cannot upload movies... Righ now libmtp just copy the
6 file to memory and transfer it.
Linus Walleijd6a49972006-05-02 08:24:54 +00007
Linus Walleij685137f2006-05-07 18:09:02 +00008* Previous fix can help to get the callbacks working again, cause
9 right now they aren't called.
10
Linus Walleij1725e072006-05-04 05:32:54 +000011* Fix compiler warnings.
12
13* Add audio/video playlist support.
14
Linus Walleijd6a49972006-05-02 08:24:54 +000015* Make an API that can return several devices not just connect to the
16 first one...
17
Linus Walleij87ef0732006-04-30 22:16:56 +000018* Make the usb r/w stuff in libusb-glue.c take the device as parameter,
19 then put the callback function in the device and make it call.
Linus Walleijd6a49972006-05-02 08:24:54 +000020 (IMPOSSIBLE: the device is created after a lot of writing has already
21 taken place, shall we use a dummy device holder then?)
Linus Walleij87ef0732006-04-30 22:16:56 +000022
Linus Walleij0dd71e92006-05-04 18:47:07 +000023* Add all thinkable file types.
Linus Walleije8c54642006-03-28 09:45:00 +000024
Linus Walleij0dd71e92006-05-04 18:47:07 +000025* Add a function that will list the playable file types for a certain
26 device. (Needs some research and probably a database.)