Windows context menu playlist creator
Nov 25, 2005 at 5:49 AM Thread Starter Post #1 of 5

dulath

100+ Head-Fier
Joined
Oct 21, 2005
Posts
191
Likes
1
Hey guys, some months ago, someone linked to a windows program which puts in a context menu which allows you to make playlists based on folders really easily. I had to reformat my PC and now I have no idea what its called or where to find it. Please help me out! Thanks.
 
Nov 25, 2005 at 5:21 PM Post #2 of 5
Quote:

Originally Posted by dulath
Hey guys, some months ago, someone linked to a windows program which puts in a context menu which allows you to make playlists based on folders really easily. I had to reformat my PC and now I have no idea what its called or where to find it. Please help me out! Thanks.


I did sth. like this once for my own purpose:
http://www.hydrogenaudio.org/forums/...howtopic=20050
Was it this one?
 
Nov 27, 2005 at 3:30 PM Post #5 of 5
It's quite easy. Proceed as follows:

1) Create a batch file to make playlists. The contents should look something like this.
Code:

Code:
[left] cd %1 dir *.mp3 *.mpc *.ape *.flac *.ogg /a /b > playlist.m3u[/left]

2) Create a context menu entry which links to the batchfile.
Explorer >> Tools >> Folder Options >> File Types >> File Folder >> Advanced >> New...

Code:

Code:
[left]"D:\scripts\Create audio playlist.bat" "%L"[/left]

3) Done...

Just make shure you change te location and filename to the one you created
 

Users who are viewing this thread

Back
Top