Search found 7 matches

Go to advanced search

by neilfred
12 Jan 2010 06:20
Forum: Web and scripting
Topic: navigating DVD menu from web interface
Replies: 16
Views: 7130

Re: navigating DVD menu from web interface

Um ... I'm not really clear why you've gone to the effort three times of posting to this forum that someone else should send an email which as far as I can tell you could just as easily send yourself (and likely could have done more easily than posting that request three times). But whatever, I'm pe...
by neilfred
02 Feb 2009 09:31
Forum: Web and scripting
Topic: navigating DVD menu from web interface
Replies: 16
Views: 7130

Re: navigating DVD menu from web interface

Okay, finally got this working again. Here's the new patch for requests/status.xml -- --- requests/status.xml.bak 2009-02-01 23:05:44.000000000 -0800 +++ requests/status.xml 2009-02-01 23:01:11.000000000 -0800 @@ -101,9 +101,8 @@ <vlc id="rpn" param1="val value vlc_seek" /> <vlc ...
by neilfred
05 Feb 2007 01:45
Forum: Web and scripting
Topic: navigating DVD menu from web interface
Replies: 16
Views: 7130

Aha, nice. Okay, this is much cleaner, and should support all of the actions that can be customized with the --key-something cmd-line flags, instead of only accepting the DVD nav keys: --- requests/status.xml.bak 2006-12-10 04:35:52.000000000 -0800 +++ requests/status.xml 2007-02-04 16:29:20.0000000...
by neilfred
04 Feb 2007 01:31
Forum: Web and scripting
Topic: navigating DVD menu from web interface
Replies: 16
Views: 7130

Thanks dionoea -- I now have something reasonable working. I couldn't get the vlc_config_get calls to work to get the right key to use, so for now I've just hard-coded the default keys (arrow keys and enter). I am able to vlc_config_get some of the other cmd-line flags, but none of the key-something...
by neilfred
03 Feb 2007 12:22
Forum: Web and scripting
Topic: navigating DVD menu from web interface
Replies: 16
Views: 7130

navigating DVD menu from web interface

I'm looking for a way to navigate DVD menus from VLC's web interface. Going through the appendix on customizing the web interface -- http://www.videolan.org/doc/play-howto/en/apb.html -- I couldn't find any way to do it, but it really seems like there should be a macro that would enable http access ...
by neilfred
12 Jan 2007 06:34
Forum: Web and scripting
Topic: VLC Web interface + Java (seek)
Replies: 10
Views: 6535

Here's what I've added to share/http/dialogs/main and share/http/js/functions.js -- --- dialogs/main.bak 2006-12-10 04:35:52.000000000 -0800 +++ dialogs/main 2006-12-31 17:25:58.000000000 -0800 @@ -95,6 +95,19 @@ <span class="btn_text">Increase Volume</span> </button> </div> + <div style=&...
by neilfred
31 Dec 2006 22:25
Forum: Web and scripting
Topic: VLC Web interface + Java (seek)
Replies: 10
Views: 6535

I just upgraded to 0.8.6 from 0.8.4 and I like the new javascript http interface, but I miss the relative seeking too. I've figured out how to do it -- you need to double-escape the plus, i.e. use javascript:seek('%252B60'); to send '+60'. Your keyboard interface looks pretty handy -- I'd like to tr...

Go to advanced search