Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   Winamp Technical Support (http://forums.winamp.com/forumdisplay.php?f=11)
-   -   editing "send to" menu? (http://forums.winamp.com/showthread.php?t=246910)

shucks 24th May 2006 10:40

editing "send to" menu?
 
The title says it, I think. Whenever I plug in my mp3 player it shows up as a USB mass storage device (drive h:) I put my podcasts in h:\podcasts but prefer to download them to the harddrive and then transfer them. Is there some way to manually edit the "send to:" menu to include this destination? And another thing - slightly off topic - could the 'send to:' menu item be inserted into the context menu for donwloaded podcasts (in shoutcast wire)?

DrO 24th May 2006 12:12

it's down to the plugins/winamp which add the send to entries to define the text used for them and the actions to which they implement. so as things stand i think you're looking at a new feature request (could be wrong though)

-daz

shucks 24th May 2006 15:00

Ok. Too bad - customized menus are part of what i like most about my browser (Opera).

I kinda went ahead anyway with Resource Hacker and I have managed to alter the Downloads context menu to include the submenu:
code:

POPUP "Downloads"
{
MENUITEM "Play File", 1047
MENUITEM "Enqueue File", 1048
MENUITEM "Remove From List", 40024
MENUITEM "Delete File", 1011

POPUP "Send to:"
{
MENUITEM SEPARATOR
}



The italicised bit was lifted from the gen_ml where it generates a list of destinations - here it just produces a en empty list (apart from the seperator).

Can anyone tell me where the destinations list is and how I can refer to it? or how I can insert a specific destination in my own little send to-list?


All times are GMT. The time now is 02:28.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.