summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2006-05-04 18:47:07 +0000
committerLinus Walleij <triad@df.lth.se>2006-05-04 18:47:07 +0000
commit0dd71e92986ef3bf43f0edf0f8b1d54d3078b757 (patch)
tree82d92f3888982226e15a512d33802a9916f78c3c /TODO
parent43dcb93b3fcae6a4169d178daeca1129213090e0 (diff)
downloadlibmtp-0dd71e92986ef3bf43f0edf0f8b1d54d3078b757.tar.gz
General clean-up and documentation.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 5 insertions, 3 deletions
diff --git a/TODO b/TODO
index f94737f..9c4c774 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,8 @@ TODO file:
----------
* Add logic to transfer very large files in chunks, like 1 MB at the
- time, or we cannot upload movies...
+ time, or we cannot upload movies... Righ now libmtp just copy the
+ file to memory and transfer it.
* Fix compiler warnings.
@@ -16,6 +17,7 @@ TODO file:
(IMPOSSIBLE: the device is created after a lot of writing has already
taken place, shall we use a dummy device holder then?)
-* Add all thinkable codecs.
+* Add all thinkable file types.
-* Add a function that will list the available codecs for a certain device.
+* Add a function that will list the playable file types for a certain
+ device. (Needs some research and probably a database.)