Talk:Introduction to scripting
From MediaMonkey Wiki
(Difference between revisions)
| Line 1: | Line 1: | ||
Could someone document the 'helper script' idea -- having a VBS script start an external one? | Could someone document the 'helper script' idea -- having a VBS script start an external one? | ||
I'm particularly interested in seeing the code needed to launch a python script. | I'm particularly interested in seeing the code needed to launch a python script. | ||
| + | |||
| + | "ShutdownAfterDisconnect = False" does not work for me. | ||
| + | See discussion here: [http://www.mediamonkey.com/forum/viewtopic.php?f=19&t=18504&p=266544#p266544]. | ||
| + | In fact one should '''always''' use "ShutdownAfterDisconnect = True" for troublefree operation. | ||
Latest revision as of 21:35, 10 August 2010
Could someone document the 'helper script' idea -- having a VBS script start an external one? I'm particularly interested in seeing the code needed to launch a python script.
"ShutdownAfterDisconnect = False" does not work for me. See discussion here: [1]. In fact one should always use "ShutdownAfterDisconnect = True" for troublefree operation.