Browser

Hi,

Is it possible to access browser object in script ?
I aim to put an item from the browser to the playlist with an hotkey and the command “RUNSCRIPT…”

I searched in the documentation, but I didn’t find anything interesting… Is it possible ?
Please, tell me it is… :-\ And if yes, tell me how…


Theo

Sorry Theo, off the top of my head: I don’t think this is possible.

You can check in mairlistscript.chm but I don’t think there are any Browser-related objects in there.

If you want to add an item to the Playlist, this can easily be done; but you need to know the file name (and its location). The code to do that can’t ‘pick up’ any info from the Browser.

BFN
CAD

So, If I well understand… I can’t use script to add an item selected in browser… I can’t simulate the enter-key press to add an item from the browser…

Do you imagine another possibility ? don’t tell me to use a classic pc keyboard… no way ! I have to use the RS232 custom keyboard.

So… ???

Cad is right, accessing the Browser (and any other part of the GUI) from a script is not possible at the moment.