Export M3Us/Playlists for Child Nodes 3.6 (2012-01-09)[MM2+]

Download and get help for different MediaMonkey Addons.

Moderators: Peke, Gurus

Re: Export M3Us/Playlists for Child Nodes 3.6 (2012-01-09)[M

Postby ramble-bumble » Mon Jun 11, 2012 6:04 am

Most probably I translated wrong, taking "send" instead of "export"...
Okay, I will certainly try to repair Windows Script, I hope that I will find a solution
amongst the links you have provided, which hopefully is understandable :-?
And I hope, too, that I will have time for that soon :wink:
I will keep you informed, but for the time being: MANY THANKS!
Cowon J3, 32GB
ramble-bumble
 
Posts: 13
Joined: Mon Apr 16, 2007 1:12 am

Re: Export M3Us/Playlists for Child Nodes 3.6 (2012-01-09)[M

Postby philmcgee » Wed Jul 11, 2012 11:23 am

titanfan wrote:I tried ANSI/URL - nope, LMS can't read it.

Yes, Logitech seems to have a bug regarding utf-8 format playlists. I will report it, but I think their software has worked this way for a long time.

Good point about testing under Linux. One of the things on my TODO list is to move my music server to Linux, so I will be able to test this in the next few months.


Well I also wrote URL out for a file which had a # in the path name (like your #9 above) and it was incorrectly output by the script. The # should be encoded as %23 but is not. Maybe that's your issue - I discovered it and manually edited the M3U file to change the unencoded # to %23 and then it worked.
philmcgee
 

Re: Export M3Us/Playlists for Child Nodes 3.6 (2012-01-09)[M

Postby ramble-bumble » Thu Jul 12, 2012 3:44 am

I am sorry that I missed to give a feedback on my trial: After having repaired Windows Script, I was sucessfull in installing your tool... and it worked perfect, it does exactely what I needed, so finally all my playlists on the Cowon J3 have the correct format and their contents is recognized.
Many, many thanks!!!
:D :D :D
Cowon J3, 32GB
ramble-bumble
 
Posts: 13
Joined: Mon Apr 16, 2007 1:12 am

Re: Export M3Us/Playlists for Child Nodes 3.6 (2012-01-09)[M

Postby Blutarsky » Fri Sep 28, 2012 3:19 am

Large fonts problem

With DPI font scaling set to 150% this is how fonts are scrambled...

Image
Blutarsky
 
Posts: 192
Joined: Wed Mar 03, 2010 12:53 pm

Re: Export M3Us/Playlists for Child Nodes 3.6 (2012-01-09)[M

Postby Blutarsky » Sun Nov 25, 2012 3:57 am

I can't build a regular expression properly to export m3u:

I need to replace the following paths:

Code: Select all
e:\music\library\portable\default
e:\music\library\portable\new

to

Code: Select all
\music


What regexp should I use?
Blutarsky
 
Posts: 192
Joined: Wed Mar 03, 2010 12:53 pm

Re: Export M3Us/Playlists for Child Nodes 3.6 (2012-01-09)[M

Postby ZvezdanD » Sun Nov 25, 2012 4:45 am

Blutarsky wrote:I need to replace the following paths:

Code: Select all
e:\music\library\portable\default
e:\music\library\portable\new

Code: Select all
e:\\music\\library\\portable\\(default|new)\\

or more generally:
Code: Select all
e:\\music\\library\\portable\\[^\\]+\\

Blutarsky wrote:to

Code: Select all
\music

Code: Select all
\music\
Magic Nodes 4.2 (2011-07-01) RegExp Find & Replace 4.3 (2011-07-06)  Invert Selection/Select None 1.5 (2012-02-04)  Export M3Us/Create Playlists for Child Nodes 3.6.1 (2012-01-09)  Expand Child Nodes/Expand All 1.1.1 (2012-02-13)  Event Logger 2.4.1 (2012-02-06)  Filtered Statistics Report 1.5.1 (2009-10-09)  Track Redirection & Synchronization 3.4 (2012-10-08)  Restore/Synchronize Database 3.1.1 (2012-05-31)  Find Currently Playing Track 1.2 (2012-02-14)  Queue List 1.2 (2012-02-06)  Add to Library on Play 1.0 (2010-10-20)  Tree Report for Child Nodes 1.1 (2010-11-04)  Update Location of Files in Database 1.3.3 (2012-06-12)  Inherit Child Playlists 1.0 (2012-01-16)
Add Currently Playing/Selected Track(s) to Playlist 1.1.1 (2012-02-06)
ZvezdanD
 
Posts: 2594
Joined: Thu Jun 08, 2006 7:40 pm

Re: Export M3Us/Playlists for Child Nodes 3.6 (2012-01-09)[M

Postby Blutarsky » Sun Nov 25, 2012 5:32 am

YES!!! :D

Thanks!

BTW: What engine is using the script? Perl-like? Or?
Blutarsky
 
Posts: 192
Joined: Wed Mar 03, 2010 12:53 pm

Re: Export M3Us/Playlists for Child Nodes 3.6 (2012-01-09)[M

Postby ZvezdanD » Sun Nov 25, 2012 6:07 pm

Blutarsky wrote:What engine is using the script? Perl-like? Or?

VBScript
Magic Nodes 4.2 (2011-07-01) RegExp Find & Replace 4.3 (2011-07-06)  Invert Selection/Select None 1.5 (2012-02-04)  Export M3Us/Create Playlists for Child Nodes 3.6.1 (2012-01-09)  Expand Child Nodes/Expand All 1.1.1 (2012-02-13)  Event Logger 2.4.1 (2012-02-06)  Filtered Statistics Report 1.5.1 (2009-10-09)  Track Redirection & Synchronization 3.4 (2012-10-08)  Restore/Synchronize Database 3.1.1 (2012-05-31)  Find Currently Playing Track 1.2 (2012-02-14)  Queue List 1.2 (2012-02-06)  Add to Library on Play 1.0 (2010-10-20)  Tree Report for Child Nodes 1.1 (2010-11-04)  Update Location of Files in Database 1.3.3 (2012-06-12)  Inherit Child Playlists 1.0 (2012-01-16)
Add Currently Playing/Selected Track(s) to Playlist 1.1.1 (2012-02-06)
ZvezdanD
 
Posts: 2594
Joined: Thu Jun 08, 2006 7:40 pm

Re: Export M3Us/Playlists for Child Nodes 3.6 (2012-01-09)[M

Postby Blutarsky » Mon Nov 26, 2012 4:08 am

Regexp rules will be different?
Blutarsky
 
Posts: 192
Joined: Wed Mar 03, 2010 12:53 pm

Re: Export M3Us/Playlists for Child Nodes 3.6 (2012-01-09)[M

Postby ZvezdanD » Mon Nov 26, 2012 6:04 am

Blutarsky wrote:Regexp rules will be different?

Mostly not, except some rarely used things like Lookbehind. Here you could see the differences in VBScript’s RegEx engine:
http://www.regular-expressions.info/vbscript.html

There are some on-line RegEx testers where you could specify which engine you want to use, for example:
http://www.regextester.com/
Magic Nodes 4.2 (2011-07-01) RegExp Find & Replace 4.3 (2011-07-06)  Invert Selection/Select None 1.5 (2012-02-04)  Export M3Us/Create Playlists for Child Nodes 3.6.1 (2012-01-09)  Expand Child Nodes/Expand All 1.1.1 (2012-02-13)  Event Logger 2.4.1 (2012-02-06)  Filtered Statistics Report 1.5.1 (2009-10-09)  Track Redirection & Synchronization 3.4 (2012-10-08)  Restore/Synchronize Database 3.1.1 (2012-05-31)  Find Currently Playing Track 1.2 (2012-02-14)  Queue List 1.2 (2012-02-06)  Add to Library on Play 1.0 (2010-10-20)  Tree Report for Child Nodes 1.1 (2010-11-04)  Update Location of Files in Database 1.3.3 (2012-06-12)  Inherit Child Playlists 1.0 (2012-01-16)
Add Currently Playing/Selected Track(s) to Playlist 1.1.1 (2012-02-06)
ZvezdanD
 
Posts: 2594
Joined: Thu Jun 08, 2006 7:40 pm

Re: Export M3Us/Playlists for Child Nodes 3.6 (2012-01-09)[M

Postby Blutarsky » Fri Jan 11, 2013 11:49 am

I have been using this script MM version 3.x, because at that time MM couldn't sync playlists arranging relative paths. As for MM version 4.x is this still true?
Blutarsky
 
Posts: 192
Joined: Wed Mar 03, 2010 12:53 pm

Re: Export M3Us/Playlists for Child Nodes 3.6 (2012-01-09)[M

Postby Lowlander » Fri Jan 11, 2013 12:03 pm

This script works independent of MediaMonkey's script exports and contains many settings including relative Paths to define how it should export your Playlists.
Lowlander
 
Posts: 32047
Joined: Sat Sep 06, 2003 5:53 pm

Re: Export M3Us/Playlists for Child Nodes 3.6 (2012-01-09)[M

Postby Blutarsky » Fri Jan 11, 2013 12:10 pm

That's how I'm currently using it.

However in version MM v4 I see some (for me) new sync options,such as:
- force relative paths
- use extended M3u

Two options unavailable in MM 3.x; reason why I moved to to script.....

In my case (relative paths and extended paths) could be enough to stop using the script.... I should try a sync and see what happens
Blutarsky
 
Posts: 192
Joined: Wed Mar 03, 2010 12:53 pm

Re: Export M3Us/Playlists for Child Nodes 3.6 (2012-01-09)[M

Postby Lowlander » Fri Jan 11, 2013 12:20 pm

Then you probably were using an old version of the Addon.
Lowlander
 
Posts: 32047
Joined: Sat Sep 06, 2003 5:53 pm

Re: Export M3Us/Playlists for Child Nodes 3.6 (2012-01-09)[M

Postby Blutarsky » Fri Jan 11, 2013 12:34 pm

I mean I was using the addon because MM was missing those two options (build relative paths and extended M3U)
Blutarsky
 
Posts: 192
Joined: Wed Mar 03, 2010 12:53 pm

PreviousNext

Return to Need Help with Addons?

Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 13 guests