Ok I setup VLC for web interface. I can now access it using http://127.0.0.1:8080/ How can I setup PHP to send commands to VLC now? I want to be able to open files, seek, build playlist, pause, and adjust volume (all using my own PHP code). I played around with this a year ago, and did some googling...