Batch M3U Creator 2.7 - Updated 23/09/2012

Download and get help for different MediaMonkey Addons.

Moderators: Peke, Gurus

Re: Batch M3U Creator 2.2 [MM2+3]

Postby Tiro » Sat Aug 15, 2009 7:44 am

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
Tiro
 
Posts: 3
Joined: Fri Aug 14, 2009 10:32 am

Re: Batch M3U Creator 2.2 [MM2+3]

Postby trixmoto » Sat Aug 15, 2009 1:15 pm

I've no idea off hand, but I'll certainly put it on my list to give it a go. :)
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: Batch M3U Creator 2.2 [MM2+3]

Postby Guest » Fri Sep 18, 2009 6:39 pm

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!
Guest
 

Re: Batch M3U Creator 2.2 [MM2+3]

Postby trixmoto » Mon Sep 21, 2009 3:45 am

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.
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: Batch M3U Creator 2.2 [MM2+3]

Postby sdubose99 » Wed Sep 23, 2009 12:57 am

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?
sdubose99
 

Re: Batch M3U Creator 2.2 [MM2+3]

Postby trixmoto » Wed Sep 23, 2009 8:25 am

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.
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: Batch M3U Creator 2.2 [MM2+3]

Postby Guest » Wed Sep 23, 2009 2:20 pm

Thanks, did that. In what folder is the .log file created?
Guest
 

Re: Batch M3U Creator 2.2 [MM2+3]

Postby trixmoto » Thu Sep 24, 2009 3:49 am

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).
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: Batch M3U Creator 2.2 [MM2+3]

Postby Guest » Thu Sep 24, 2009 2:14 pm

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.
Guest
 

Re: Batch M3U Creator 2.2 [MM2+3]

Postby nohitter151 » Thu Sep 24, 2009 2:26 pm

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
MediaMonkey user since 2006
Need help? Got a suggestion? Can't find something?
nohitter151
 
Posts: 21432
Joined: Wed Aug 09, 2006 10:20 am
Location: NJ, USA

Re: Batch M3U Creator 2.2 [MM2+3]

Postby sdubose99 » Thu Sep 24, 2009 4:14 pm

that helps! email sent.
sdubose99
 
Posts: 2
Joined: Thu Sep 24, 2009 3:08 pm

Re: Batch M3U Creator 2.2 [MM2+3]

Postby trixmoto » Fri Sep 25, 2009 2:33 am

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.
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: Batch M3U Creator 2.2 [MM2+3]

Postby sdubose99 » Fri Sep 25, 2009 3:14 am

Beautiful, worked great! Love your script...
sdubose99
 
Posts: 2
Joined: Thu Sep 24, 2009 3:08 pm

Re: Batch M3U Creator 2.2 [MM2+3]

Postby trixmoto » Fri Sep 25, 2009 3:24 am

Thanks! :)
Check out my scripts at trixmoto.net and subscribe to my RSS feed for updates.
Also check out my Uniface blog.
Get a free Dropbox account! :o

Image
trixmoto
 
Posts: 9703
Joined: Fri Aug 26, 2005 3:28 am
Location: Hull, UK

Re: Batch M3U Creator 2.2 [MM2+3]

Postby DarthNihilius » Tue Oct 27, 2009 6:54 am

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.
DarthNihilius
 

PreviousNext

Return to Need Help with Addons?

Who is online

Users browsing this forum: Google [Bot] and 10 guests