This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#3033 - Cut/Copy/Paste in the Dir Browser
Attached to Project:
Rockbox
Opened by Dan Everton (safetydan) - Thursday, 16 February 2006, 23:17 GMT+2
Last edited by Dan Everton (safetydan) - Wednesday, 08 March 2006, 21:27 GMT+2
Opened by Dan Everton (safetydan) - Thursday, 16 February 2006, 23:17 GMT+2
Last edited by Dan Everton (safetydan) - Wednesday, 08 March 2006, 21:27 GMT+2
|
DetailsPatch adds context menu items to the onplay menu. Users
can cut/copy a file to a new directory by pasting them in the new directory. Works the same as in Windows for example. |
Closed by Dan Everton (safetydan)
Monday, 20 March 2006, 13:00 GMT+2
Reason for closing: Accepted
Additional comments about closing: Now in CVS.
Monday, 20 March 2006, 13:00 GMT+2
Reason for closing: Accepted
Additional comments about closing: Now in CVS.
w00t!!!
You will probably get better performance if you modify the
code to edit the FAT directly for cut/paste operations.
(This won't work for copy, of course.)
Editing the FAT should work for moving, but only if the file stays on the same volume. It's important to check this, as we do have one platfrom in CVS that has multivolume support enabled, the Ondio. The H300 will probably follow if we get USBOTG going.
Also keep an eye on code size. Directory move/copy would be nice as well, and when the destination file exists *and* time stamp and size are the same, there's no need to ask for overwrite.
It'd be great if someone else could review this because it's a big chunk of code and has many possible failure cases.
when copying a playlist
can you maybe put in a dialogue box which is asking to copy the playlist or the files within a playlist...
would be a really nice addition
CC onplay.c
onplay.c: In function `clipboard_pastefile':
onplay.c:568: error: called object is not a function
make[1]: *** [/home/guest/rockbox-devel/build/apps/onplay.o] Error 1
make: *** [all] Error 2