Page 8 of 13

Re: Batch M3U Creator 2.2 [MM2+3]

Posted: Sat Aug 15, 2009 7:44 am
by Tiro
one more.

When creating the playlist for a virtual CD I'm ending up with "?:\Track04.cda" as the pathinfo for the track within the playlist. Is there any possibility to get the path of the ripped mp3 file instead?

Thanks a again
Tiro

Re: Batch M3U Creator 2.2 [MM2+3]

Posted: Sat Aug 15, 2009 1:15 pm
by trixmoto
I've no idea off hand, but I'll certainly put it on my list to give it a go. :)

Re: Batch M3U Creator 2.2 [MM2+3]

Posted: Fri Sep 18, 2009 6:39 pm
by Guest
All of the m3u's seem to be going to the root directory, not in the folders where the files live.

If I copy the m3u to the appropriate folder, it works just great - but I can't do that 5,000 times. :oops:

Is there a setting I'm missing?

Thanks for making this great tool!

Re: Batch M3U Creator 2.2 [MM2+3]

Posted: Mon Sep 21, 2009 3:45 am
by trixmoto
There are a number of variables at the top of the BatchM3UCreate.vbs file, which you can amend by opening the file in a text editor. However the default values should mean that all playlists are created in the album folders, and not the root directory.

Re: Batch M3U Creator 2.2 [MM2+3]

Posted: Wed Sep 23, 2009 12:57 am
by sdubose99
I'm having a similar problem where all the playlists are going into a main directory rather than the album directories. All my music is on an external NAS, organized as NAS\Share\Music\Artist\Album... the m3u's are going into the Share folder. I'm using Vista with SP2, Mediamonkey 3.1.1.1261, your script v2.2. I haven't changed the script contents... could you suggest something for me to check to correct this?

Re: Batch M3U Creator 2.2 [MM2+3]

Posted: Wed Sep 23, 2009 8:25 am
by trixmoto
I can't see anything obvious in the code. It might be worth editing the .vbs file though and changing "Debug" to be "True" and then you can email me the ".log" file.

Re: Batch M3U Creator 2.2 [MM2+3]

Posted: Wed Sep 23, 2009 2:20 pm
by Guest
Thanks, did that. In what folder is the .log file created?

Re: Batch M3U Creator 2.2 [MM2+3]

Posted: Thu Sep 24, 2009 3:49 am
by trixmoto
In your windows temporary directory (%temp%) - all my debug logfiles go here now (although some older scripts maybe still me using the mediamonkey scripts folder).

Re: Batch M3U Creator 2.2 [MM2+3]

Posted: Thu Sep 24, 2009 2:14 pm
by Guest
Thanks, but no luck. I changed the script to Debug = True, ran the script, all m3u's went to the same root directory,

Image

but no log was created.

Image

If you like to take this offline, my email is sdubose99 at yahoo.com. Thanks.

Re: Batch M3U Creator 2.2 [MM2+3]

Posted: Thu Sep 24, 2009 2:26 pm
by nohitter151
Guest wrote:Thanks, but no luck. I...
but no log was created.
You're in the wrong directory. The log is generated at C:\Users\<your username>\AppData\Local\Temp\, not C:\Windows\temp

Re: Batch M3U Creator 2.2 [MM2+3]

Posted: Thu Sep 24, 2009 4:14 pm
by sdubose99
that helps! email sent.

Re: Batch M3U Creator 2.2 [MM2+3]

Posted: Fri Sep 25, 2009 2:33 am
by trixmoto
This means that in your "MediaMonkey.ini" file you have in your [FilenameMappings] section an entry like of "5C=2D". Removing this should fix the problem for now, but I'll fix this in the next version.

Re: Batch M3U Creator 2.2 [MM2+3]

Posted: Fri Sep 25, 2009 3:14 am
by sdubose99
Beautiful, worked great! Love your script...

Re: Batch M3U Creator 2.2 [MM2+3]

Posted: Fri Sep 25, 2009 3:24 am
by trixmoto
Thanks! :)

Re: Batch M3U Creator 2.2 [MM2+3]

Posted: Tue Oct 27, 2009 6:54 am
by DarthNihilius
Guest wrote:All of the m3u's seem to be going to the root directory, not in the folders where the files live.

If I copy the m3u to the appropriate folder, it works just great - but I can't do that 5,000 times. :oops:

Is there a setting I'm missing?

Thanks for making this great tool!

I'm having the same issue.
I am confused though. was your post regarding the FileMappings setting in the mediamonkey.ini file a solution to this problem ?
If so, I cannot find the .ini file.

Not sure how to fix this issue.
Even when I tried to specify the directory to create the playlists in, it used the same convention for filenames with the - instead of slashes.
Any help would be great.
This script is what I need.