Page 1 of 1

pause only works from web interface

Posted: 29 Sep 2011 02:46
by airdrummer
v1.1.11 none of the pause controls, neither the fullscreen, window nor controller pause buttons actually pause playback, and they don't toggle to the play icon.

v1.1.12 doesn't fix it

Posted: 12 Oct 2011 18:48
by airdrummer
still have same issues w/the latest version:-(

applescript now longer works (correctly)-:

Posted: 12 Oct 2011 21:31
by airdrummer
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...