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: Play/Pause to start foobar (Read 2429 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Play/Pause to start foobar

Well there is a song in the playlist, and whenever I close it and decide to open it again from the multimedia keys, the song in the playlist becomes %1 and of course, nothing plays unless I open it any other ways like clicking on a music file.

I had this problem before but I forgot how to fix this issue.

Logitech Elite keyboard, thanks.

Play/Pause to start foobar

Reply #1
It sounds as though your multimedia button is configured to execute the command
Code: [Select]
foobar2000.exe "%1"
or something along those lines (where %1 in other cases would be replaced by the name of a selected file). My instinct would be to suggest using the command
Code: [Select]
foobar2000.exe /play
, but I don't know if you will have anywhere to set this.

Play/Pause to start foobar

Reply #2
good. I trie it now and it works perfectly well

Play/Pause to start foobar

Reply #3
Yep that seems to be the problem, but I don't know if it has to do with the File Types option. Even if I remove it, it still appear back, no idea what to do...