WinAMP shortcut question

WinAMP shortcut question

Re: WinAMP shortcut question Posted by Wild Card on Sat Dec 11th 2004 at 3:40am
Wild Card
2321 posts
Posted 2004-12-11 3:40am
2321 posts 391 snarkmarks Registered: May 20th 2002 Occupation: IT Consultant Location: Ontario, Canada
I just reformated, and I am in a bit of a stick.

I had a quick launch icon for winAMP and I had added an extra line that would, when I clicked on it, launch winAMP with my play list already loaded and start playing the songs.

But I forget how I did that.

"C:\Program Files\UTILITIES\Winamp\winamp.exe" "D:\My%20Music" -play

That is what I have right now, but its not working.
Re: WinAMP shortcut question Posted by Nickelplate on Sat Dec 11th 2004 at 6:08am
Nickelplate
2770 posts
Posted 2004-12-11 6:08am
2770 posts 346 snarkmarks Registered: Nov 23rd 2004 Occupation: Prince of Pleasure Location: US
Whenever someone installs WinAmp, another species goes extinct. :leper:
Re: WinAMP shortcut question Posted by Nanodeath on Sat Dec 11th 2004 at 6:13am
Nanodeath
356 posts
Posted 2004-12-11 6:13am
356 posts 66 snarkmarks Registered: Nov 11th 2004 Occupation: Student - Bioengineering Location: Seattle, WA, USA
What would you suggest, WMP? ;-) Actually that's what I use, despite issues. Anyway, why the %20? Isn't that only for HTML? If it's in quotes you should just be able to use a space I'd think.
Re: WinAMP shortcut question Posted by wil5on on Sat Dec 11th 2004 at 6:13am
wil5on
1733 posts
Posted 2004-12-11 6:13am
wil5on
member
1733 posts 570 snarkmarks Registered: Dec 12th 2003 Occupation: Mapper Location: Adelaide
...O_o

As for your problem WC, maybe you have the cmd line in the wrong order or something. Try:

"C:\Program Files\UTILITIES\Winamp\winamp.exe" -play "D:\My%20Music"

And if that doesnt work, maybe you have to specify a file to play:

"C:\Program Files\UTILITIES\Winamp\winamp.exe" -play "D:\My%20Music\music.m3u"

If these dont work, try looking in the help files or something... or wait for someone who knows what to do to post :wink:
Re: WinAMP shortcut question Posted by Crono on Sat Dec 11th 2004 at 6:36am
Crono
6628 posts
Posted 2004-12-11 6:36am
Crono
super admin
6628 posts 700 snarkmarks Registered: Dec 19th 2003 Location: Oregon, USA
I just reformated
SLAP
:rolleyes:

In WinAmp your previous playlist should still be loaded when you re-open WinAmp. If it isn't then the playlist file is read-only (or something as such).

But, number 1, if you put something in quotes you can put a space. Because, it is reading the %20 as "%20" because it's within quotes.
Anyway, if you create a playilst all you have to do is place the path after the path for winamp inside quotes. It will open winamp, load the playlist, and begin playing.

For example:

C:\Music\Winamp\winamp.exe "C:\Music\Winamp\winamp.m3u"

as the target line opens winamp.m3u playlist and plays it in WinAmp (on my machine, your directories are probably different.)
Re: WinAMP shortcut question Posted by Wild Card on Sat Dec 11th 2004 at 9:42pm
Wild Card
2321 posts
Posted 2004-12-11 9:42pm
2321 posts 391 snarkmarks Registered: May 20th 2002 Occupation: IT Consultant Location: Ontario, Canada
I know it remembers the last playlist I had in it. But I had entered so that if I clicked that shortcut it would load my entire playlist (so if last time I was only listening to one song, it would then load every song this time) And it would also start playing without me having to press play.
Re: WinAMP shortcut question Posted by Crono on Sat Dec 11th 2004 at 9:43pm
Crono
6628 posts
Posted 2004-12-11 9:43pm
Crono
super admin
6628 posts 700 snarkmarks Registered: Dec 19th 2003 Location: Oregon, USA
I know it remembers the last playlist I had in it. But I had
entered so that if I clicked that shortcut it would load my entire
playlist (so if last time I was only listening to one song, it would
then load every song this time) And it would also start playing without
me having to press play.
The example I gave you does all of that. Try it before you assume it
doesn't work because "-play" isn't there. That command doesn't do
anything anymore as far as I can see.
Re: WinAMP shortcut question Posted by Wild Card on Sun Dec 12th 2004 at 5:10am
Wild Card
2321 posts
Posted 2004-12-12 5:10am
2321 posts 391 snarkmarks Registered: May 20th 2002 Occupation: IT Consultant Location: Ontario, Canada
Well what I did this time was create a playlist file and then with what you suggested and it works. Although I didnt do that last time.