aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2007-02-25 22:01:37 +0000
committerLinus Walleij <triad@df.lth.se>2007-02-25 22:01:37 +0000
commita29ed2af856603ca0b88ff014754e7cfd0e66e75 (patch)
treed62f5cfa39465e4909cea1aa205b77852ad874dd /TODO
parent4eb0112cb351fcc09a02e1a80015ef88084ec2b8 (diff)
downloadlibmtp-a29ed2af856603ca0b88ff014754e7cfd0e66e75.tar.gz
TODO update and libusb-glue.c minor tweak
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 10 insertions, 3 deletions
diff --git a/TODO b/TODO
index d5ff6da..c60d9ed 100644
--- a/TODO
+++ b/TODO
@@ -37,9 +37,16 @@ FEATURE fixes:
2. FEATURE: Support playback and volume setting on devices that have it.
(I don't have one that does - Linus.)
-3. FEATURE: Make an API that can return several devices and let the user
- choose which one to operate, not just connect to the first one...
-
4. FEATURE: Support relevant events. MTP devices seen in existance provide
events for "object added" and "object deleted". These should result in
atleast a call to the flus_handles() function.
+
+5. FEATURE: Have libmtp optionally create a folder hierarchy such as
+ /Album/Artist/Song.mp3 on the device. Currently it'll only put songs
+ into some /Music or /My Music folder if one exists.
+
+
+THOSE ARE ALREADY DONE:
+
+1. FEATURE: Make an API that can return several devices and let the user
+ choose which one to operate, not just connect to the first one...