Page 2 of 28
Re: Export M3Us for Child Nodes 1.2.1 (2008-11-29) [MM2+3]
Posted: Thu Dec 04, 2008 1:58 am
by Volition
Just A request,
I need to Export one Child and it's children in the PLaylists, to a Particular destination on my PC. It is the same thing every time.
Is there anyway someone could alter this script for me.
My Initial MM3 node is
Playlists/Squeezebox (i want all the Playlists and childs of from here)
My Destination is F:/My Documents/My Music/Playlists
For anyone interested i use it in conjuction with my Squeezebox. Any Assistance on this would be appreciatted so much, and i'm sure other MM3 and squeezebox users could use it as well.
Kind regards,
Vol
Re: Export M3Us for Child Nodes 1.2.1 (2008-11-29) [MM2+3]
Posted: Thu Dec 04, 2008 12:28 pm
by nynaevelan
No need for scipt modification, just use
Steegy's Modified Export M3us script.
Nyn
Re: Export M3Us for Child Nodes 1.2.1 (2008-11-29) [MM2+3]
Posted: Thu Dec 04, 2008 1:48 pm
by ZvezdanD
Volition wrote:I need to Export one Child and it's children in the PLaylists, to a Particular destination on my PC.
I am not sure that understand. This script already has a possibility to export playlists for all children of any node, even from Playlists branch. Maybe information about the last update is confusing, i.e. it is incomplete. I implemented skipping of export for playlist nodes only when they are inside of My Computer branch, but not for Playlists branch.
Re: Export M3Us for Child Nodes 1.2.1 (2008-11-29) [MM2+3]
Posted: Fri Dec 05, 2008 3:31 am
by Volition
Hey thanks, I'll try steegys and see what i can muster.
But thanks guys.
vol.
Re: Export M3Us for Child Nodes 1.3 (2009-01-10) [MM2+3]
Posted: Sat Jan 10, 2009 1:21 pm
by ZvezdanD
There is a new update (1.3) of this script with some additions/improvements.
Re: Export M3Us for Child Nodes 1.4 (2009-01-24) [MM2+3]
Posted: Sat Jan 24, 2009 3:46 am
by ZvezdanD
There is a new update (1.4) which has improved speed with MM 3.1.0.1218, especially for empty nodes/folders. Thanks so much to MM developers for adding new API functions/events.
Re: Export M3Us for Child Nodes 1.4 (2009-01-24) [MM2+3]
Posted: Sat Jan 24, 2009 12:06 pm
by raybeau528
I guessed you'd be the first one using the new 1218 events!
Ray
Re: Export M3U/Playlists for Child Nodes 2.0 (2009-02-12)[MM2+3]
Posted: Thu Feb 12, 2009 1:57 pm
by ZvezdanD
There is a new version (2.0) which has added a possibility to create playlists in the Playlists node in similar way as export of .m3u files.
Re: Export M3U/Playlists for Child Nodes 2.1 (2009-02-25)[MM2+3]
Posted: Sun Mar 01, 2009 12:01 pm
by ZvezdanD
There is a new update: v2.1 - 2009-02-25
- Added: option to save .m3u files as ANSI, UTF-8 or Unicode.
Re: Export M3U/Playlists for Child Nodes 2.1 (2009-02-25)[MM2+3]
Posted: Sun Mar 01, 2009 4:23 pm
by Eyal
ZvezdanD wrote:There is a new update: v2.1 - 2009-02-25
- Added: option to save .m3u files as ANSI, UTF-8 or Unicode.
Great!

UTF-8 is perfect for me.
Thanks ZvezdanD!
Re: Export M3U/Playlists for Child Nodes 2.2 (2009-04-16)[MM2+3]
Posted: Thu Apr 16, 2009 4:34 pm
by ZvezdanD
There is a new update: v2.2 - 2009-04-16
- Added: option to save .m3u files in simple or extended format;
- Improved: speed when export nodes from Playlists branch.
Re: Export M3U/Playlists for Child Nodes 2.2 (2009-04-16)[MM2+3]
Posted: Thu Apr 16, 2009 5:16 pm
by nynaevelan
Zvezdand:
Is there a manageable way to include/exclude the export of autoplaylists as a user selected option??
Nyn
Re: Export M3U/Playlists for Child Nodes 2.2 (2009-04-16)[MM2+3]
Posted: Thu Apr 16, 2009 6:15 pm
by ZvezdanD
nynaevelan wrote:Is there a manageable way to include/exclude the export of autoplaylists as a user selected option??
Thanks for suggestion. There is a new update: v2.3 - 2009-04-17
- Added: option to exclude AutoPlaylists from export.
Re: Export M3U/Playlists for Child Nodes 2.2 (2009-04-16)[MM2+3]
Posted: Thu Apr 16, 2009 6:37 pm
by nynaevelan
ZvezdanD wrote:There is a new update: v2.2 - 2009-04-16
- Added: option to save .m3u files in simple or extended format;
I love this, now I do not have to open the m3u to get rid of that excess junk, don't know the technical purpose for it.
ZvezdanD wrote:
- Improved: speed when export nodes from Playlists branch.
Wow, these speeds are great, it goes so fast the progress bar cannot keep up.
ZvezdanD wrote:nynaevelan wrote:Is there a manageable way to include/exclude the export of autoplaylists as a user selected option??
Thanks for suggestion. There is a new update: v2.3 - 2009-04-17
- Added: option to exclude AutoPlaylists from export.
Thank you for the quick response, this works perfectly. I have just switched to a new script for the export of my playlists for purposes other than backup.

Re: Export M3U/Playlists for Child Nodes 2.3 (2009-04-17)[MM2+3]
Posted: Thu Apr 16, 2009 7:02 pm
by ZvezdanD
Glad you like it
By the way, that extended format is intended to speed up display of artist, title and tracks length during loading of playlist in some player - it is faster to read and parse some short .m3u file than to read each audio file to get their track lengths and other mentioned informations from ID3 tags. At least such situation is with Winamp, I don't know about MM since I am not using it for playback.