Page 6 of 12
Posted: Fri Oct 19, 2007 11:43 am
by Steegy
You can easily add it so that it will work in the <-- direction.
Add the following line to the end of the Fillin function:
Code: Select all
Fillin = Replace(Fillin, "<return>", vbCr, 1, -1, 1)
I didn't test this. If the
vbCr doesn't give the expected result, then replace it with
vbCrLf (or
vbNewLine).
As the script is now (using MM for the --> direction parsing) <newline> can't be used for the --> direction.
Posted: Fri Oct 19, 2007 5:13 pm
by mimber
Fantastic. Thank you very much!
Martin.
Posted: Mon Nov 19, 2007 12:41 am
by ResumeMan
sperk wrote:I'm trying to remove leading track numbers.
For example I have a song: 01 Zdravstvuy, mama...
I set field name to Title and Mask to recognize as <Skip>01<Title>
with the arrow pointing back at Title. But what I get is:
%X0101 Zdravstvuy, mama...
What am I doing wrong?
Try this script:
http://www.mediamonkey.com/forum/viewto ... highlight=
Posted: Mon Nov 19, 2007 1:08 am
by ResumeMan
While I'm posting to this thread --
I can't quite figure out if this script will do what I want.
I have an album with multiple artists each contributing a song. In the Artist node I'd like to see this album show up once, not once for each artist. Can this script merge the Artist and Title fields into the title field, so I can rename the Artist as the overall name of the album?
I'm sure this is doable, I'm just not able to wrap my brain around it.
Thanks
Posted: Mon Nov 19, 2007 3:33 pm
by Steegy
Yes
Title <-- <Artist> - <Title>
Artist <-- Various Artists
Posted: Sun Dec 02, 2007 5:03 pm
by Red Fox
Steegy -
V0.1.4 header states: "ExtractFields v0.1.4 (last updated 2006-06-04) by Steegy". But it was actually last updated on August 17, 2007, yes? See page 4 of this thread, 6th entry from top from you.
When tj_junk posted his modification on June 26, 2007, note that the header states: "ExtractFields v0.1.3 (last updated 2007-02-01) by Steegy aka RC (Ruben Castelein)". It would be helpful just for documentation if the header was updated

Posted: Sun Dec 02, 2007 5:22 pm
by Steegy
Done. The header is updated

.
Posted: Fri Dec 14, 2007 2:11 am
by sperk
I was wondering about 2 things
can you take words out of the artist field
e.g. red hot chili peppers
can you take out "red" or "red hot"?
if a number is part of title e.g. 01Hello, 02Take it
can you get rid of the numbers?
Posted: Sat Dec 15, 2007 8:33 am
by Steegy
can you take words out of the artist field
e.g. red hot chili peppers
can you take out "red" or "red hot"?
ArtistName --> red <Artist>
if a number is part of title e.g. 01Hello, 02Take it
can you get rid of the numbers?
Title --> <skip:2><Title>
or
Title --> <Track#:2><Title>
Could be not 100% accurate as I haven't tried it in quite a while.
Posted: Sun Dec 16, 2007 3:33 am
by sperk
thanks again!

Posted: Thu Dec 20, 2007 9:06 am
by MM3 monkey
Any chance of a confirmation screen or better still a preview?
Posted: Thu Feb 21, 2008 8:09 pm
by coolmalayalee
Hi Thank you for this script. However, after I save the script to MM/scripts/auto folder and restart the MM I get the following message.
What I am doing wrong? I use MM3 in windows Vista. Please help.

Posted: Thu Feb 21, 2008 8:16 pm
by nynaevelan
When you copied the code did you copy the ' also, it looks like you missed it? Add it in and restart MM and you should be fine.
Nyn
Posted: Thu Feb 21, 2008 8:22 pm
by coolmalayalee
My Bad.....

Thanks for pointing that out.. Now it works fine.
Posted: Thu Feb 21, 2008 8:42 pm
by coolmalayalee
If I want to change the Lyrics tag to Lyricist tag how do I do that.
I don't find a mask for Lyrics or Lyricist to do it. Any way around it..?