Batch M3U Creator 2.7 - Updated 23/09/2012
Re: Batch M3U Creator 2.5 - Updated 27/02/2011
If you leave the Directory field blank then it should go into the album folder with the tracks, but if you populate it then it should appear in the specified directory. Because of this you shouldn't need to use <folder> in the mask.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Re: Batch M3U Creator 2.5 - Updated 27/02/2011
Well for some reason the file isnt ending up in the folder. I just am trying this out without making any changes to your the batch file. (I was reading through this complete help file and I guess there are some changes you can make) Anyway I am not sure where the file is going. I am running winxp v3
Re: Batch M3U Creator 2.5 - Updated 27/02/2011
I'm using latest MM4 with latest BM3U2.5
Script is awesome and it works on all non UTF albums.
I am running into following issues:
1. MediaMonkey installed on Windows 7
2. Network NAS is on a Linux system with a true UTF8 with case-sensitive folders/files (echo $LANG en_US.utf8)
3. Any path that contains non-ascii characters in path name will generate an error. Here is an error for one of the albums with non-ascii chars:
BatchM3UCreator: The following 1 files could not be created:
2010 - Aš Kaip Žasis\Sel-Aš Kaip Žasis-2010.m3u
I checked 'Debug' however where is it located at?
Thanks, DJ
Script is awesome and it works on all non UTF albums.
I am running into following issues:
1. MediaMonkey installed on Windows 7
2. Network NAS is on a Linux system with a true UTF8 with case-sensitive folders/files (echo $LANG en_US.utf8)
3. Any path that contains non-ascii characters in path name will generate an error. Here is an error for one of the albums with non-ascii chars:
BatchM3UCreator: The following 1 files could not be created:
2010 - Aš Kaip Žasis\Sel-Aš Kaip Žasis-2010.m3u
I checked 'Debug' however where is it located at?
Thanks, DJ
Re: Batch M3U Creator 2.5 - Updated 27/02/2011
VBScript cannot handle UTF-8, so there's no way that I can fix this, sorry.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Re: Batch M3U Creator 2.6 - Updated 09/07/2012
New version (2.6) is now available to download from my website. I have fixed filenames are converted to ASCII, even in Unicode mode.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Re: Batch M3U Creator 2.6 - Updated 09/07/2012
Question about the filemask field
Can this be expanded to just include the folder name the mp3s are in?
then if you have folders that have CD1 or CD2 in then the m3u states this, or if it's the album name then it's this.
even better if it can pull the top two or three tiered folder names and include them on the m3u name
e.g
Robbie Williams- Sing when you are winning -CD1.m3u
Can this be expanded to just include the folder name the mp3s are in?
then if you have folders that have CD1 or CD2 in then the m3u states this, or if it's the album name then it's this.
even better if it can pull the top two or three tiered folder names and include them on the m3u name
e.g
Robbie Williams- Sing when you are winning -CD1.m3u
Re: Batch M3U Creator 2.6 - Updated 09/07/2012
How about if I add <PathOne>, <PathTwo> and <PathThree>? So for this example...
C:\Music\The Beatles\Let It Be\CD2\06 - Let It Be.mp3
<PathOne> = CD2
<PathTwo> = Let It Be
<PathThree> = The Beatles
C:\Music\The Beatles\Let It Be\CD2\06 - Let It Be.mp3
<PathOne> = CD2
<PathTwo> = Let It Be
<PathThree> = The Beatles
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Re: Batch M3U Creator 2.6 - Updated 09/07/2012
trixmoto wrote:How about if I add <PathOne>, <PathTwo> and <PathThree>? So for this example...
C:\Music\The Beatles\Let It Be\CD2\06 - Let It Be.mp3
<PathOne> = CD2
<PathTwo> = Let It Be
<PathThree> = The Beatles
Perfect Thank you
Re: Batch M3U Creator 2.6 - Updated 09/07/2012
Ok, it's on my list.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Re: Batch M3U Creator 2.6 - Updated 09/07/2012
Also is it possible to take options from the ID3 Tag to create the playlist file name...
so %Artist% - %Album% %Part Of Set%.m3u
then it will give veryone totaly flexibility of the automatic naming convention.
so %Artist% - %Album% %Part Of Set%.m3u
then it will give veryone totaly flexibility of the automatic naming convention.
Re: Batch M3U Creator 2.6 - Updated 09/07/2012
It's not possible to access ID3 tags which are not MM fields currently, sorry.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Re: Batch M3U Creator 2.6 - Updated 09/07/2012
trixmoto wrote:It's not possible to access ID3 tags which are not MM fields currently, sorry.
ahh ok. well at least
will work, do you have a rough ETA on when this will be implemented?trixmoto wrote:How about if I add <PathOne>, <PathTwo> and <PathThree>? So for this example...
C:\Music\The Beatles\Let It Be\CD2\06 - Let It Be.mp3
<PathOne> = CD2
<PathTwo> = Let It Be
<PathThree> = The Beatles
Many Thanks
Mark
Re: Batch M3U Creator 2.6 - Updated 09/07/2012
Nope, sorry.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Re: Batch M3U Creator 2.7 - Updated 23/09/2012
New version (2.7) is now available to download from my website. I have added 7 extra mask fields: <Tracks><Length><Rating><Discs><Path1><Path2><Path3>.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Re: Batch M3U Creator 2.7 - Updated 23/09/2012
Perfect Thankyou.. will try it and get back to you