Page 1 of 1

Chapter Changing in Http Interface

Posted: 21 Dec 2006 04:23
by mjkavluk
Hi All,

I am trying to set up the web interface to use as a remote control for output to my TV. It works great, but I would like to be able to skip chapters in matroska files. Does this functionality exsist in the web interface. I noticed that it is in the console.

Any help would be appreciated.

Thanx

Posted: 21 Dec 2006 05:31
by Tappen
You might try

var x = vlc.getVariable("key-chapter-next");
vlc.setVariable("key-pressed", x);

Sorry I don't know the exact syntax in javascript you need.