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 trixmoto » Tue Oct 27, 2009 7:45 am

The "FileMappings" post is a workaround that will make the script work until I can fix the script properly and release a new version. The .ini will depend on what system you are using but try your %APPDATA% folder or your %LOCALAPPDATA% 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 DarthNihilius » Wed Oct 28, 2009 7:26 am

Thanks for the quick reply.
I found the file. I'll try this out later.
DarthNihilius
 

Re: Batch M3U Creator 2.2 [MM2+3]

Postby DarthNihilius » Thu Oct 29, 2009 6:14 am

Trix, thanks for the help. Worked like a charm!!
DarthNihilius
 

Re: Batch M3U Creator 2.2 [MM2+3]

Postby Deerhaven » Thu Dec 03, 2009 4:15 pm

Thanks for putting all of these tools together.
I'm having the same trouble as others with all of the playlists showing up in the root directory. I found the MediaMonkey.ini file in my C:\Documents and Settings\<username>\Local Settings\Application Data\MediaMonkey directory. I then edited out the [FilenameMappings] section and deleted the line reading "5C=2D" but the script continued to dump the playlists into the root. As an experiment I then deleted all of the elements under [FilenameMappings] but this didn't change anything - just thought I'd try it and see what happened.

Other ideas as to how to redirect the m3u files into their proper sub-directories?

I'm running XP, MM 3.2.0.1294 and version 2.2 of your m3u creator program.

Thanks again,
J
Deerhaven
 

Re: Batch M3U Creator 2.2 [MM2+3]

Postby Deerhaven » Thu Dec 03, 2009 8:52 pm

Hey - I just tried it again for the fifth or sixth time and it worked! Very cool tool.

Thanks again,
J
Deerhaven
 

Re: Batch M3U Creator 2.2 [MM2+3]

Postby trixmoto » Fri Dec 04, 2009 7:14 am

You need to have MM closed when you edit the file. I will fix this properly in the next version. I'm glad you like my scripts, always nice to hear! :D
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 otterinla » Mon Jan 04, 2010 12:44 am

Or you can paste the following in notepad and save it as m3uMaker.bat copy it into the folder you want the m3u created in and dbl click it.

dir /b *.mp3 >00 - playlist.m3u
otterinla
 

Re: Batch M3U Creator 2.2 [MM2+3]

Postby trixmoto » Wed Jan 20, 2010 2:59 pm

Tiro wrote: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?

Why not build the playlist from the ripped tracks instead of the virtual CD?
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.3 - Updated 21/01/2010

Postby trixmoto » Wed Jan 20, 2010 7:07 pm

New version (2.3) is now available to download from my website. Changes include...

- Removed old MM2 code for performance
- Fixed correcting of filepath not working correctly
- Added confirmation screen with options stored in ini file
- Added option to run for current filter
- Fixed relative paths when not in full path mode
- Added option to control unicode behaviour
- Added update server to installation package.

Technically speaking .m3u files should not include any unicode characters, the unicode equivalent is .m3u8 - to support this you can either select to save as .m3u and convert to ASCII, or use a mixed mode which will create .m3u if ASCII and .m3u8 if unicode. However, I have also added options to force unicode and define the extension as .m3u or .m3u8 for all playlists. The mode you select will depend on the device you are wanting to use the playlists for.
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.3 - Updated 21/01/2010

Postby sn0skier » Mon Feb 22, 2010 4:21 pm

So, I'm not sure if your script could do this or not. Maybe I could edit it so it would work if it doesn't already. Or maybe there is another batch playlist creator that does this. I want to create playlists that will let other people play my songs on my webserver. So when you open the playlist file it starts streaming from my website. Any way to do this?
Image
sn0skier
 
Posts: 103
Joined: Fri Apr 13, 2007 6:03 pm

Re: Batch M3U Creator 2.3 - Updated 21/01/2010

Postby trixmoto » Tue Feb 23, 2010 4:23 am

I think to provide streaming it would be a lot more complex than just a playlist.
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.3 - Updated 21/01/2010

Postby sn0skier » Tue Feb 23, 2010 11:56 am

It isn't. If you could change the path that the .mp3 files get in the .m3u file, when the "write full track path" box is selected, from the local address to the URL you could download the .m3u file on any machine, and then use these playlists to stream the music. So in my particular instance I would need C:\Users\Hunter\Music\<artist>\<album>\<track #>-<title>.mp3 changed to http://my.web.address/Music/<artist>/<album>/<track #>-<title>.mp3 and I could stream my music to my 3g phone. This seems like if would be a relatively simple upgrade that would provide an awesome new use for this script. All you would need is a box that asks the user what part of the path to get rid of e.g. C:\Users\Hunter\ and what to replace it with e.g. http://my.web.server/, and then change all the \ to /.
Image
sn0skier
 
Posts: 103
Joined: Fri Apr 13, 2007 6:03 pm

Re: Batch M3U Creator 2.3 - Updated 21/01/2010

Postby trixmoto » Tue Feb 23, 2010 2:19 pm

Have you tried using the Directory field and put "http://my.web.address/Music/" in it?
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.3 - Updated 21/01/2010

Postby sn0skier » Wed Feb 24, 2010 8:29 pm

I thought that just changes where the playlist is located, not the paths of the song files. I need the paths of the files to be the entire web address, or else once I download the playlist and try and open it the media player is going to look in the download folder for the songs, and not at the web address the playlist came from.
Image
sn0skier
 
Posts: 103
Joined: Fri Apr 13, 2007 6:03 pm

Re: Batch M3U Creator 2.3 - Updated 21/01/2010

Postby Owyn » Wed Feb 24, 2010 10:10 pm

Sounds like a job for a text editor, or, if you have a lot of files, then Gawk could handle it nicely.

PS: A Gawk Primer
Cogito cogito ergo cogito sum. (Ambrose Bierce)
I drink therefore I am. (Monty Python)
Vista 32bit Home Premium SP2 / MM3.2.1.1297 Gold / Last.Fm 1.0.2.22 / IE8
Dell Inspiron 530 (1.8 Core2 / 2GB)
Skin: Vitreous Blue
Scripts: Add/Remove Playstat|Advanced Duplicate Find & Fix|Album Art Tagger|Backup|Batch Art Finder|Calculate Cover Size|Case&Leading Zero Fixer|DB_Audit|DB_Clean|DB_Schema|Event Logger|Genre Finder|Lyricator|Magic Nodes|MM2VLC|Monkey Rok|MusicIP Tagger|PUID Generator|RegExp Find & Replace|Right Click for Scripts|Scriptreloader|SQL Viewer|Stats(Filtered)|Tagging Inconsistencies
Owyn
 
Posts: 2018
Joined: Fri Mar 21, 2008 10:55 am
Location: Canada

PreviousNext

Return to Need Help with Addons?

Who is online

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