Auto Set Equalizer to Current Song's Genre v3.1

Post a reply

Visual Confirmation

To prevent automated access and spam, you are required to confirm that you are human. Please place a check mark next to all images of monkeys or apes. If you cannot see any images, please contact the Board Administrator.

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Topic review
   

Expand view Topic review: Auto Set Equalizer to Current Song's Genre v3.1

Re: Auto Set Equalizer to Current Song's Genre v3.1

Post by rovingcowboy » Fri Jul 20, 2012 5:34 pm

seems to be working in my mm 4 ? do you have all the eq presets needed?
:-?

Re: Auto Set Equalizer to Current Song's Genre v3.1

Post by 8th_World_Wonder » Fri Jul 13, 2012 5:08 pm

This script seems to be broken, when using the new MediaMonkey 4. I'm going to be downgrading, just so that I can use this script!

Re: Auto Set Equalizer to Current Song's Genre v3.1

Post by rovingcowboy » Sat Oct 30, 2010 1:10 am

yep that is what i was saying the other poster that did that upgrade might have wasted his time? as you can use the first script to do that just by adding the sde name in to the quailty tag on the songs properties panel.

oh and if anyone wants to save some time on making all the main or a lot of genere sde's they can get mine from my
download page i use for my skins which is my msn public folder site.

http://cid-8b319736112de14f.skydrive.li ... px/.Public

8)

Re: Auto Set Equalizer to Current Song's Genre v3.1

Post by Ant}{raX » Sat Oct 30, 2010 1:03 am

Yup That is True...!

You can even setup up "INDIVIDUAL" Equalizer settings for every track in your collection :D

Re: Auto Set Equalizer to Current Song's Genre v3.1

Post by rovingcowboy » Sat Oct 30, 2010 12:43 am

yep it kind of does knock crossfade out of the park, but at least the sound is the best you can set up for your system.
8)

Re: Auto Set Equalizer to Current Song's Genre v3.1

Post by Ant}{raX » Fri Oct 29, 2010 8:06 pm

Hiya

This is a really cool Script, Thanks

The only thing I found was that it kills crossfading :(

Re: Auto Set Equalizer to Current Song's Genre v3.1

Post by its2cold » Fri Oct 29, 2010 9:46 am

Thanks! :)

Re: Auto Set Equalizer to Current Song's Genre v3.1

Post by rovingcowboy » Sat Apr 24, 2010 2:16 am

not sure what this change does? as the one you changed, worked as in just adding the name of the preset sde in to the tag for quality will change the preset to that sde with out having to change the genere setting for the song..

so i don't understand what your change is for. but then i'm not a programmer so it might be something to do with an error i did not know about.

so please explain in language of an second grade child so i can understand what the improvement is for. thank you :D

Re: Auto Set Equalizer to Current Song's Genre v3.1

Post by engineer » Fri Apr 23, 2010 4:16 pm

I liked so much this addon

But the Paranoia condition that exclude improper character ... i changed it

old condition
Code: Select all
            If InStr(FirstQuality, "\") or InStr(FirstQuality, "/") Then
                FirstGenre = "default"
                If Debug Then Call out("Paranoia: The quality contains a " &_
                         " \ or / so we revert to the default.sde file.")
            End If


the new one

Code: Select all
            If InStr(FirstQuality, "\") or InStr(FirstQuality, "/") Then
                  If InStr(FirstQuality, "\") Then FirstQuality = Replace(FirstQuality, "\", "_")
                  If InStr(FirstQuality, "/") Then FirstQuality = Replace(FirstQuality, "/", "_")
'*                FirstGenre = "default"
                If Debug Then Call out("Paranoia: The quality contains a " &_
                         " \ or / so we revert to the default.sde file.")
            End If


The same at the paranoia genre condition

so if your genre is pop/rock it will choose the pop_rock.sde file

Re: Auto Set Equalizer to Current Song's Genre v3.1

Post by rovingcowboy » Wed Dec 30, 2009 4:07 am

not sure but i think this has stopped working again?

i moved it to the new jukebox system i got that was not ever online and has xp pro sp3 on it. but i might be missing some update which makes this work i don't know. but it has stopped on my jukebox.

i have just go the new version again incase i had installed the older one. so i'll need to check this one in the mmip.

i'll report back and let you know if it works or not..

:-?

EDITED BACK IN FOR THE REPORT I PROMISED.

STUPID here forgot to add the needed equalizer presets that are said to be added its been so long since i set it up i forgot about them.

but its working now. :oops:

Re: Auto Set Equalizer to Current Song's Genre v3.1

Post by rovingcowboy » Sat Jun 20, 2009 4:36 pm

thanks a bunch of banana's awaits you at the check out limb. :D :lol:

i also was getting tired of clicking that play menu link. :-?

Re: Auto Set Equalizer to Current Song's Genre v3.0

Post by SatinKnights » Sat Jun 20, 2009 2:52 pm

Guest wrote:Any way to get this to really be an Auto Script? I would like to have it start when I start mediamonkey I don't want to have to click the link every time to start this, it says auto so it should be auto not manual start.

Oops! :oops: It was there, but there was a typo in the OnStartup check to see if the menu item was checked as active. So, I have fixed it and generated a new package. While I was at it, I set the default menu choice at installation as active.

New Version: http://mediamonkey.coloredpixels.com/MM3-AutoChangeEqualizer/AutoChangeEqualizer.3.1.0.1.mmip or you can retrieve it through the Tools->Extensions->Find Updates.

-SatinKnights

Re: Auto Set Equalizer to Current Song's Genre v3.0

Post by rovingcowboy » Sat Jun 20, 2009 10:58 am

i think that would be great to have too.
8)

Re: Auto Set Equalizer to Current Song's Genre v3.0

Post by Guest » Sat Jun 20, 2009 10:13 am

Any way to get this to really be an Auto Script? I would like to have it start when I start mediamonkey I don't want to have to click the link every time to start this, it says auto so it should be auto not manual start.

Re: Auto Set Equalizer to Current Song's Genre v3.0

Post by trixmoto » Tue Feb 10, 2009 4:44 am

Looks like an excellent script, well done! :)

Top