Mp3tag

From Free Knowledge Base- The DUCK Project: information for everyone
Revision as of 21:09, 23 November 2011 by Admin (Talk | contribs)

Jump to: navigation, search

Support and Help

Custom Right Click and Double Click Actions

If you select audio files in the file-view window, you can open the context-menu via the right mouse button. The submenu Tools contains the external applications created by the user. You can launch external applications very flexible and pass different parameters to them.

Play/Enqueue files in Winamp

Name: Enqueue in Winamp
Path: File System path to "Winamp.exe" e.g. "C:\Program Files\Winamp\Winamp.exe".
Parameter: /ADD "%_path%"

ref: source

Now I prefer not to have them queued. I want Winamp to simply "play" the file selected. To do this, drop the /ADD from the parameter.

Parameter: "%_path%"