Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: foo_delete with hotkey only (Read 1630 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

foo_delete with hotkey only

I write my own foo_delete using original foo_delete source code. (You know what I mean if you have used foo_delete before).

Original foo_delete has bugs or inconvenience:
* It deletes current SELECTING file, not playing. foobar2000 doesn't always has selecting item.
* If you use hotkey to delete file and foobar2000 is in background, the confirm dialog is somtimes invisible.
* You cannot delete the last item in playlist.

Here's some changes in my foo_delete:

1. Delete current playing file not selecting file.
2. Remove context menu.
3. Remove UI, use SHFileOperation dialog instead. If foobar2000 is in background, it makes sure confirm dialog is always visible.
4. Automatically remove empty directory.
5. If current playing song is the last one in playlist, jump to the first. If there's only one song, just stop.

If you have similar requirement, download here (including binary and source code). Find foo_delete.dll in "Release".

It's only for 0.8.x!

 

foo_delete with hotkey only

Reply #1
Please port to 0.9x too