Search found 3 matches

Go to advanced search

by h347
07 Sep 2009 20:34
Forum: Web and scripting
Topic: Previous/Next Function with VLC RC Interface
Replies: 4
Views: 3363

Re: Previous/Next Function with VLC RC Interface

I just found how to do it! Based on what I learned about telnet, I used a telnet scripting tool called TST10.exe Then, I wrote a script with it like this one: [localhost 1234 SEND "next" QUIT] And it worked! It's more difficult than it should be. Having the rc controls to the regular VLC i...
by h347
06 Sep 2009 22:36
Forum: Web and scripting
Topic: Previous/Next Function with VLC RC Interface
Replies: 4
Views: 3363

Re: Previous/Next Function with VLC RC Interface

Thanks for your quick answer! Here's the few scripts concerned: remoteControlInterface.bat start /min vlc\vlc.exe --intf rc exit launch.bat "\vlc\vlc.exe" add "C:\Music\Artist\Album" Based on what I read on the RC interface, you can skip the track using simpy "next" or ...
by h347
06 Sep 2009 07:42
Forum: Web and scripting
Topic: Previous/Next Function with VLC RC Interface
Replies: 4
Views: 3363

Previous/Next Function with VLC RC Interface

Hi everyone! I'm searching a way to use next/prev function with a playlist using the VLC RC interface. I haven't seen any way to solve this problem as I need to do it in a single batch file for each function. I have a script (.bat) to boot VLC in remote control interface, and another one to add a pl...

Go to advanced search