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: Remove current song from playlist, global shortcut (Read 1172 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Remove current song from playlist, global shortcut

Hello.
How can i remove *currently playing* song from playlist with *global shortcut*?

I do not want to physically delete file (like foo_DeleteCurrent)
I do not want to remove skipped or played track (like foo_playlist_attributes)
I do not want to use low rating (like foo_skip) because maybe song is good, only not what i want at that time.

The only correct fb2k action "edit->selection->remove" don't work in global mode. Window must be focused for it to work.
Didn't find any adequate components in foobar oficial, unoficial or hydrogen fb2k components.

Can't believe there isn't solution for this.
Maybe autoitscript or something similar?


 

Remove current song from playlist, global shortcut

Reply #1
Found a good workaround.

you need:
foo_runcmd component
        make bat file with:
        foobar2000.exe /runcmd-playing="Edit/Remove From Playlist"
        foobar2000.exe /runcmd="playback/next"   

foo_utils is mandatory too, without it won't work.
        "Show active playlist as target" in the foo_utils preferences (Preferences>Tools > Playlist tools).

you can turn on fb2k console to see warnings, and action names.
use some global shortcut manager like Clavier+ {http://utilfr42.free.fr/util/Clavier.php}, and you are done.

tested on fb2k v1.1.9