Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#8595 - Additional functionality for disktidy plugin

Attached to Project: Rockbox
Opened by Robert Menes (RMenes379) - Monday, 11 February 2008, 19:48 GMT+2
Last edited by Thom Johansen (preglow) - Monday, 21 April 2008, 22:16 GMT+2
Task Type Patches
Category Plugins
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

This patch adds new functionality to disktidy. Now it can search for and delete hidden files created by various Linux graphical file browsers.

So far, I have added support for .dolphinview files created by Dolphin, since that's what I use primarily.
   disktidy.diff (1.9 KiB)
 unknown |   46 +++++++++++++++++++++++++++++++++++-----------
 1 file changed, 35 insertions(+), 11 deletions(-)

This task depends upon

Closed by  Thom Johansen (preglow)
Monday, 21 April 2008, 22:16 GMT+2
Reason for closing:  Accepted
Comment by Robert Menes (RMenes379) - Monday, 11 February 2008, 20:49 GMT+2
Better patch made with SVN diff; thanks to kugel in IRC for suggesting this!
   disktidy_v2.diff (3.9 KiB)
 apps/plugins/disktidy.c |   46 +++++++++++++++++++++++++++++++++++-----------
 1 file changed, 35 insertions(+), 11 deletions(-)

Comment by Robert Menes (RMenes379) - Tuesday, 25 March 2008, 20:49 GMT+2
At long last, it finally works.

Also added .d3lphinview files.
   disktidy.diff (5.4 KiB)
 disktidy.c |   65 ++++++++++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 45 insertions(+), 20 deletions(-)

Comment by Robert Menes (RMenes379) - Wednesday, 26 March 2008, 00:01 GMT+2
Oops, previous patch doesn't patch correctly.

This should do the trick.
   disktidy_v3.diff (5.4 KiB)
 apps/plugins/disktidy.c |   65 +++++++++++++++++++++++++++++++++---------------
 1 file changed, 45 insertions(+), 20 deletions(-)

Loading...