Jump to content
Muxe Inc Forums
Sign in to follow this  
Minimus

Add *.mp3 Files To Winamp Playlist

Recommended Posts

Minimus    0

 

I can make following actions in the Windows explorer:

- Select some .mp3 files.

- Then choose in context menu "Play in Winamp" or "Add in Winamp"

 

How add from NDN selected mp3 files in playlist from Users Menu?

 

More precisely: How to save in file "C:\Program files\Winamp\winamp.m3u" all names of selected files with full path from Users Menu ?

 

 

 

Share this post


Link to post
Share on other sites

Hello Minimus,

 

you can do this:

 

>1 Add and play in WINAMP

set TMPM3U=%TEMP%\winamp.m3u

type %1 > %TMPM3U%

D:\Programme\Winamp\winamp.exe /play %TMPM3U%

 

You probably need this:

Enable File manager setup -> !:!\!.! in Listfiles

 

Unfortunately Winamp doesn't understand "" filenames, therefore:

Disable LFN - Setup -> Put in listfiles

 

Stefan / AH

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×