Forget Crossfade Script [MM3] -(auto crossfade switching)

Download and get help for different MediaMonkey for Windows 4 Addons.

Moderators: Peke, Gurus

stan9980
Posts: 101
Joined: Tue Nov 06, 2007 6:28 am

Re: Forget Crossfade Script [MM3] -(auto crossfade switchin

Post by stan9980 »

No, Windows 7 64-bit.
thegoldenvision
Posts: 20
Joined: Tue Mar 11, 2008 5:31 am

Re: Forget Crossfade Script [MM3] -(auto crossfade switchin

Post by thegoldenvision »

Where does this hide? I cannot find it anywhere. Is it a script or a setting?
rrfpacker
Posts: 1065
Joined: Sat Jul 12, 2008 5:47 pm

Re: Forget Crossfade Script [MM3] -(auto crossfade switchin

Post by rrfpacker »

It's a script. The .vbs should be in Scripts>Auto once it's installed. You can turn it on and off under Play>Crossfade.
MusicBringer
Posts: 622
Joined: Wed Oct 25, 2006 12:53 pm

Re: Forget Crossfade Script [MM3] -(auto crossfade switchin

Post by MusicBringer »

stan9980 wrote:As Dale and his site seem to have disappeared I've uploaded the script to my own webspace.
http://www.stanonline.co.uk/mediamonkey ... 1-0-0.mmip
stan9980
Thank you Stan :)
MediaMonkey user since 2006
thegoldenvision
Posts: 20
Joined: Tue Mar 11, 2008 5:31 am

Re: Forget Crossfade Script [MM3] -(auto crossfade switchin

Post by thegoldenvision »

rrfpacker wrote:It's a script. The .vbs should be in Scripts>Auto once it's installed. You can turn it on and off under Play>Crossfade.
Found it. Thanks
Big Isch
Posts: 112
Joined: Mon Mar 12, 2007 8:34 am
Location: Austria

Re: Forget Crossfade Script [MM3] -(auto crossfade switchin

Post by Big Isch »

Heee, real great idea !

Works very fine.

When listening to (some) compilation albums, I would like to crossfade also consecutive tracks.
Maybe script could allow to define a pattern in one of the custom fields, and if that pattern is present,
then do crossfade unconditionally. E.g. "[crossfade]" is in custom5.

Would this be a useful extension ?

kind regards
rrfpacker
Posts: 1065
Joined: Sat Jul 12, 2008 5:47 pm

Re: Forget Crossfade Script [MM3] -(auto crossfade switchin

Post by rrfpacker »

Do a search for a script called Linked Tracks. It might do what you want.
Big Isch
Posts: 112
Joined: Mon Mar 12, 2007 8:34 am
Location: Austria

Re: Forget Crossfade Script [MM3] -(auto crossfade switchin

Post by Big Isch »

Hello,

Sorry, could not find "Linked Tracks". Do you have a pointer to it ?

Anyway, I just added following right after line 120:

Code: Select all

 If (Instr( SDB.Player.CurrentSong.Custom5, "[crossfade]") > 0) Then
   nextAlbum = "Fake next album name to mimic track in other album"
End If
So I can mark individual tracks to also be crossfaded to consecutive track - that was what I wanted.
Lowlander
Posts: 56491
Joined: Sat Sep 06, 2003 5:53 pm
Location: MediaMonkey 5

Re: Forget Crossfade Script [MM3] -(auto crossfade switchin

Post by Lowlander »

e10kstarfire
Posts: 18
Joined: Wed Mar 23, 2011 5:36 pm

Re: Forget Crossfade Script [MM3] -(auto crossfade switchin

Post by e10kstarfire »

Can someone help, I managed to mess up installation of this script by not running MM as administrator first.

I have uninstalled the script but in MM under play I still have "Auto Crossfade", how can I get rid of this? If I reinstall the script I get two "Auto Crossfade" entries.

Thanks!




EDIT: I fixed this now :D
zombiefly
Posts: 190
Joined: Fri Jun 08, 2007 3:33 pm

Re: Forget Crossfade Script [MM3] -(auto crossfade switchin

Post by zombiefly »

i can't get this to install with latest mm4. i'm pretty sure i was using it before reinstalling pc. Any recommendations for a replacement intelligent crossfade or anyone know how to get this working please?

the error is "addon not installed" the all users install options is permanently greyed out now too
MM5 latest [Gold] / MMA latest | OnePlus 8 PRO | Noise I make: Pushkin on Soundcloud
Image
DaledeSilva
Posts: 906
Joined: Sun May 28, 2006 4:22 am
Location: Australia
Contact:

Re: Forget Crossfade Script [MM3] -(auto crossfade switchin

Post by DaledeSilva »

Hello!!!
I recently got an email from someone asking where they can find Forget Crossfade since my site was no longer up. I took down my site a couple of months ago to rebuild and since I've been using Spotify for the last few years I completely forgot that people would still be looking for my scripts.

Thankyou stan9980 for putting it up somewhere so that people could still find it.
stan9980 wrote:As Dale and his site seem to have disappeared I've uploaded the script to my own webspace.
http://www.stanonline.co.uk/mediamonkey ... 1-0-0.mmip
stan9980
Edit: Unfortunately I just realised it's no longer up. I've put it up here for the time being:
https://www.dropbox.com/sh/92jwywr2nb5r ... mHEea?dl=0

In the next couple of days I'm going to make sure Forget Crossfade gets back online properly on my site. Then I will hopefully make some changes and updates to it as soon as I get the chance.

In regard to some of the discussion, some of the feature requests I've seen while quickly reading through have covered this point:
ipkiss wrote:Is it possible to add a way to tell the script to treat an individual track as though the next song is always considered the next track on the album? So it never crossfades at the end of that track, no matter what song is played next?
And solved by Big Isch using the custom5 field in songs like this:
Big Isch wrote:I just added following right after line 120:

Code: Select all

 If (Instr( SDB.Player.CurrentSong.Custom5, "[crossfade]") > 0) Then
   nextAlbum = "Fake next album name to mimic track in other album"
End If
So I can mark individual tracks to also be crossfaded to consecutive track.
This is a very good request and solution.

Happy Easter everyone.
Product Designer & Indie Developer.
Building at the intersection of motion, art, and code.
Find me on twitter and all the other ones here.
kriffe
Posts: 15
Joined: Mon Oct 05, 2015 5:34 pm

Re: Forget Crossfade Script [MM3] -(auto crossfade switching)

Post by kriffe »

I really miss this addon. Any chance we could get this to work with mm5?
DaledeSilva
Posts: 906
Joined: Sun May 28, 2006 4:22 am
Location: Australia
Contact:

Re: Forget Crossfade Script [MM3] -(auto crossfade switching)

Post by DaledeSilva »

That’s very good timing Kriff. I’ve been revamping my website and literally yesterday made the decision that I should just take down the pages linking to my MM plugins.
But now I see people still use them so I’ll leave them up. :)

Also, I didn’t know it had broken with newer versions. Gimme a week or so and I’ll see if I can jump back in and fix it.
Product Designer & Indie Developer.
Building at the intersection of motion, art, and code.
Find me on twitter and all the other ones here.
kriffe
Posts: 15
Joined: Mon Oct 05, 2015 5:34 pm

Re: Forget Crossfade Script [MM3] -(auto crossfade switching)

Post by kriffe »

DaledeSilva wrote: Mon Apr 03, 2023 4:44 pm That’s very good timing Kriff. I’ve been revamping my website and literally yesterday made the decision that I should just take down the pages linking to my MM plugins.
But now I see people still use them so I’ll leave them up. :)

Also, I didn’t know it had broken with newer versions. Gimme a week or so and I’ll see if I can jump back in and fix it.
Any progress with the update? Really appreciate the fast response!
Post Reply