Thursday, June 23, 2005

Adding Play with Foobar2000 and Enqueue in Foobar2000 items to folder menu in Windows Explorer - before I forget. Change the path to your foobar2000 installation (usually c:\program files\foobar2000\) in the following text, save it as a .reg file and import into your registy Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\shell\Foobar.Play\command] @="c:\\program files\\foobar2k\\foobar2000.exe /\"command:playlist/clear\" /play \"%1\"" [HKEY_CLASSES_ROOT\Directory\shell\Foobar.Enqueue\command] @="c:\\program files\\foobar2k\\foobar2000.exe /add \"%1\"" /play and /add are commands for foobar to play the file immediately or to add it to the current playlist. /"command:playlist/clear" is a way around a bug (or feature?) where foobar starts to play whatever is in the playlist before adding new files.

No comments: