i use ired's applescripting to control vlc from my logitech remote, and the codee that used to work now doesn't:-(
[code]tell application "VLC" to stop[/code]
now exits fullscreen, but leaves the file playing invisibly:-\ wtf??? good thing the web interface still works:
[code]do shell script "curl '
http://localhost:8080/requests/status.x ... nd=pl_stop'"[/code]
curiously,
[code]tell application "VLC" to fullscreen[/code]
still toggles the display...