View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001471 | MMW v4 | Framework: Scripts/Extensions | public | 2004-07-05 17:03 | 2008-12-07 04:35 |
Reporter | rusty | Assigned To | |||
Priority | high | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Summary | 0001471: Make script addition user friendly | ||||
Description | Currently, the process of adding script-based functionality to MM is developer friendly, but not friendly for the average user who isn't comfortable with editing script configuration files. I would suggest that the process of adding a script should be as easy as adding a plugin. i.e. the user copies the script to the scripts folder and then in the Plugins/Scripts configuration pane, the user configures the script (i.e. sets order and location). Setting this as urgent as part of the package of development-related features being added to this version of MM. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
I suppose that scripts won't be distributed as text files but rather as installable executables. These installers would take care of everything (copying the script to a correct location, add .ini file entries, etc.). The only drawback is that these installers would be 200-300kB (using InnoSetup), but maybe it can be decreased somehow. |
|
Do you really expect that someone like lowlander or jaxjon who writes a script to e.g. randomly play albums is going to spend time learning how to package the script with innosetup? |
|
1. Yes, I think they would do it particularly for more complex/more useful scripts. It is very simple and if I create a template for script installers creation they could make they own ready in less than 5 minutes. 2. Currently only scripts that add menu entries need to add entries to scripts.ini file, they new types of scripts (e.g. for adding new tree nodes) are only copied to Scripts\Auto folder and that's all. |
|
Already fixed by Extension installers. |