Hi, hotsaucyduck, thanks for your question.
I don't know if such a thing existed before, though I presume it did.
In any case, if it didn't, it does now.
http://www.bookface.frihost.net/ga/608311/
1. Save makeplaylist.bat to C:\makeplaylist.bat
2. Save playlistmaker.reg anywhere you can find it again
3. Double-click playlistmaker.reg and say yes to merge it with your registry.
Now select any number of directories, right-click, and choose the
option "Make playlist(s)."
Let me know if you run into any trouble, and thanks for choosing Google! Answers.
- bookface-ga |
Clarification of Answer by
bookface-ga
on
21 Dec 2005 03:07 PST
For reference, the contents of makeplaylist.bat:
====================================================
@echo off
cd %1
echo %~f1
dir /on/b *.mp3 *.ogg > %~n1.m3u
====================================================
And of playlistmaker.reg:
====================================================
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\play]
@="Make playlist(s)"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\play\command]
@="cmd /C C:\\makeplaylist.bat \"%L\""
====================================================
(You don't need to know this, but in case my site is no longer hosting
this when someone else comes along, they can still use this answer.)
|
Request for Answer Clarification by
hotsaucyduck-ga
on
21 Dec 2005 07:47 PST
hey, thanks SO MUCH for creating this little program!!
unfortunately, however, it doesn't quite work. The folder named
"andrew bird & the mysterious production of eggs" yields inside it a
file simply named "andrew," with no extension and an incomplete name.
however the folder "adult. - gimme trouble (thrill jockey, 2005)"
yields a file "adult.mp3" (yes the period after the 't' is part of the
band's name).
|
Clarification of Answer by
bookface-ga
on
22 Dec 2005 16:25 PST
Ah, I'm sorry, I made a teensy mistake.
For your convenience, a new modified file has been updated and posted to:
http://www.bookface.frihost.net/ga/608311/
You can just save makeplaylist.bat over the old one. The other file is unchanged.
Or, you can edit the batch file by going to Start, Run... and entering
notepad C:\makeplaylist.bat
Then change %~n1.m3u to "~nx1.m3u" -- with quotes, and the x.
This should fix things with punctuation in the folder titles.
And this isn't really a program, just a bit of fancy scripting. But
I'm glad if it's useful for both you and spanky nonetheless.
- bookface-ga
|