Here's a little something I've been working on for some time now. It's not a very big project and was mostly made for myself but I've decided to release it here so that others may find it useful. It requires the
Foo_winamp_spam plugin, winlirc to be configured in a very specific way (see bottom of post), and the
.NET framework. If there is enough interest I'll expand upon this and add features that people request. Also note that this is an EXTERNAL PROGRAM. I don't know how to write C# based plugins for Foobar, if someone is willing to teach me or point me at something to explain how to do it, I'll be happy to convert this over to an actual plugin.
The source code is available upon request. The project was written in C#. You may download FooLIRC from
here.
Winlirc must be configured so that the events it sends to foobar are named as such:
CODE
play
stop
next
back
volu
vold
As you can see FooLIRC only supports a limited amount of commands, play (play), stop (stop), next track (next), previous track (back), volume up (volu), and volume down (vold).