I use VLC on my media server to play movies. The server is hooked up directly to my TV so I've just been using the Web Interface (a modified one actually) to play my movies. Now that I'm adding a remote to it, I'm programming my own app that will send Telnet commands to VLC, but the problem is that I have no idea how to operate VLC using telnet commands. I searched through documentation and the wiki and couldn't find anything, really. Before I program this app, I want to know how I can actually get a file playing on VLC by using Telnet commands.
Or is there another way I can remotely control VLC other than the http interface?