This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#2596 - mactidy plugin - deletes the junk files left by os x.
Attached to Project:
Rockbox
Opened by David Dent (the_winch) - Sunday, 24 July 2005, 18:44 GMT+2
Last edited by David Dent (the_winch) - Thursday, 09 February 2006, 19:00 GMT+2
Opened by David Dent (the_winch) - Sunday, 24 July 2005, 18:44 GMT+2
Last edited by David Dent (the_winch) - Thursday, 09 February 2006, 19:00 GMT+2
|
DetailsTidies up the drive after it has been connected to an os x machine.
The plugin scans the drive and deletes any ._* files, .DS_Store files and .Trashes directories. Tested with H120 with 050724 build. |
This task depends upon
Closed by Dan Everton (safetydan)
Tuesday, 08 August 2006, 12:55 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed to CVS.
Tuesday, 08 August 2006, 12:55 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed to CVS.
Changed name to disktidy.
Switch between mac, win or both in menu.
Mac deletes /.Trashes/ ._* and .DS_Store
Win deletes /Recycled/ and Thumbs.db
Both deletes both mac and win files.
How about also removing "System Volume Information", or
however it is that Windows XP creates in Windows mode?
Oh and, Gnome creates some trash thing as well, better
include that as well!
Added "/System Volume Information/" to the dirs deleted for windows.
I'll look at any stuff left by gnome, kde, etc. later, mostly because the
menu will need changing.
Synced with current cvs and added button defines for new targets.
(apps\\plugins\\SOURCES too far out of sync)
Please test. Please please test.