Difference between revisions of "Mp3tag"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
(Created page with " == 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 mous...")
(No difference)

Revision as of 20:06, 23 November 2011


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%"

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%"