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

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Forget Crossfade Script [MM3] -(auto crossfade switching)

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

by DaledeSilva » Sun Jun 04, 2023 9:28 am

@Kriffe I’ve worked on it the last couple of days, so should be this week!

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

by kriffe » Wed May 10, 2023 12:09 pm

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!

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

by DaledeSilva » 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.

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

by kriffe » Mon Apr 03, 2023 3:10 pm

I really miss this addon. Any chance we could get this to work with mm5?

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

by DaledeSilva » Sat Apr 15, 2017 12:00 am

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.

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

by zombiefly » Fri May 20, 2016 3:43 pm

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

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

by e10kstarfire » Tue Dec 18, 2012 5:12 am

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

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

by Lowlander » Fri Mar 02, 2012 12:57 pm

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

by Big Isch » Fri Mar 02, 2012 4:26 am

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.

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

by rrfpacker » Thu Mar 01, 2012 1:47 pm

Do a search for a script called Linked Tracks. It might do what you want.

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

by Big Isch » Thu Mar 01, 2012 7:46 am

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

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

by thegoldenvision » Mon Feb 27, 2012 9:28 am

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

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

by MusicBringer » Sat Feb 18, 2012 3:51 am

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 :)

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

by rrfpacker » Fri Feb 17, 2012 8:33 pm

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

by thegoldenvision » Fri Feb 17, 2012 8:05 am

Where does this hide? I cannot find it anywhere. Is it a script or a setting?

Top