Is there SW required for writing scripts?

This forum is for questions / discussions regarding development of addons / tweaks for MediaMonkey for Windows 4.

Moderators: Gurus, Addon Administrators

Zzaj
Posts: 77
Joined: Sat Jan 05, 2008 4:17 pm

Is there SW required for writing scripts?

Post by Zzaj »

If so, what/where is it?

I'm most interested in writing custom stuff for my REPORTS, but didn't see any tools "onboard" MM for script writing. Am I missing something obvious?
nohitter151
Posts: 23640
Joined: Wed Aug 09, 2006 10:20 am
Location: NJ, USA
Contact:

Re: Is there SW required for writing scripts?

Post by nohitter151 »

Just a text editor like notepad is needed.
MediaMonkey user since 2006
Need help? Got a suggestion? Can't find something?

Please no PMs in reply to a post. Just reply in the thread.
Zzaj
Posts: 77
Joined: Sat Jan 05, 2008 4:17 pm

Re: Is there SW required for writing scripts?

Post by Zzaj »

& then drop the resulting .txt file WHERE? In the SCRIPTS folder?
nohitter151 wrote:Just a text editor like notepad is needed.
Teknojnky
Posts: 5537
Joined: Tue Sep 06, 2005 11:01 pm
Contact:

Re: Is there SW required for writing scripts?

Post by Teknojnky »

start here
http://www.mediamonkey.com/wiki/index.php/Scripting

manually ran script go in mediamonkey\scripts\scriptname.vbs
with also the scripts.ini updated to include the script

scripts that run on startup go in mediamonkey\scripts\auto\scriptname.vbs
with the startup function Sub OnStartup
Post Reply