Forget Crossfade Script [MM3] -(auto crossfade switching)
Re: Forget Crossfade Script [MM3] -(auto crossfade switchin
No, Windows 7 64-bit.
-
- Posts: 20
- Joined: Tue Mar 11, 2008 5:31 am
Re: Forget Crossfade Script [MM3] -(auto crossfade switchin
Where does this hide? I cannot find it anywhere. Is it a script or a setting?
Re: Forget Crossfade Script [MM3] -(auto crossfade switchin
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.
-
- Posts: 622
- Joined: Wed Oct 25, 2006 12:53 pm
Re: Forget Crossfade Script [MM3] -(auto crossfade switchin
Thank you Stanstan9980 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

MediaMonkey user since 2006
-
- Posts: 20
- Joined: Tue Mar 11, 2008 5:31 am
Re: Forget Crossfade Script [MM3] -(auto crossfade switchin
Found it. Thanksrrfpacker 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.
Re: Forget Crossfade Script [MM3] -(auto crossfade switchin
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
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
Re: Forget Crossfade Script [MM3] -(auto crossfade switchin
Do a search for a script called Linked Tracks. It might do what you want.
Re: Forget Crossfade Script [MM3] -(auto crossfade switchin
Hello,
Sorry, could not find "Linked Tracks". Do you have a pointer to it ?
Anyway, I just added following right after line 120:
So I can mark individual tracks to also be crossfaded to consecutive track - that was what I wanted.
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
Re: Forget Crossfade Script [MM3] -(auto crossfade switchin
LinkedTracks: http://www.mediamonkey.com/forum/viewto ... ked+tracks
Download MediaMonkey | License
Help: Knowledge Base | MediaMonkey for Windows 5 | MediaMonkey for Android
Lowlander (MediaMonkey user since 2003)
Help: Knowledge Base | MediaMonkey for Windows 5 | MediaMonkey for Android
Lowlander (MediaMonkey user since 2003)
-
- Posts: 18
- Joined: Wed Mar 23, 2011 5:36 pm
Re: Forget Crossfade Script [MM3] -(auto crossfade switchin
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
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

Re: Forget Crossfade Script [MM3] -(auto crossfade switchin
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
the error is "addon not installed" the all users install options is permanently greyed out now too
-
- Posts: 906
- Joined: Sun May 28, 2006 4:22 am
- Location: Australia
- Contact:
Re: Forget Crossfade Script [MM3] -(auto crossfade switchin
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.
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:
Happy Easter everyone.
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.
Edit: Unfortunately I just realised it's no longer up. I've put it up here for the time being: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
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:
And solved by Big Isch using the custom5 field in songs like this: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?
This is a very good request and solution.Big Isch wrote:I just added following right after line 120:So I can mark individual tracks to also be crossfaded to consecutive track.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
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.
Building at the intersection of motion, art, and code.
Find me on twitter and all the other ones here.
Re: Forget Crossfade Script [MM3] -(auto crossfade switching)
I really miss this addon. Any chance we could get this to work with mm5?
-
- Posts: 906
- Joined: Sun May 28, 2006 4:22 am
- Location: Australia
- Contact:
Re: Forget Crossfade Script [MM3] -(auto crossfade switching)
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.
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.
Building at the intersection of motion, art, and code.
Find me on twitter and all the other ones here.
Re: Forget Crossfade Script [MM3] -(auto crossfade switching)
Any progress with the update? Really appreciate the fast response!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.