Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#8879 - Additional delete item in context menu

Attached to Project: Rockbox
Opened by Vuong Minh Hiep (vmh) - Saturday, 12 April 2008, 19:38 GMT+1
Task Type Patches
Category User Interface
Status Unconfirmed
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 0%
Private No

Details

This patch adds a delete item ("Delete <file>.*") to the context menu, which will delete all files in a directory with the same name.
Example:
...
path/xyz.mp3
path/xyz.cue
path/xyz.txt
path/xyz.bmp
...
Deleting one of them will also delete the other 3 files.

TODO:
Put the string to the language file.
   delete_files_with_same_name.patch (3.7 KiB)
 onplay.c |   47 +++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 39 insertions(+), 8 deletions(-)

This task depends upon

Comment by Vuong Minh Hiep (vmh) - Thursday, 22 May 2008, 20:28 GMT+1
sync to r17606 (use file_to_delete instead of selected_file)
Comment by Vuong Minh Hiep (vmh) - Sunday, 29 June 2008, 17:52 GMT+1
synchronized to r17879

Loading...