|
|
#1 |
|
Junior Member
Join Date: Dec 2001
Posts: 6
|
Automated M3U creation?
Hi all,
I currently have all my mp3's sorted in a directory structure of Artist name>Album. I now have the opportunity to run playlists from remote control (which is cool), but need to create a numbered playlist (01 throutgh to 450) for each album I own (450 odd!). As you can imagine, this is a lttle daunting, not to say a boring task! What I am looking for then, is a shareware app (or plugin) that will automatically create numbered playlists, based upon mp3's stored in unique directorys (as I have). It's a long shot, but does anyone know how to do this??
|
|
|
|
|
|
#2 |
|
Hiding in plain sight (mod)
Join Date: Jun 2000
Location: Melbourne, Australia
Posts: 9,910
|
i think you'll have to do it all manually
when encoding cd's you can make it automated http://www.cdex.n3.net there's a command for it..... this is also the best encoder/ripper |
|
|
|
|
|
#3 |
|
Forum King
|
It wouldn't be a hard application to write, but I don't think anyone has done so yet.
For the freedom to express myself in my own way without fear of being censored or banned.47 65 6C 61 65 64 2E 63 6F 6D 00 |
|
|
|
|
|
#4 |
|
Forum King
|
Here you go! Custom written by me.
Download the attachment (or compile for yourself if you prefer) Install the JRE if you haven't already, then open a command prompt, browse to the folder you download the attachment to, and type in: "java M3UGen" (I think you may need to add the JRE "bin" folder to your path, but it may occur automatically. Or, you could type in the whole "java.exe" path in the prompt. . . ) A "File Chooser" will pop up. Just choose the directories and files you want to create M3U files for. Hit "Save". Wait a few seconds or minutes (depending on your collection and how fast your computer is) and you'll have a list of M3Us, numbered 1 to x. Done! (Someone owes me some sexual favors )Here's the code: code: For the freedom to express myself in my own way without fear of being censored or banned.47 65 6C 61 65 64 2E 63 6F 6D 00 |
|
|
|
|
|
#5 |
|
Forum King
|
P.S. This is only meant for Windows. It needs some modification for *nix use.
Here's the attachment, too. (Damn, I have to zip it. Just unzip it before use.) For the freedom to express myself in my own way without fear of being censored or banned.47 65 6C 61 65 64 2E 63 6F 6D 00 |
|
|
|
|
|
#6 |
|
Junior Member
Join Date: Dec 2001
Posts: 6
|
OMG!
That is soo great of you I don't know what to say! Thanks. I'll write back and let you know how I get on.. |
|
|
|
|
|
#7 |
|
Junior Member
Join Date: Dec 2001
Posts: 6
|
Works an absolute treat!
Must have saved me at least a day of sitting here clicking... Thanks alot - can't believe how generous that was..
|
|
|
|
|
|
#9 |
|
Forum King
|
Aww, shucks.
/me looks down and kicks the sand a bit 'Tweren't nothin' You're welcome. It didn't really take that long, and I'm planning to reuse the functionality in JTagger sometime soon.It's going to be useful for me, too. I've already used a modified version (m3u names generated by directory names, instead of numbers) to make playlists for most of my collection. Whenever I start working on JTagger again, I'll add this in, in some form or another. For the freedom to express myself in my own way without fear of being censored or banned.47 65 6C 61 65 64 2E 63 6F 6D 00 |
|
|
|
|
|
#10 |
|
Junior Member
Join Date: Dec 2001
Location: Australia
Posts: 23
|
I know several ppl have said it already, but nice work cg!
One question though, why did you use System.exit(1) right at the bottom after printing "Exiting successfully"? If you really are exiting successfully shouldn't it be System.exit(0)? |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|