Author Topic: Easy mp3cd project  (Read 918 times)

Allen

  • Guest
Easy mp3cd project
« on: August 06, 2003, 04:19:10 PM »
Anyone know why I can't change the order of my mp3s with easy cd 5 platinum in mp3cd project mode?  I can call up the playlist and change it but when I click ok, nothing changes.

Demonite

  • Guest
Easy mp3cd project
« Reply #1 on: August 06, 2003, 07:00:45 PM »
grab the latest update.

Space Between

  • Guest
Easy mp3cd project
« Reply #2 on: August 06, 2003, 10:48:07 PM »
if this seems zhitty...well my day has gone that way and i really only mean the best realistic intent.

what is a mp3cd project??? please tell me its not as dumb as it sounds. Sounds like to me they are trying to do what 1.4 billion applications have done since 1998.

I think this is what has finally convienced me that eazy cd thinks their customers are totally mindless and cant do nothing for themselves.

If you cant create directories for files (.mp3's) there is some serious problems.
If you cant create .m3u's with a simple text editor, there is some serious problems.
If you cant create picture display's with HTML, there is some serious problems.
If you cant do any of the above 3 things, there is some serious problems.

If you CAN do the above things, you have what your working with but without flaws. However i dont know what mp3cd is...or even why it has that name. It's a simple MODE1/2352 ISO9660...nothing more nothing less. Maybe they threw in a autorun.inf and autorun.exe to confuse their customers, anyways....

just looked this up for you...try this in your root directory that holds all your .mp3's...running win2k/xp???

DIR /B /AD >> C:\tempdir_.tmp
FOR /F "usebackq tokens=*" %i IN (C:\tempdir_.tmp) DO DIR /B /S *.mp3 "%i" >> "%i\%i.m3u"

Their's individual playlists...if you want a universal playlist for all dir's i guess
DIR /B /S *.mp3 >> playlist.m3u  
would  work

By the way, by all means you should look at some of the plugins for winamp 2.x ...im more than SURE it has plugins to do the samething, and way more im SURE aswell.