by twinbee » Fri Dec 02, 2011 2:23 pm
MegaDJ v2.55 is out now, and should work for portable/non-portable/MM4/Win7/Vista and general UAC goodness. The MegaDJ nodes may move around, so for this release I suggest people only upgrade if they need to (despite a couple of new minor features).If you must go ahead and you are confident with Windows and moving files around, then nodes can usually be found in the "Mediamonkey/Scripts/Auto/MegaDJ" folder. These would then be moved to the "Settings path" location you can see if you select "About MegaDJ" from the dropdown menu. Nodes will look like numbered files such as "1", "2", "3" etc. and don't forget to move the "megadj.ini" file to the new location too.
------------------------------------------------------------------
AnthonyM1229, thanks muchly for providing that example for MonkeyEargasms. Regarding my new settings path code, it wasn't just that chunk of code I changed - there are bits throughout the new v2.55 MegaDJ.vbs which are different. I suggest maybe you keep with what works for you, and ignore this release (apart from testing it if you really want to). If you must go ahead, then strMMpath is called settingsPath mostly now, but strMMpath is used for a couple of things which it used to do. I've also added some control focusing stuff (look for "ActiveControl"), again only if you'd like that minor improvement

There has been a mass find/replace on a certain string extension to prevent a part of the path being duplicated (sorry I can't be more specific, but I think you'd figure it out to be honest). I've also added a helpful print of the file 'locations' in the MegaDJ help menu (look for "MegaDJ Script path" and "MegaDJ Settings path"). There may be other changes I've made too which would only be found through comparing the files side by side (or using diff or something). I'm only saying all this because I imagine it would be easier for you to add my relatively small changes to work with your current MegaDJ.vbs file, rather than add your own hard-coded scheduling changes to this new release. Forks are fun

@MonkeyEargasms, let me know if you need any more help, and I'll study it too.
[b]MegaDJ v2.55 is out now, and should work for portable/non-portable/MM4/Win7/Vista and general UAC goodness. The MegaDJ nodes may move around, so for this release I suggest people only upgrade if they need to (despite a couple of new minor features).[/b]
If you must go ahead and you are confident with Windows and moving files around, then nodes can usually be found in the "Mediamonkey/Scripts/Auto/MegaDJ" folder. These would then be moved to the "Settings path" location you can see if you select "About MegaDJ" from the dropdown menu. Nodes will look like numbered files such as "1", "2", "3" etc. and don't forget to move the "megadj.ini" file to the new location too.
------------------------------------------------------------------
AnthonyM1229, thanks muchly for providing that example for MonkeyEargasms. Regarding my new settings path code, it wasn't just that chunk of code I changed - there are bits throughout the new v2.55 MegaDJ.vbs which are different. I suggest maybe you keep with what works for you, and ignore this release (apart from testing it if you really want to). If you must go ahead, then strMMpath is called settingsPath mostly now, but strMMpath is used for a couple of things which it used to do. I've also added some control focusing stuff (look for "ActiveControl"), again only if you'd like that minor improvement :) There has been a mass find/replace on a certain string extension to prevent a part of the path being duplicated (sorry I can't be more specific, but I think you'd figure it out to be honest). I've also added a helpful print of the file 'locations' in the MegaDJ help menu (look for "MegaDJ Script path" and "MegaDJ Settings path"). There may be other changes I've made too which would only be found through comparing the files side by side (or using diff or something). I'm only saying all this because I imagine it would be easier for you to add my relatively small changes to work with your current MegaDJ.vbs file, rather than add your own hard-coded scheduling changes to this new release. Forks are fun ;)
@MonkeyEargasms, let me know if you need any more help, and I'll study it too.